|
| ~uiIOObjManipGroupSubj () |
|
virtual void | chgsOccurred ()=0 |
|
virtual MultiID | currentID () const =0 |
|
virtual const char * | defExt () const =0 |
|
virtual void | getChosenIDs (TypeSet< MultiID > &) const =0 |
|
virtual void | getChosenNames (BufferStringSet &) const =0 |
|
virtual const BufferStringSet | names () const =0 |
|
virtual void | relocStart (const char *) |
|
| 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 |
|
virtual CallBacker * | trueCaller () |
|