|
| LithologySet () |
|
const char * | add (Lithology *) |
| returns err msg, or null on success More...
|
|
Lithology * | get (const char *nm) |
|
const Lithology * | get (const char *nm) const |
|
Lithology * | get (Lithology::ID id) |
|
const Lithology * | get (Lithology::ID id) const |
|
Lithology::ID | getFreeID () const |
|
Lithology & | getLith (int i) |
|
const Lithology & | getLith (int i) const |
|
void | getNames (BufferStringSet &, PorSel ps=AllPor) const |
|
int | indexOf (const char *nm) const |
|
int | indexOf (Lithology::ID id) const |
|
bool | isEmpty () const |
|
bool | isPresent (const char *nm) const |
|
bool | isPresent (Lithology::ID id) const |
|
ObjectSet< Lithology > & | lithologies () |
|
const ObjectSet< Lithology > & | lithologies () const |
|
void | reportAnyChange () |
|
void | setEmpty () |
|
int | size () 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 |
|