Searched refs:color_scheme (Results 1 – 7 of 7) sorted by relevance
29 struct color_scheme { struct39 bool operator==(const color_scheme& color); argument42 struct FindColorSchemeByName : public UnaryPredicate<const color_scheme> {50 int operator()(const color_scheme* item) const in operator()58 extern color_scheme gCustomColorScheme;59 extern BObjectList<const color_scheme> *gColorSchemes;
26 struct color_scheme gCustomColorScheme = {31 BObjectList<const color_scheme>* gColorSchemes = NULL;49 color_scheme::operator==(const color_scheme& scheme) in operator ==()
63 void _ChangeColorScheme(color_scheme* scheme);69 void _MakeColorSchemeMenuItem(const color_scheme *item);
27 struct color_scheme;78 void LoadColorScheme(color_scheme* scheme);
264 SortByName(const color_scheme *lhs, const color_scheme *rhs) in SortByName()273 gColorSchemes = new BObjectList<const color_scheme>(10, true); in LoadThemes()290 PrefHandler::LoadColorScheme(color_scheme* scheme) in LoadColorScheme()575 const color_scheme *scheme = gColorSchemes->FindIf(comparator); in _LoadThemesFromDirectory()582 color_scheme *newScheme = new color_scheme(); in _LoadThemesFromDirectory()
287 color_scheme* newScheme = NULL; in MessageReceived()404 ThemeView::_ChangeColorScheme(color_scheme* scheme) in _ChangeColorScheme()459 const color_scheme *item = gColorSchemes->ItemAt(i); in _SetCurrentColorScheme()483 ThemeView::_MakeColorSchemeMenuItem(const color_scheme *item) in _MakeColorSchemeMenuItem()502 const color_scheme* defaultItem = gColorSchemes->FindIf(comparator); in _MakeColorSchemeMenu()508 const color_scheme *item = gColorSchemes->ItemAt(index); in _MakeColorSchemeMenu()
36 struct color_scheme;