/haiku/src/servers/app/decorator/ |
H A D | DefaultDecorator.h | 45 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
|
H A D | TabDecorator.h | 90 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
|
H A D | Decorator.h | 230 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
|
H A D | Decorator.cpp | 901 _DrawClose(tab, false, tab->closeRect); in DrawTab() 928 _DrawClose(decoratorTab, true, decoratorTab->closeRect); in DrawClose()
|
H A D | DefaultDecorator.cpp | 627 DefaultDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) in _DrawClose() function in DefaultDecorator
|
H A D | TabDecorator.cpp | 941 _DrawClose(tab, false, tab->closeRect); in _DrawButtons()
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.h | 52 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
|
H A D | FlatDecorator.cpp | 693 FlatDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) in _DrawClose() function in FlatDecorator
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.h | 48 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
|
H A D | BeDecorator.cpp | 719 BeDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) in _DrawClose() function in BeDecorator
|
/haiku/src/add-ons/decorators/MacDecorator/ |
H A D | MacDecorator.h | 58 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
|
H A D | MacDecorator.cpp | 616 _DrawClose(tab, false, tab->closeRect); in _DrawButtons() 649 MacDecorator::_DrawClose(Decorator::Tab* tab, bool direct, BRect r) in _DrawClose() function in MacDecorator
|
/haiku/src/add-ons/decorators/WinDecorator/ |
H A D | WinDecorator.h | 62 virtual void _DrawClose(Decorator::Tab* tab, bool direct,
|
H A D | WinDecorator.cpp | 405 _DrawClose(tab, false, tab->closeRect); in _DrawButtons() 479 WinDecorator::_DrawClose(Decorator::Tab* tab, bool direct, BRect rect) in _DrawClose() function in WinDecorator
|
/haiku/docs/develop/servers/app_server/ |
H A D | Decorator.rst | 157 protected: void \_DrawClose(BRect r)
|