|
| | uiBaseMap (uiParent *) |
| |
| virtual | ~uiBaseMap () |
| |
| void | setView (const uiWorldRect &) |
| |
| virtual void | addObject (BaseMapObject *) |
| |
| BaseMapObject * | getObject (int id) |
| |
| uiBaseMapObject * | getUiObject (int id) |
| |
| ObjectSet< uiBaseMapObject > & | getObjects () |
| |
| bool | hasChanged () |
| |
| void | setChangeFlag () |
| |
| void | resetChangeFlag () |
| |
| void | removeObject (const BaseMapObject *) |
| | Owned by caller. More...
|
| |
| void | show (const BaseMapObject &, bool yn) |
| |
| void | showLabels (bool yn) |
| |
| bool | labelsShown () const |
| |
| void | addObject (uiBaseMapObject *) |
| |
| const uiBaseMapObject * | uiObjectAt (const Geom::Point2D< float > &) const |
| |
| const char * | nameOfItemAt (const Geom::Point2D< float > &) const |
| |
| void | getMousePosInfo (BufferString &name, Coord3 &, TrcKey &, float &val, BufferString &info) const |
| |
| uiGraphicsItem & | worldItem () |
| |
| void | centerWorldItem (bool) |
| |
| uiGroup & | attachGroup () |
| |
| uiGraphicsView & | view () |
| |
| uiGraphicsScene & | scene () |
| |
| const uiWorld2Ui & | getWorld2Ui () const |
| |
| | BaseMap () |
| |
| OD::ViewerTypeID | viewerTypeID () const |
| |
| | PresentationManagedViewer () |
| |
| virtual | ~PresentationManagedViewer () |
| |
| OD::ViewerID | viewerID () |
| |
| ViewerObjID | viewerObjID () const |
| |
| void | setViewerObjID (ViewerObjID id) |
| |
| const ZAxisTransform * | getZAxisTransform () const |
| |
| void | setZAxisTransform (ZAxisTransform *) |
| |
| bool | hasZAxisTransform () const |
| |
| const ZDomain::Info & | zDomain () const |
| |
| | 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 |
| |