Symbol: UpdateColors
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
264
TabDecorator::UpdateColors(settings);
src/add-ons/decorators/FlatDecorator/FlatDecorator.h
45
virtual void UpdateColors(DesktopSettings& settings);
src/apps/pulse/CPUButton.cpp
330
UpdateColors(prefs->normal_bar_color);
src/apps/pulse/CPUButton.cpp
334
UpdateColors(pulseapp->fPrefs->normal_bar_color);
src/apps/pulse/CPUButton.h
36
void UpdateColors(int32 color);
src/apps/pulse/DeskbarPulseView.cpp
152
UpdateColors(message);
src/apps/pulse/MiniPulseView.h
27
void UpdateColors(BMessage *message);
src/apps/pulse/NormalPulseView.cpp
342
fProgressBars[x]->UpdateColors(color, fade);
src/apps/pulse/NormalPulseView.cpp
343
fCpuButtons[x]->UpdateColors(color);
src/apps/pulse/NormalPulseView.h
28
void UpdateColors(BMessage *message);
src/apps/pulse/ProgressBar.cpp
71
UpdateColors(prefs->normal_bar_color, prefs->normal_fade_colors);
src/apps/pulse/ProgressBar.h
29
void UpdateColors(int32 color, bool fade);
src/apps/pulse/PulseWindow.cpp
84
fNormalPulseView->UpdateColors(message);
src/apps/pulse/PulseWindow.cpp
87
fMiniPulseView->UpdateColors(message);
src/servers/app/decorator/DecorManager.cpp
72
decorator->UpdateColors(settings);
src/servers/app/decorator/Decorator.cpp
286
UpdateColors(settings);
src/servers/app/decorator/Decorator.h
135
virtual void UpdateColors(DesktopSettings& settings) = 0;
src/servers/app/decorator/DefaultDecorator.cpp
187
TabDecorator::UpdateColors(settings);
src/servers/app/decorator/DefaultDecorator.h
38
virtual void UpdateColors(DesktopSettings& settings);
src/servers/app/decorator/TabDecorator.h
76
virtual void UpdateColors(DesktopSettings& settings);
src/servers/app/stackandtile/SATDecorator.cpp
57
DefaultDecorator::UpdateColors(settings);
src/servers/app/stackandtile/SATDecorator.h
32
virtual void UpdateColors(DesktopSettings& settings);