Searched refs:DecorInfo (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/interface/
H A DDecorInfo.h24 // NOTE: DecorInfo itself is not thread-safe
25 class DecorInfo { class in namespace:BPrivate
27 DecorInfo();
28 DecorInfo(const BString& path);
29 DecorInfo(const entry_ref& ref);
30 ~DecorInfo();
98 // will remove all DecorInfo objects which
105 DecorInfo* DecoratorAt(int32);
107 DecorInfo* FindDecorator(const BString& string);
112 DecorInfo* CurrentDecorato
[all...]
/haiku/src/kits/interface/
H A DDecorInfo.cpp9 #include <DecorInfo.h>
29 DecorInfo::DecorInfo() function in class:BPrivate::DecorInfo
38 DecorInfo::DecorInfo(const BString& path) function in class:BPrivate::DecorInfo
52 DecorInfo::DecorInfo(const entry_ref& ref) function in class:BPrivate::DecorInfo
66 DecorInfo::~DecorInfo()
72 DecorInfo
[all...]
H A DInterfaceDefs.cpp41 #include <DecorInfo.h>
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.h15 #include <DecorInfo.h>
42 void _SetDecor(BPrivate::DecorInfo* decorInfo);
H A DAPRView.h31 #include <DecorInfo.h>
H A DLookAndFeelSettingsView.cpp199 DecorInfo* decor = fDecorUtility.FindDecorator(fCurrentDecor);
291 LookAndFeelSettingsView::_SetDecor(DecorInfo* decorInfo)
310 DecorInfo* decor = fDecorUtility.DecoratorAt(i);
/haiku/src/bin/
H A Dsetdecor.cpp17 #include <DecorInfo.h>
29 print_decor_summary(DecorInfo* decor, bool isCurrent)
40 print_decor_shortcut(DecorInfo* decor, bool isCurrent)
51 print_decor_info_verbose(DecorInfo* decor, bool isCurrent)
86 DecorInfo* decor = NULL;
/haiku/src/servers/app/decorator/
H A DDecorManager.h19 #include <DecorInfo.h>

Completed in 128 milliseconds