|
| | uiVisEMObject (uiParent *, const EM::ObjectID &, const SceneID &, uiVisPartServer *) |
| |
| | uiVisEMObject (uiParent *, const VisID &, uiVisPartServer *) |
| |
| | ~uiVisEMObject () |
| |
| bool | activateTracker () |
| |
| void | checkTrackingStatus () |
| |
| RefMan< visSurvey::Horizon2DDisplay > | getHorizon2DDisplay () |
| |
| ConstRefMan< visSurvey::Horizon2DDisplay > | getHorizon2DDisplay () const |
| |
| RefMan< visSurvey::HorizonDisplay > | getHorizon3DDisplay () |
| |
| ConstRefMan< visSurvey::HorizonDisplay > | getHorizon3DDisplay () const |
| |
| EM::ObjectID | getObjectID () const |
| |
| EM::SectionID | getSectionID (const TypeSet< VisID > *pickedpath) const |
| |
| EM::SectionID | getSectionID (int idx) const |
| |
| float | getShift () const |
| |
| VisID | id () const |
| |
| bool | isOK () const |
| |
| bool | isOnlyAtSections () const |
| |
| int | nrSections () const |
| |
| void | setDepthAsAttrib (int attrib) |
| |
| void | setOnlyAtSectionsDisplay (bool) |
| |
| | 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.
|
| |
| 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.
|
| |
| CallBacker & | operator= (const CallBacker &)=delete |
| |
| void | stopReceivingNotifications () const |
| |
| virtual CallBacker * | trueCaller () |
| |