Symbol: ColorValueView
src/apps/icon-o-matic/generic/property/view/PropertyEditorFactory.cpp
51
return new ColorValueView(c);
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
104
ColorValueView::SetEnabled(bool enabled)
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
114
ColorValueView::IsFocused() const
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
121
ColorValueView::AdoptProperty(Property* property)
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
138
ColorValueView::GetProperty() const
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
27
ColorValueView::ColorValueView(ColorProperty* property)
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
39
ColorValueView::~ColorValueView()
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
45
ColorValueView::Draw(BRect updateRect)
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
59
ColorValueView::FrameResized(float width, float height)
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
72
ColorValueView::MakeFocus(bool focused)
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
79
ColorValueView::MessageReceived(BMessage* message)
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.h
17
class ColorValueView : public PropertyEditorView {
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.h
19
ColorValueView(ColorProperty* property);
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.h
20
virtual ~ColorValueView();