Fix coding style.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38219 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -217,10 +217,6 @@ public:
|
|||||||
Tab* FindHorizontalTab(float position);
|
Tab* FindHorizontalTab(float position);
|
||||||
Tab* FindVerticalTab(float position);
|
Tab* FindVerticalTab(float position);
|
||||||
|
|
||||||
protected:
|
|
||||||
SATWindowList fSATWindowList;
|
|
||||||
LinearSpec fLinearSpec;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BReference<Tab> _AddHorizontalTab(float position = 0);
|
BReference<Tab> _AddHorizontalTab(float position = 0);
|
||||||
BReference<Tab> _AddVerticalTab(float position = 0);
|
BReference<Tab> _AddVerticalTab(float position = 0);
|
||||||
@@ -255,6 +251,11 @@ private:
|
|||||||
inline void _CallculateYOffset(BPoint& offset, BRect& frame,
|
inline void _CallculateYOffset(BPoint& offset, BRect& frame,
|
||||||
BRect& screen);
|
BRect& screen);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
SATWindowList fSATWindowList;
|
||||||
|
LinearSpec fLinearSpec;
|
||||||
|
|
||||||
|
private:
|
||||||
TabList fHorizontalTabs;
|
TabList fHorizontalTabs;
|
||||||
bool fHorizontalTabsSorted;
|
bool fHorizontalTabsSorted;
|
||||||
TabList fVerticalTabs;
|
TabList fVerticalTabs;
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ public:
|
|||||||
|
|
||||||
SATWindow* GetSATWindow(Window* window);
|
SATWindow* GetSATWindow(Window* window);
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
void _StartSAT();
|
void _StartSAT();
|
||||||
void _StopSAT();
|
void _StopSAT();
|
||||||
void _ActivateWindow(SATWindow* window);
|
void _ActivateWindow(SATWindow* window);
|
||||||
|
|||||||
Reference in New Issue
Block a user