~azzar1/unity/lockscreen

« back to all changes in this revision

Viewing changes to panel/PanelView.h

  • Committer: Andrea Azzarone
  • Date: 2014-03-04 13:14:12 UTC
  • mfrom: (3566.73.39 unity)
  • Revision ID: azzaronea@gmail.com-20140304131412-49axvr7z79s4g163
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
  bool ActivateFirstSensitive();
106
106
  bool ActivateEntry(std::string const& entry_id);
107
 
  void Resize(nux::Point const& offset, int width);
 
107
  void Resize();
108
108
  bool IsTransparent();
109
109
  void UpdateBackground();
110
110
  void ForceUpdateBackground();
111
111
  bool TrackMenuPointer();
112
112
  void SyncGeometries();
113
113
  void AddPanelView(PanelIndicatorsView* child, unsigned int stretchFactor);
114
 
  
115
 
  void OnDPIChanged();
116
114
 
117
115
  MockableBaseWindow* parent_;
118
116
  indicator::Indicators::Ptr remote_;