|
| | mDefIntegerIDType (IdxType, MarkerID) |
| |
| | MarkerSet () |
| |
| | ~MarkerSet () |
| |
| | mDeclInstanceCreatedNotifierAccess (MarkerSet) |
| |
| | mDeclMonitorableAssignment (MarkerSet) |
| |
| MarkerID | add (const Marker &) |
| |
| Marker | get (MarkerID) const |
| |
| MarkerID | set (const Marker &) |
| |
| BufferString | getNameByID (MarkerID) const |
| |
| void | setNameByID (MarkerID, const char *) |
| |
| Color | getColor (MarkerID) const |
| |
| void | setColor (MarkerID, const Color &) |
| |
| float | getDah (MarkerID) const |
| |
| void | setDah (MarkerID, float) |
| |
| void | removeSingle (MarkerID) |
| |
| Marker | getByIdx (IdxType) const |
| |
| void | removeSingleByIdx (IdxType) |
| |
| float | getDahByIdx (IdxType) const |
| |
| void | setDahByIdx (IdxType, float) |
| |
| float | getDahFromMarkerName (const char *) const |
| |
| Marker | first () const |
| |
| Marker | last () const |
| |
| IdxType | indexOf (const char *nm) const |
| |
| Marker | getByName (const char *nm) const |
| |
| Marker | getByLvlID (LevelID id) const |
| |
| MarkerID | markerIDFor (IdxType) const |
| |
| MarkerID | markerIDFromName (const char *) const |
| |
| IdxType | getIdxFor (MarkerID) const |
| |
| bool | validIdx (IdxType) const |
| |
| bool | isPresent (const char *n) const |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
| size_type | size () const |
| |
| void | getNames (BufferStringSet &) const |
| |
| void | getColors (TypeSet< Color > &) const |
| |
| void | fillWithAll (TaskRunner *tskr=0) |
| |
| bool | insertNew (const Well::Marker &) |
| |
| void | addSameWell (const MarkerSet &) |
| |
| void | mergeOtherWell (const MarkerSet &) |
| |
| void | append (const MarkerSet &ms) |
| |
| IdxType | getIdxAbove (float z, const Well::Track *trck=0) const |
| | is trck provided, compares TVDs More...
|
| |
| void | fillPar (IOPar &) const |
| |
| void | usePar (const IOPar &) |
| |
| | SharedObject (const char *nm=0) |
| |
| | SharedObject (const SharedObject &) |
| |
| SharedObject & | operator= (const SharedObject &) |
| |
| bool | operator== (const SharedObject &) const |
| |
| bool | operator!= (const SharedObject &oth) const |
| |
| virtual SharedObject * | clone () const |
| |
| ChangeType | compareWith (const Monitorable &) 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 * | 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 |
| |
|
| Marker | gtByName (const char *) const |
| |
| Marker | gtByIndex (IdxType) const |
| |
| Marker | gtByLvlID (LevelID) const |
| |
| IdxType | idxOf (const char *) const |
| |
| IdxType | gtIdxFor (MarkerID) const |
| |
| IdxType | gtIdxForDah (float) const |
| |
| Marker | gtByID (MarkerID) const |
| |
| MarkerID | mrkrIDFor (IdxType) const |
| |
| void | addCopy (const MarkerSet &, IdxType, float) |
| |
| void | alignOrderingWith (const MarkerSet &) |
| |
| void | moveBlock (IdxType, IdxType, const TypeSet< IdxType > &) |
| |
| bool | insrtNew (const Well::Marker &) |
| |
| void | insrtNewAfter (IdxType, const MarkerSet &) |
| |
| void | insrtAt (IdxType, const Marker &) |
| |
| void | insrtAfter (IdxType, const Marker &) |
| |
| void | rmoveSingle (IdxType) |
| |
| bool | isPrsnt (const char *n) const |
| |
| size_type | gtSize () const |
| |
| void | copyAll (const SharedObject &) |
| |
| virtual | ~SharedObject () |
| |
| 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...
|
| |