Searched refs:Tab (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h36 Decorator::Tab* tab = NULL);
43 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
44 virtual void _DrawTitle(Decorator::Tab* tab, BRect r);
45 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
47 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
49 virtual void _DrawMinimize(Decorator::Tab* tab, bool direct,
60 ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
66 Decorator::Tab* tab = NULL);
H A DDecorator.h37 struct Tab { struct in class:Decorator
38 Tab();
39 virtual ~Tab() {}
110 virtual Decorator::Tab* AddTab(DesktopSettings& settings,
120 Decorator::Tab* TabAt(int32 index) const
149 BRect TabRect(Decorator::Tab* tab) const;
156 const char* Title(Decorator::Tab* tab) const;
162 bool IsFocus(Decorator::Tab* tab) const;
214 virtual Decorator::Tab* _AllocateNewTab();
224 virtual void _DrawTab(Decorator::Tab* ta
[all...]
H A DTabDecorator.h86 virtual void _DrawTab(Decorator::Tab* tab, BRect r) = 0;
88 virtual void _DrawButtons(Decorator::Tab* tab,
90 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
92 virtual void _DrawTitle(Decorator::Tab* tab, BRect r) = 0;
93 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
96 virtual void _SetTitle(Decorator::Tab* tab,
103 virtual void _SetFocus(Decorator::Tab* tab);
104 virtual bool _SetTabLocation(Decorator::Tab* tab,
128 void _LayoutTabItems(Decorator::Tab* tab,
H A DDecorator.cpp31 Decorator::Tab::Tab() function in class:Decorator::Tab
121 Decorator::Tab*
127 Decorator::Tab* tab = _AllocateNewTab();
146 Decorator::Tab* oldTop = fTopTab;
165 Decorator::Tab* tab = fTabList.RemoveItemAt(index);
199 Decorator::Tab* tab = fTabList.ItemAt(i);
254 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
300 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
359 Decorator::Tab* decoratorTa
[all...]
H A DTabDecorator.cpp181 Decorator::Tab* tab
182 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
310 Decorator::Tab* tab = fTabList.ItemAt(i);
359 Decorator::Tab* tab = _TabAt(i);
445 Decorator::Tab* tab = fTabList.ItemAt(i);
469 Decorator::Tab* tab = fTabList.ItemAt(i);
492 Decorator::Tab* previousTab = NULL;
494 Decorator::Tab* tab = fTabList.ItemAt(i);
519 Decorator::Tab* tab = fTabList.ItemAt(i);
542 TabDecorator::_SetTitle(Decorator::Tab* ta
[all...]
H A DDefaultDecorator.cpp108 ComponentColors _colors, Decorator::Tab* _tab)
110 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
489 DefaultDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid)
573 DefaultDecorator::_DrawTitle(Decorator::Tab* _tab, BRect rect)
578 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
627 DefaultDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect)
632 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_ta
[all...]
H A DDefaultWindowBehaviour.cpp339 DefaultDecorator::Tab* movingTab = static_cast<DefaultDecorator::Tab*>(
347 DefaultDecorator::Tab* neighbourTab
348 = static_cast<DefaultDecorator::Tab*>(decorator->TabAt(
/haiku/src/servers/app/stackandtile/
H A DTiling.h56 bool _SearchHighlightWindow(Tab* tab, Tab* firstOrthTab,
57 Tab* secondOrthTab, const TabList* orthTabs,
68 Tab* fFreeAreaLeft;
69 Tab* fFreeAreaRight;
70 Tab* fFreeAreaTop;
71 Tab* fFreeAreaBottom;
H A DSATGroup.h25 class Tab;
58 Crossing(Tab* vertical, Tab* horizontal);
74 Tab* VerticalTab() const;
75 Tab* HorizontalTab() const;
81 BReference<Tab> fVerticalTab;
82 BReference<Tab> fHorizontalTab;
96 class Tab : public BReferenceable { class in inherits:BReferenceable
104 Tab(SATGroup* group, Variable* variable,
106 ~Tab();
[all...]
H A DSATGroup.cpp280 Tab*
287 Tab*
294 Tab*
301 Tab*
407 Tab* oldHTab = crossing->HorizontalTab();
408 BReference<Tab> hTab = group->FindHorizontalTab(oldHTab->Position());
414 Tab* oldVTab = crossing->VerticalTab();
419 BReference<Tab> vTab = group->FindVerticalTab(oldVTab->Position());
577 Crossing::Crossing(Tab* vertical, Tab* horizonta
634 Tab::Tab(SATGroup* group, Variable* variable, orientation_t orientation) function in class:Tab
[all...]
H A DSATDecorator.cpp71 ComponentColors _colors, Decorator::Tab* _tab)
73 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab);
H A DSATDecorator.h35 Decorator::Tab* tab = NULL);
H A DTiling.cpp136 Tab* tab = verticalTabs->ItemAt(i);
255 Tab** endHTab = NULL, **endVTab = NULL;
292 Tab* bestLeftTab = NULL, *bestRightTab = NULL, *bestTopTab = NULL,
343 Tab* hTab = hTabs->ItemAt(h);
349 Tab* vTab = leftTopCrossing->VerticalTab();
498 SATTiling::_SearchHighlightWindow(Tab* tab, Tab* firstOrthTab,
499 Tab* secondOrthTab, const TabList* orthTabs, Corner::position_t areaCorner,
508 Tab* startOrthTab = NULL;
509 Tab* endOrthTa
[all...]
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h43 Decorator::Tab* tab = NULL);
50 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
51 virtual void _DrawTitle(Decorator::Tab* tab, BRect r);
52 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
54 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
56 virtual void _DrawMinimize(Decorator::Tab* tab, bool direct,
65 ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
71 Decorator::Tab* tab = NULL);
H A DFlatDecorator.cpp126 ComponentColors _colors, Decorator::Tab* _tab)
128 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
535 FlatDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid)
639 FlatDecorator::_DrawTitle(Decorator::Tab* _tab, BRect rect)
644 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
693 FlatDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect)
698 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_ta
[all...]
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h53 virtual void _DrawButtons(Decorator::Tab* tab,
55 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
56 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
58 virtual void _DrawMinimize(Decorator::Tab* tab, bool direct,
60 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
62 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
65 virtual void _SetTitle(Decorator::Tab* tab, const char* string,
71 Decorator::Tab* _AllocateNewTab();
82 virtual void _SetFocus(Decorator::Tab* tab);
H A DWinDecorator.cpp126 Decorator::Tab* tab = fTabList.ItemAt(i);
159 Decorator::Tab* tab
160 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
240 Decorator::Tab* tab = fTabList.ItemAt(i);
260 Decorator::Tab* tab = fTabList.ItemAt(i);
327 WinDecorator::_DrawTab(Decorator::Tab* tab, BRect rect)
358 WinDecorator::_DrawTitle(Decorator::Tab* tab, BRect rect)
393 WinDecorator::_DrawButtons(Decorator::Tab* tab, const BRect& invalid)
421 WinDecorator::_DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect)
447 WinDecorator::_DrawZoom(Decorator::Tab* ta
[all...]
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h49 virtual void _DrawTab(Decorator::Tab* tab, BRect invalid);
50 virtual void _DrawButtons(Decorator::Tab* tab,
52 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
54 virtual void _DrawMinimize(Decorator::Tab* tab, bool direct,
56 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
58 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
61 virtual void _SetTitle(Tab* tab, const char* string,
67 Decorator::Tab* _AllocateNewTab();
82 void _DrawButton(Decorator::Tab* tab, bool direct,
H A DMacDecorator.cpp140 Decorator::Tab* tab
141 = static_cast<Decorator::Tab*>(_TabAt(tabIndex));
229 Decorator::Tab* tab = fTabList.ItemAt(i);
270 Decorator::Tab* tab = fTabList.ItemAt(i);
491 MacDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid)
612 MacDecorator::_DrawButtons(Decorator::Tab* tab, const BRect& invalid)
630 MacDecorator::_DrawTitle(Decorator::Tab* tab, BRect rect)
649 MacDecorator::_DrawClose(Decorator::Tab* tab, bool direct, BRect r)
656 MacDecorator::_DrawZoom(Decorator::Tab* tab, bool direct, BRect rect)
671 MacDecorator::_DrawMinimize(Decorator::Tab* ta
[all...]
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h41 Decorator::Tab* tab = NULL);
46 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
47 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
48 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
50 virtual void _DrawZoom(Decorator::Tab* tab, bool direct,
52 virtual void _DrawMinimize(Decorator::Tab* tab, bool direct,
69 ServerBitmap* _GetBitmapForButton(Decorator::Tab* tab,
75 Decorator::Tab* tab = NULL);
H A DBeDecorator.cpp206 ComponentColors _colors, Decorator::Tab* _tab)
208 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
586 BeDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid)
663 BeDecorator::_DrawTitle(Decorator::Tab* _tab, BRect r)
667 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
719 BeDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect)
724 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_ta
[all...]
/haiku/src/tests/apps/miniterminal/
H A DConsole.h52 void Tab();
H A DConsole.cpp159 Console::Tab() function in class:Console
498 Tab();
/haiku/src/libs/alm/
H A DALMGroup.cpp9 #include <Tab.h>
H A DTab.cpp7 #include <Tab.h>

Completed in 133 milliseconds

12