Searched refs:CurrentColor (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/icon-o-matic/style/
H A DCurrentColor.cpp7 #include "CurrentColor.h"
16 CurrentColor::CurrentColor() function in class:CurrentColor
23 CurrentColor::~CurrentColor()
29 CurrentColor::SetColor(rgb_color color)
H A DCurrentColor.h14 class CurrentColor : public Observable { class in inherits:Observable
16 CurrentColor();
17 virtual ~CurrentColor();
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.h22 class CurrentColor;
40 void SetCurrentColor(CurrentColor* color);
56 CurrentColor* fCurrentColor;
H A DStyleView.h22 class CurrentColor;
57 void SetCurrentColor(CurrentColor* color);
71 CurrentColor* fCurrentColor;
H A DStyleListView.h20 class CurrentColor;
72 void SetCurrentColor(CurrentColor* color);
94 CurrentColor* fCurrentColor;
H A DSwatchGroup.cpp21 #include "CurrentColor.h"
279 SwatchGroup::SetCurrentColor(CurrentColor* color)
H A DStyleView.cpp27 #include "CurrentColor.h"
290 StyleView::SetCurrentColor(CurrentColor* color)
H A DStyleListView.cpp28 #include "CurrentColor.h"
727 StyleListView::SetCurrentColor(CurrentColor* color)
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h24 class CurrentColor;
109 CurrentColor* fCurrentColor;
H A DMainWindow.cpp49 #include "CurrentColor.h"
129 fCurrentColor(new CurrentColor()),

Completed in 58 milliseconds