Home
last modified time | relevance | path

Searched refs:SwatchGroup (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp37 SwatchGroup::SwatchGroup(BRect frame) in SwatchGroup() function in SwatchGroup
148 SwatchGroup::~SwatchGroup() in ~SwatchGroup()
155 SwatchGroup::ObjectChanged(const Observable* object) in ObjectChanged()
174 SwatchGroup::AttachedToWindow() in AttachedToWindow()
183 SwatchGroup::MessageReceived(BMessage* message) in MessageReceived()
279 SwatchGroup::SetCurrentColor(CurrentColor* color) in SetCurrentColor()
301 SwatchGroup::_SetColor(rgb_color color) in _SetColor()
308 SwatchGroup::_SetColor(float h, float s, float v, uint8 a) in _SetColor()
H A DSwatchGroup.h26 class SwatchGroup : public BView,
29 SwatchGroup(BRect frame);
30 virtual ~SwatchGroup();
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h34 class SwatchGroup; variable
129 SwatchGroup* fSwatchGroup;
H A DJamfile213 SwatchGroup.cpp
H A DMainWindow.cpp1233 fSwatchGroup = new SwatchGroup(BRect(0, 0, 100, 100)); in _CreateGUI()