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

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DInt64ValueView.cpp9 #include "Int64ValueView.h"
16 Int64ValueView::Int64ValueView(Int64Property* property) function in class:Int64ValueView
34 Int64ValueView::~Int64ValueView()
40 Int64ValueView::TextView() const
47 Int64ValueView::ValueChanged()
59 Int64ValueView::AdoptProperty(Property* property)
74 Int64ValueView::GetProperty() const
H A DInt64ValueView.h17 class Int64ValueView : public TextInputValueView { class in inherits:TextInputValueView
19 Int64ValueView(Int64Property* property);
20 virtual ~Int64ValueView();
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp22 #include "Int64ValueView.h"
45 return new Int64ValueView(i);

Completed in 28 milliseconds