Home
last modified time | relevance | path

Searched refs:_DrawTitle (Results 1 – 14 of 14) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h44 virtual void _DrawTitle(Decorator::Tab* tab, BRect r);
H A DTabDecorator.h92 virtual void _DrawTitle(Decorator::Tab* tab, BRect r) = 0;
H A DDecorator.h225 virtual void _DrawTitle(Decorator::Tab* tab,
H A DDecorator.cpp900 _DrawTitle(tab, tab->tabRect); in DrawTab()
914 _DrawTitle(decoratorTab, decoratorTab->tabRect); in DrawTitle()
H A DDefaultDecorator.cpp556 _DrawTitle(tab, tabRect); in _DrawTab()
573 DefaultDecorator::_DrawTitle(Decorator::Tab* _tab, BRect rect) in _DrawTitle() function in DefaultDecorator
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h51 virtual void _DrawTitle(Decorator::Tab* tab, BRect r);
H A DFlatDecorator.cpp622 _DrawTitle(tab, tabRect); in _DrawTab()
639 FlatDecorator::_DrawTitle(Decorator::Tab* _tab, BRect rect) in _DrawTitle() function in FlatDecorator
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h47 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
H A DBeDecorator.cpp646 _DrawTitle(tab, tabRect); in _DrawTab()
663 BeDecorator::_DrawTitle(Decorator::Tab* _tab, BRect r) in _DrawTitle() function in BeDecorator
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h52 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
H A DMacDecorator.cpp607 _DrawTitle(tab, tab->tabRect); in _DrawTab()
630 MacDecorator::_DrawTitle(Decorator::Tab* tab, BRect rect) in _DrawTitle() function in MacDecorator
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h56 virtual void _DrawTitle(Decorator::Tab* tab, BRect rect);
H A DWinDecorator.cpp339 _DrawTitle(tab, tabRect); in _DrawTab()
358 WinDecorator::_DrawTitle(Decorator::Tab* tab, BRect rect) in _DrawTitle() function in WinDecorator
/haiku/docs/develop/servers/app_server/
H A DDecorator.rst197 \_DrawTab(tabrect). If window titles are displayed, the \_DrawTitle
204 protected: void \_DrawTitle(BRect r)
208 \_DrawTitle(titlerect).