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

/haiku/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),
235 if (fCurrentColor && !fStyle->Gradient())
236 fCurrentColor->SetColor(fStyle->Color());
237 } else if (object == fCurrentColor) {
244 _AdoptCurrentColor(fCurrentColor->Color());
271 if (fCurrentColor && !gradient)
272 fCurrentColor->SetColor(fStyle->Color());
292 if (fCurrentColor == color)
295 if (fCurrentColor)
296 fCurrentColor
[all...]
H A DSwatchGroup.h56 CurrentColor* fCurrentColor; member in class:SwatchGroup
H A DStyleView.h71 CurrentColor* fCurrentColor; member in class:StyleView
H A DStyleListView.h94 CurrentColor* fCurrentColor; member in class:StyleListView
H A DStyleListView.cpp264 fCurrentColor(NULL),
302 if (fCurrentColor != NULL)
303 color = fCurrentColor->Color();
729 fCurrentColor = color;
/haiku/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.cpp886 fState.fCurrentColor = GetColorAttribute(attributes, "color", fState.fCurrentColor.alpha);
894 fState.fStrokeColor = fState.fCurrentColor;
915 fState.fFillColor = fState.fCurrentColor;
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h109 CurrentColor* fCurrentColor; member in class:MainWindow
H A DMainWindow.cpp129 fCurrentColor(new CurrentColor()),
158 delete fCurrentColor;
439 new_style(fCurrentColor->Color(),
1024 fStyleListView->SetCurrentColor(fCurrentColor);
1027 fStyleView->SetCurrentColor(fCurrentColor);
1043 fSwatchGroup->SetCurrentColor(fCurrentColor);
/haiku/src/kits/tracker/
H A DSettingsViews.cpp801 fCurrentColor = 0;
866 fCurrentColor = message->FindInt32("index");
867 switch (fCurrentColor) {
890 switch (fCurrentColor) {
993 switch (fCurrentColor) {
H A DSettingsViews.h160 int32 fCurrentColor; member in class:BPrivate::SpaceBarSettingsView

Completed in 48 milliseconds