Searched refs:IconValueView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp9 #include "IconValueView.h"
20 IconValueView::IconValueView(IconProperty* property) function in class:IconValueView
29 IconValueView::~IconValueView()
36 IconValueView::Draw(BRect updateRect)
71 IconValueView::SetEnabled(bool enabled)
78 IconValueView::AdoptProperty(Property* property)
93 IconValueView::GetProperty() const
102 IconValueView
[all...]
H A DIconValueView.h17 class IconValueView : public PropertyEditorView { class in inherits:PropertyEditorView
19 IconValueView(IconProperty* property);
20 virtual ~IconValueView();
31 // IconValueView
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp20 #include "IconValueView.h"
54 IconValueView* view = new IconValueView(i);

Completed in 45 milliseconds