uiApplService for OD
More...
|
| | uiODApplService (uiParent *p, uiODApplMgr &am) |
| |
| uiParent * | parent () const |
| |
| bool | eventOccurred (const uiApplPartServer *, int) |
| | The evid will be specific for each partserver. More...
|
| |
| void * | getObject (const uiApplPartServer *, int) |
| | The actual type is a protocol with the partserver. More...
|
| |
| | uiApplService (const char *nm=0) |
| | The name is the application name. More...
|
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | 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...
|
| |
The evid will be specific for each partserver.
Implements uiApplService.
The actual type is a protocol with the partserver.
Implements uiApplService.
| uiParent* uiODApplService::parent |
( |
| ) |
const |
|
virtual |