Searched refs:UpdateColors (Results 1 - 21 of 21) sorted by relevance

/haiku/src/apps/pulse/
H A DMiniPulseView.h27 void UpdateColors(BMessage *message);
H A DProgressBar.h29 void UpdateColors(int32 color, bool fade);
H A DNormalPulseView.h28 void UpdateColors(BMessage *message);
H A DCPUButton.h36 void UpdateColors(int32 color);
H A DPulseWindow.cpp84 fNormalPulseView->UpdateColors(message);
87 fMiniPulseView->UpdateColors(message);
H A DCPUButton.cpp301 CPUButton::UpdateColors(int32 color) function in class:CPUButton
329 UpdateColors(prefs->normal_bar_color);
333 UpdateColors(pulseapp->fPrefs->normal_bar_color);
H A DProgressBar.cpp35 ProgressBar::UpdateColors(int32 color, bool fade) function in class:ProgressBar
71 UpdateColors(prefs->normal_bar_color, prefs->normal_fade_colors);
H A DNormalPulseView.cpp334 NormalPulseView::UpdateColors(BMessage *message) function in class:NormalPulseView
342 fProgressBars[x]->UpdateColors(color, fade);
343 fCpuButtons[x]->UpdateColors(color);
H A DDeskbarPulseView.cpp152 UpdateColors(message);
H A DMiniPulseView.cpp141 void MiniPulseView::UpdateColors(BMessage *message) { function in class:MiniPulseView
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.h32 virtual void UpdateColors(DesktopSettings& settings);
H A DSATDecorator.cpp55 SATDecorator::UpdateColors(DesktopSettings& settings) function in class:SATDecorator
57 DefaultDecorator::UpdateColors(settings);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h38 virtual void UpdateColors(DesktopSettings& settings);
H A DTabDecorator.h76 virtual void UpdateColors(DesktopSettings& settings);
H A DDecorManager.cpp72 decorator->UpdateColors(settings);
H A DDecorator.h135 virtual void UpdateColors(DesktopSettings& settings) = 0;
H A DDefaultDecorator.cpp185 DefaultDecorator::UpdateColors(DesktopSettings& settings) function in class:DefaultDecorator
187 TabDecorator::UpdateColors(settings);
H A DDecorator.cpp282 UpdateColors(settings);
H A DTabDecorator.cpp206 TabDecorator::UpdateColors(DesktopSettings& settings) function in class:TabDecorator
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h45 virtual void UpdateColors(DesktopSettings& settings);
H A DFlatDecorator.cpp262 FlatDecorator::UpdateColors(DesktopSettings& settings) function in class:FlatDecorator
264 TabDecorator::UpdateColors(settings);

Completed in 120 milliseconds