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

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

Completed in 36 milliseconds