Searched refs:_DrawTab (Results 1 – 14 of 14) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | DefaultDecorator.h | 43 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
|
H A D | TabDecorator.h | 86 virtual void _DrawTab(Decorator::Tab* tab, BRect r) = 0;
|
H A D | Decorator.cpp | 897 _DrawTab(tab, tab->tabRect); in DrawTab() 942 _DrawTab(decoratorTab, decoratorTab->minimizeRect); in DrawMinimize() 1015 _DrawTab(tab, rect); in _DrawTabs() 1019 _DrawTab(focusTab, rect); in _DrawTabs()
|
H A D | Decorator.h | 224 virtual void _DrawTab(Decorator::Tab* tab, BRect rect) = 0;
|
H A D | DefaultDecorator.cpp | 489 DefaultDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) in _DrawTab() function in DefaultDecorator
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.h | 50 virtual void _DrawTab(Decorator::Tab* tab, BRect r);
|
H A D | FlatDecorator.cpp | 535 FlatDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) in _DrawTab() function in FlatDecorator
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.h | 46 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
|
H A D | BeDecorator.cpp | 586 BeDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) in _DrawTab() function in BeDecorator
|
/haiku/src/add-ons/decorators/MacDecorator/ |
H A D | MacDecorator.h | 49 virtual void _DrawTab(Decorator::Tab* tab, BRect invalid);
|
H A D | MacDecorator.cpp | 491 MacDecorator::_DrawTab(Decorator::Tab* tab, BRect invalid) in _DrawTab() function in MacDecorator
|
/haiku/src/add-ons/decorators/WinDecorator/ |
H A D | WinDecorator.h | 55 virtual void _DrawTab(Decorator::Tab* tab, BRect rect);
|
H A D | WinDecorator.cpp | 327 WinDecorator::_DrawTab(Decorator::Tab* tab, BRect rect) in _DrawTab() function in WinDecorator
|
/haiku/docs/develop/servers/app_server/ |
H A D | Decorator.rst | 152 3. Call \_DrawTab(intersection) 193 protected: void \_DrawTab(BRect r) 197 \_DrawTab(tabrect). If window titles are displayed, the \_DrawTitle
|