Home
last modified time | relevance | path

Searched refs:IntValue (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp46 copy.AddInt32("be:value", IntValue()); in Invoke()
96 IntValue(); in SetValue()
112 IntValue(); in SetValue()
121 NummericalTextView::IntValue() const in IntValue() function in NummericalTextView
H A DNummericalTextView.h35 int32 IntValue() const;
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIntValueView.cpp49 fProperty->SetValue(fTextView->IntValue()); in ValueChanged()
61 if (fTextView->IntValue() != p->Value()) in AdoptProperty()
H A DInt64ValueView.cpp50 fProperty->SetValue(fTextView->IntValue()); in ValueChanged()
64 if (fTextView->IntValue() != (int32)p->Value()) in AdoptProperty()
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp139 SetValue(fTextView->IntValue()); in MouseDown()