|
| | ValueProperty (const PropertyRef &) |
| |
| | ValueProperty (const PropertyRef &, float val) |
| |
| | ~ValueProperty () |
| |
| ValueProperty * | clone () const override |
| |
| const char * | def () const override |
| |
| const char * | factoryKeyword () const override |
| |
| bool | isUdf () const override |
| |
| bool | isValue () const override |
| |
| void | setDef (const char *) override |
| |
| void | setValue (float v) |
| |
| 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 | isRange () 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 () |
| |
Simple, single-value property.
<>