|
| ProbeManager * | clone () const |
| |
| | mDeclInstanceCreatedNotifierAccess (ProbeManager) |
| |
| SaveableManager * | clone () const |
| |
| void | handleUnsavedLastCall () |
| |
| void | addNew (const SharedObject &, const ObjID &, const IOPar *, bool) 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 |
| |
| ChangeType | compareWith (const Monitorable &) const |
| |
| virtual NamedMonitorable * | getClone () const |
| |
| virtual BufferString | getName () 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 |
| |
| virtual const OD::String & | name () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| void | putNameInPar (IOPar &) const |
| |
|
| | ProbeManager () |
| |
| | ~ProbeManager () |
| |
| virtual Saveable * | getSaver (const SharedObject &) const |
| |
| template<class T > |
| T | doFetch (const ObjID &, uiRetVal &) const |
| |
| Probe * | gtProbe (const ObjID &) const |
| |
| | SaveableManager (const IOObjContext &, bool autosv, bool tempobjsonly=false) |
| |
| virtual ChangeRecorder * | getChangeRecorder (const SharedObject &) const |
| |
| virtual void | addCBsToObj (const SharedObject &) |
| |
| virtual void | setAuxOnAdd () |
| |
| ObjID | getID (const SharedObject &) const |
| |
| uiRetVal | store (const SharedObject &, const IOPar *) const |
| |
| uiRetVal | store (const SharedObject &, const ObjID &, const IOPar *) const |
| |
| uiRetVal | save (const SharedObject &) const |
| |
| bool | needsSave (const SharedObject &) const |
| |
| IOObj * | getIOObj (const DBKey &) const |
| |
| IOObj * | getIOObjByName (const char *) const |
| |
| void | setEmpty () |
| |
| IdxType | gtIdx (const char *) const |
| |
| IdxType | gtIdx (const ObjID &) const |
| |
| IdxType | gtIdx (const SharedObject &) const |
| |
| SharedObject * | gtObj (IdxType) const |
| |
| const Saveable * | saverFor (const ObjID &) const |
| |
| uiRetVal | doSave (const ObjID &) const |
| |
| void | add (const SharedObject &, const ObjID &, AccessLocker &, const IOPar *, bool) const |
| |
| void | dbmEntryRemovedCB (CallBacker *) |
| |
| void | survChgCB (CallBacker *) |
| |
| void | appExitCB (CallBacker *) |
| |
| void | objDelCB (CallBacker *) |
| |
| void | objChgCB (CallBacker *) |
| |
| void | copyAll (const NamedMonitorable &) |
| |
| | Monitorable () |
| |
| void | copyAll (const Monitorable &) |
| |
| void | sendChgNotif (AccessLocker &, const ChangeData &) const |
| | calls objectChanged with released lock More...
|
| |
| void | sendChgNotif (AccessLocker &, ChangeType, IDType) const |
| | calls objectChanged with released lock More...
|
| |
| void | sendDelNotif () const |
| |
| void | stopChangeNotifications () const |
| |
| void | resumeChangeNotifications () const |
| |
| template<class T > |
| T | getMemberSimple (const T &) const |
| | the get function used by mImplSimpleMonitoredGet More...
|
| |
| template<class TMember , class TSetTo > |
| void | setMemberSimple (TMember &, TSetTo, ChangeType, IDType) |
| | the set function used by mImplSimpleMonitoredSet More...
|
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
Manages all stored Pick::Set's.
If a set is not yet loaded, then it will be loaded by fetch().