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

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h33 class BeDecorator: public SATDecorator { class in inherits:SATDecorator
35 BeDecorator(DesktopSettings& settings,
37 virtual ~BeDecorator();
H A DBeDecorator.cpp16 #include "BeDecorator.h"
140 return new (std::nothrow)BeDecorator(settings, rect, desktop);
144 // #pragma mark - BeDecorator
149 BeDecorator::BeDecorator(DesktopSettings& settings, BRect rect, function in class:BeDecorator
155 STRACE(("BeDecorator:\n"));
173 BeDecorator::~BeDecorator()
175 STRACE(("BeDecorator: ~BeDecorator()\
[all...]

Completed in 38 milliseconds