|
| RangeProperty (const PropertyRef &) |
|
| RangeProperty (const PropertyRef &, const Interval< float > &) |
|
| ~RangeProperty () |
|
RangeProperty * | clone () const override |
|
const char * | def () const override |
|
const char * | factoryKeyword () const override |
|
bool | isRange () const override |
|
bool | isUdf () const override |
|
void | setDef (const char *) override |
|
const char * | type () const override |
|
| Property (const PropertyRef &) |
|
virtual | ~Property () |
|
virtual bool | dependsOn (const Property &) const |
|
virtual uiString | errMsg () const |
|
void | fillPar (IOPar &) const |
|
virtual bool | init (const PropertySet &) const |
| clears 'memory' and makes property usable More...
|
|
bool | isEqualTo (const Property &) const |
|
virtual bool | isFormula () const |
|
virtual bool | isValue () const |
|
bool | matches (const char *nm, bool matchaliases) const |
|
bool | matches (const char *nm, bool matchaliases, float *matchval) const |
|
const Mnemonic & | mn () const |
|
const char * | name () const |
|
const PropertyRef & | ref () const |
|
virtual void | reset () |
|
const UnitOfMeasure * | unit () const |
|
void | usePar (const IOPar &) |
|
float | value (EvalOpts eo=EvalOpts()) const |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
|
bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
|
void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More...
|
|
void | detachCB (const NotifierAccess &, const CallBack &) const |
|
void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
|
virtual bool | isCapsule () const |
|
bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
void | stopReceivingNotifications () const |
|
virtual CallBacker * | trueCaller () |
|
Range of values. pos_ is usually in [0,1].
<>