Searched refs:SwatchGroup (Results 1 – 5 of 5) sorted by relevance
37 SwatchGroup::SwatchGroup(BRect frame) in SwatchGroup() function in SwatchGroup148 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()
26 class SwatchGroup : public BView,29 SwatchGroup(BRect frame);30 virtual ~SwatchGroup();
34 class SwatchGroup; variable129 SwatchGroup* fSwatchGroup;
213 SwatchGroup.cpp
1233 fSwatchGroup = new SwatchGroup(BRect(0, 0, 100, 100)); in _CreateGUI()