IntValueView
return new IntValueView(i);
IntValueView::IntValueView(IntProperty* property)
IntValueView::~IntValueView()
IntValueView::TextView() const
IntValueView::ValueChanged()
IntValueView::AdoptProperty(Property* property)
IntValueView::GetProperty() const
class IntValueView : public TextInputValueView {
IntValueView(IntProperty* property);
virtual ~IntValueView();