~unity-team/unity/6.0

« back to all changes in this revision

Viewing changes to hud/HudView.h

  • Committer: Nick Dedekind
  • Date: 2012-09-13 16:56:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2715.
  • Revision ID: nicholas.dedekind@gmail.com-20120913165638-gtrr0wpc94g97bbh
Fixed jerkyness in animation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  bool AcceptKeyNavFocus();
85
85
  nux::Geometry GetBestFitGeometry(nux::Geometry const& for_geo);
86
86
 
87
 
  bool ProcessGrowShrink();
 
87
  void ProcessGrowShrink();
88
88
 
89
89
  void MouseStealsHudButtonFocus();
90
90
  void LoseSelectedButtonFocus();
112
112
  nux::Geometry content_geo_;
113
113
  OverlayRenderer renderer_;
114
114
  glib::Source::UniquePtr timeline_idle_;
 
115
  bool timeline_animating_;
115
116
 
116
117
  guint64 start_time_;
117
118
  int last_known_height_;