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

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIntValueView.cpp9 #include "IntValueView.h"
16 IntValueView::IntValueView(IntProperty* property) function in class:IntValueView
33 IntValueView::~IntValueView()
39 IntValueView::TextView() const
46 IntValueView::ValueChanged()
57 IntValueView::AdoptProperty(Property* property)
71 IntValueView::GetProperty() const
H A DIntValueView.h17 class IntValueView : public TextInputValueView { class in inherits:TextInputValueView
19 IntValueView(IntProperty* property);
20 virtual ~IntValueView();
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp21 #include "IntValueView.h"
33 return new IntValueView(i);

Completed in 234 milliseconds