Searched refs:fCurrentColor (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp41 fCurrentColor(NULL),
157 if (object != fCurrentColor || fIgnoreNotifications)
160 rgb_color color = fCurrentColor->Color();
194 if (fCurrentColor != NULL)
195 fCurrentColor->SetColor(color);
281 if (fCurrentColor == color)
284 if (fCurrentColor != NULL)
285 fCurrentColor->RemoveObserver(this);
287 fCurrentColor = color;
289 if (fCurrentColor !
[all...]
H A DStyleView.cpp58 fCurrentColor(NULL),
231 if (fCurrentColor && !fStyle->Gradient())
232 fCurrentColor->SetColor(fStyle->Color());
233 } else if (object == fCurrentColor) {
240 _AdoptCurrentColor(fCurrentColor->Color());
267 if (fCurrentColor && !gradient)
268 fCurrentColor->SetColor(fStyle->Color());
288 if (fCurrentColor == color)
291 if (fCurrentColor)
292 fCurrentColor
[all...]
H A DSwatchGroup.h56 CurrentColor* fCurrentColor; member in class:SwatchGroup
H A DStyleView.h70 CurrentColor* fCurrentColor; member in class:StyleView
H A DStyleListView.h94 CurrentColor* fCurrentColor; member in class:StyleListView
H A DStyleListView.cpp262 fCurrentColor(NULL),
300 if (fCurrentColor != NULL)
301 color = fCurrentColor->Color();
752 fCurrentColor = color;
/haiku-fatelf/src/tests/kits/interface/picture/
H A DSVGViewView.h46 fCurrentColor.red = 0; fCurrentColor.green = 0;
47 fCurrentColor.blue = 0; fCurrentColor.alpha = 255;
62 rgb_color fCurrentColor; member in struct:_state_
H A DSVGViewView.cpp885 fState.fCurrentColor = GetColorAttribute(attributes, "color", fState.fCurrentColor.alpha);
893 fState.fStrokeColor = fState.fCurrentColor;
914 fState.fFillColor = fState.fCurrentColor;
/haiku-fatelf/src/apps/icon-o-matic/
H A DMainWindow.h99 CurrentColor* fCurrentColor; member in class:MainWindow
H A DMainWindow.cpp117 fCurrentColor(new CurrentColor()),
390 new_style(fCurrentColor->Color(),
926 fStyleListView->SetCurrentColor(fCurrentColor);
929 fStyleView->SetCurrentColor(fCurrentColor);
945 fSwatchGroup->SetCurrentColor(fCurrentColor);
/haiku-fatelf/src/kits/tracker/
H A DSettingsViews.h156 int32 fCurrentColor; member in class:BPrivate::SpaceBarSettingsView
H A DSettingsViews.cpp728 fCurrentColor = 0;
794 fCurrentColor = message->FindInt32("index");
795 switch (fCurrentColor) {
816 switch (fCurrentColor) {
914 switch (fCurrentColor) {

Completed in 122 milliseconds