Searched refs:WinDecorator (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp15 #include "WinDecorator.h"
49 return new (std::nothrow)WinDecorator(settings, rect, desktop);
53 WinDecorator::WinDecorator(DesktopSettings& settings, BRect frame, function in class:WinDecorator
69 STRACE(("WinDecorator:\n"));
75 WinDecorator::~WinDecorator()
77 STRACE(("~WinDecorator()\n"));
88 WinDecorator::Draw(BRect updateRect)
90 STRACE(("WinDecorator
[all...]
H A DWinDecorator.h33 class WinDecorator: public SATDecorator { class in inherits:SATDecorator
35 WinDecorator(DesktopSettings& settings,
37 ~WinDecorator(void);

Completed in 87 milliseconds