Searched refs:color_scheme (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/terminal/
H A DColors.h29 struct color_scheme { struct
39 bool operator==(const color_scheme& color);
42 struct FindColorSchemeByName : public UnaryPredicate<const color_scheme> {
50 int operator()(const color_scheme* item) const
58 extern color_scheme gCustomColorScheme;
59 extern BObjectList<const color_scheme> *gColorSchemes;
H A DPrefHandler.h27 struct color_scheme;
78 void LoadColorScheme(color_scheme* scheme);
H A DThemeView.h63 void _ChangeColorScheme(color_scheme* scheme);
69 void _MakeColorSchemeMenuItem(const color_scheme *item);
H A DColors.cpp26 struct color_scheme gCustomColorScheme = {
31 BObjectList<const color_scheme>* gColorSchemes = NULL;
49 color_scheme::operator==(const color_scheme& scheme)
H A DAppearPrefView.h36 struct color_scheme;
H A DPrefHandler.cpp264 SortByName(const color_scheme *lhs, const color_scheme *rhs)
273 gColorSchemes = new BObjectList<const color_scheme>(10, true);
290 PrefHandler::LoadColorScheme(color_scheme* scheme)
575 const color_scheme *scheme = gColorSchemes->FindIf(comparator);
582 color_scheme *newScheme = new color_scheme();
H A DThemeView.cpp287 color_scheme* newScheme = NULL;
288 if (msg->FindPointer("color_scheme",
404 ThemeView::_ChangeColorScheme(color_scheme* scheme)
459 const color_scheme *item = gColorSchemes->ItemAt(i);
483 ThemeView::_MakeColorSchemeMenuItem(const color_scheme *item)
489 message->AddPointer("color_scheme", (const void*)item);
502 const color_scheme* defaultItem = gColorSchemes->FindIf(comparator);
508 const color_scheme *item = gColorSchemes->ItemAt(index);

Completed in 45 milliseconds