|
| ProbDenFuncTranslator (const char *nm, const char *unm) |
|
virtual ProbDenFunc * | read (od_istream &)=0 |
|
uiString | sSelObjectIsWrongType () |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
|
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
|
void | detachCB (NotifierAccess &, const CallBack &) |
|
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
|
bool | isNotifierAttached (NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
static ProbDenFunc * | read (const IOObj &, uiString *emsg=0) |
|
static bool | write (const ProbDenFunc &, const IOObj &, uiString *emsg=0) |
|
static uiString | sNoIoobjMsg () |
|
static uiString | sBadConnection () |
|
bool | binary_ |
| default: false More...
|
|
void | detachAllNotifiers () |
| Call from the destructor of your inherited object. More...
|
|
BufferString | typname_ |
|
BufferString | usrname_ |
|
TranslatorGroup * | group_ |
|