#include <userinputobj.h>
◆ UserInputObj()
| UserInputObj::UserInputObj |
( |
| ) |
|
|
inline |
◆ ~UserInputObj()
| virtual UserInputObj::~UserInputObj |
( |
| ) |
|
|
inlinevirtual |
◆ addItem()
| virtual void UserInputObj::addItem |
( |
const uiString & | | ) |
|
|
virtual |
◆ getBoolValue()
| virtual bool UserInputObj::getBoolValue |
( |
| ) |
const |
|
pure virtual |
◆ getdValue()
| double UserInputObj::getdValue |
( |
| ) |
const |
|
inline |
◆ getDValue()
| virtual double UserInputObj::getDValue |
( |
| ) |
const |
|
pure virtual |
◆ getfValue()
| float UserInputObj::getfValue |
( |
| ) |
const |
|
inline |
◆ getFValue()
| virtual float UserInputObj::getFValue |
( |
| ) |
const |
|
pure virtual |
◆ getInt64Value()
| virtual od_int64 UserInputObj::getInt64Value |
( |
| ) |
const |
|
pure virtual |
◆ getIntValue()
| virtual int UserInputObj::getIntValue |
( |
| ) |
const |
|
pure virtual |
◆ isReadOnly()
| virtual bool UserInputObj::isReadOnly |
( |
| ) |
const |
|
pure virtual |
◆ notifyUpdateRequested()
| bool UserInputObj::notifyUpdateRequested |
( |
const CallBack & | cb | ) |
|
- Returns
- true if this notification is supported
◆ notifyUpdateRequested_()
| virtual bool UserInputObj::notifyUpdateRequested_ |
( |
const CallBack & | | ) |
|
|
protectedpure virtual |
◆ notifyValueChanged()
| bool UserInputObj::notifyValueChanged |
( |
const CallBack & | cb | ) |
|
value change complete cq. commited
- Returns
- true if this notification is supported
◆ notifyValueChanged_()
| virtual bool UserInputObj::notifyValueChanged_ |
( |
const CallBack & | | ) |
|
|
protectedpure virtual |
◆ notifyValueChanging()
| bool UserInputObj::notifyValueChanging |
( |
const CallBack & | cb | ) |
|
intermediate value available
- Returns
- true if this notification is supported
◆ notifyValueChanging_()
| virtual bool UserInputObj::notifyValueChanging_ |
( |
const CallBack & | | ) |
|
|
protectedpure virtual |
◆ setEmpty()
| virtual void UserInputObj::setEmpty |
( |
| ) |
|
|
pure virtual |
◆ setReadOnly()
| virtual void UserInputObj::setReadOnly |
( |
bool | = true | ) |
|
|
pure virtual |
◆ setText()
| virtual void UserInputObj::setText |
( |
const char * | | ) |
|
|
pure virtual |
◆ setToolTip()
| virtual void UserInputObj::setToolTip |
( |
const uiString & | | ) |
|
|
pure virtual |
◆ setValue() [1/6]
| virtual void UserInputObj::setValue |
( |
bool | | ) |
|
|
pure virtual |
◆ setValue() [2/6]
| virtual void UserInputObj::setValue |
( |
const char * | s | ) |
|
|
virtual |
◆ setValue() [3/6]
| virtual void UserInputObj::setValue |
( |
double | | ) |
|
|
pure virtual |
◆ setValue() [4/6]
| virtual void UserInputObj::setValue |
( |
float | | ) |
|
|
pure virtual |
◆ setValue() [5/6]
| virtual void UserInputObj::setValue |
( |
int | | ) |
|
|
pure virtual |
◆ setValue() [6/6]
| virtual void UserInputObj::setValue |
( |
od_int64 | | ) |
|
|
pure virtual |
◆ text()
| virtual const char * UserInputObj::text |
( |
| ) |
const |
|
pure virtual |
◆ update()
return false if not updated for whatever reason.
◆ update_()
| virtual bool UserInputObj::update_ |
( |
const DataInpSpec & | | ) |
|
|
protectedpure virtual |