|
| | mDefIntegerIDType (int, LVLID) |
| |
| | LevelSet (int idstartidsat=0) |
| |
| | mDeclMonitorableAssignment (LevelSet) |
| |
| bool | isEmpty () const |
| |
| size_type | size () const |
| |
| void | setEmpty () |
| |
| bool | isPresent (ID) const |
| |
| bool | isPresent (const char *) const |
| |
| ID | getIDByName (const char *) const |
| |
| ID | getIDByIdx (IdxType) const |
| |
| IdxType | indexOf (ID) const |
| |
| IdxType | indexOf (const char *) const |
| |
| void | getNames (BufferStringSet &) const |
| |
| BufferString | levelName (ID) const |
| |
| Color | levelColor (ID) const |
| |
| IOPar | levelPars (ID) const |
| |
| Level | get (ID) const |
| |
| Level | getByIdx (int) const |
| |
| Level | getByName (const char *) const |
| |
| Level | first () const |
| |
| ID | add (const char *, const Color &) |
| |
| void | remove (ID) |
| |
| ID | set (const Level &) |
| |
| ID | add (const Level &lvl) |
| |
| void | add (const BufferStringSet &, const TypeSet< Color > &) |
| |
| bool | store (Repos::Source) const |
| |
| bool | read (Repos::Source) |
| |
| bool | readFrom (const char *) |
| |
| bool | writeTo (const char *) const |
| |
| Repos::Source | readOldRepos () |
| |
| | 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 |
| |
|
| virtual | ~LevelSet () |
| |
| int | gtIdxOf (const char *, ID) const |
| |
| Level | gtLvl (int) const |
| |
| void | doSetEmpty () |
| |
| ID | doSet (const Level &, bool *isnew=0) |
| |
| void | getFromStream (ascistream &, bool) |
| |
| 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...
|
| |
Set of Stratigraphic levels.
Manages not only the units, but also their IDs. The set will not allow adding levels with the same name; the result is that you simply set the existing one to new values.