Searched refs:fCurrentColors (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/terminal/
H A DThemeView.h83 BMessage fCurrentColors; member in class:ThemeView
/haiku/src/preferences/appearance/
H A DAPRView.h76 BMessage fCurrentColors; member in class:APRView
H A DAPRView.cpp180 get_current_colors(&fCurrentColors);
181 fPrevColors = fCurrentColors;
222 return !fDefaultColors.HasSameData(fCurrentColors);
229 return !fPrevColors.HasSameData(fCurrentColors);
283 fCurrentColors = colors;
427 fCurrentColors.SetColor(ui_color_name(which), color);

Completed in 71 milliseconds