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

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

Completed in 1497 milliseconds