|
| | ProbDenFuncTranslator (const char *nm, const char *unm) |
| |
| virtual ProbDenFunc * | read (od_istream &)=0 |
| |
| uiString | sSelObjectIsWrongType () |
| |
| | 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 |
| |
| static ProbDenFunc * | read (const IOObj &, uiString *emsg=0) |
| |
| static bool | write (const ProbDenFunc &, const IOObj &, uiString *emsg=0) |
| |
| static uiString | sNoIoobjMsg () |
| |
| static uiString | sBadConnection () |
| |
| static void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |
| bool | binary_ |
| | default: false More...
|
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
| BufferString | typname_ |
| |
| BufferString | usrname_ |
| |
| TranslatorGroup * | group_ |
| |