|
| | Marker (const char *, ZType d=0.f, Color c=Color()) |
| |
| | Marker (LevelID, ZType) |
| |
| | ~Marker () |
| |
| | mDeclInstanceCreatedNotifierAccess (Marker) |
| |
| | mDeclMonitorableAssignment (Marker) |
| |
| bool | operator> (const Marker &) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual BufferString | getName () const |
| |
| | mImplSimpleMonitoredGetSet (inline, dah, setDah, ZType, dah_, cDahChange()) |
| |
| | mImplSimpleMonitoredGetSet (inline, levelID, setLevelID, LevelID, levelid_, cLevelChange()) |
| |
| Color | color () const |
| |
| | mImplSimpleMonitoredSet (setColor, Color, color_, cColorChange()) |
| |
| Strat::Level | getLevel () const |
| |
| void | setNoLevelID () |
| |
| bool | isUdf () const |
| |
| | NamedMonitorable (const char *nm=0) |
| |
| | NamedMonitorable (const NamedObject &) |
| |
| virtual | ~NamedMonitorable () |
| |
| | NamedMonitorable (const NamedMonitorable &) |
| |
| NamedMonitorable & | operator= (const NamedMonitorable &) |
| |
| bool | operator== (const NamedMonitorable &) const |
| |
| bool | operator!= (const NamedMonitorable &oth) const |
| |
| virtual NamedMonitorable * | clone () const |
| |
| ChangeType | compareWith (const Monitorable &) const |
| |
| virtual NamedMonitorable * | getClone () const |
| |
| virtual void | setName (const char *) |
| |
| | Monitorable (const Monitorable &) |
| |
| virtual | ~Monitorable () |
| |
| Monitorable & | operator= (const Monitorable &) |
| |
| bool | operator== (const Monitorable &) const |
| |
| virtual ChangeDataNotifier & | objectChanged () const |
| |
| virtual Notifier< Monitorable > & | objectToBeDeleted () const |
| |
| virtual void | touch () const |
| |
| virtual DirtyCountType | dirtyCount () const |
| |
| void | sendChangeNotification (const ChangeData &) const |
| |
| void | sendEntireObjectChangeNotification () const |
| |
| void | transferNotifsTo (const Monitorable &, const CallBacker *onlyfor=0) 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 | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| virtual bool | isCapsule () const |
| |
| void | stopReceivingNotifications () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| void | putNameInPar (IOPar &) const |
| |
Marker, can be attached to Strat level. When not attached, uses the object's own (fallback) name and color.