|
| | AxesDrawer (uiFlatViewer &) |
| |
| | ~AxesDrawer () |
| |
| uiBorder | getAnnotBorder (bool withextraborders=true) const |
| |
| uiRect | getViewRect (bool withextraborders=true) const |
| |
| void | setExtraBorder (const uiBorder &) |
| |
| void | setTitleFont (const FontData &) |
| |
| void | setWorldCoords (const uiWorldRect &) override |
| |
| void | setZValue (int z) override |
| |
| void | updateScene () override |
| |
| void | updateViewRect () |
| |
| | uiGraphicsSceneAxisMgr (uiGraphicsView &) |
| |
| virtual | ~uiGraphicsSceneAxisMgr () |
| |
| uiAxisHandler * | axis (OD::Edge) |
| |
| const uiAxisHandler * | axis (OD::Edge) const |
| |
| void | enableAxis (OD::Edge, bool yn=true) |
| |
| void | enableAxisLine (bool yn) |
| |
| void | enableXAxis (bool yn) |
| |
| void | enableYAxis (bool yn) |
| |
| OD::Color | getMaskColor () const |
| |
| int | getNeededHeight () const |
| |
| int | getNeededWidth () const |
| |
| int | getZValue () const |
| |
| NotifierAccess & | layoutChanged () |
| |
| void | setAnnotInInt (bool xaxis, bool dowant) |
| |
| void | setAnnotInside (bool yn) |
| |
| void | setAuxAnnotPositions (const TypeSet< PlotAnnotation > &, bool forx) |
| |
| void | setAuxLineStyle (const OD::LineStyle &, bool forx, bool forhl=false) |
| |
| void | setBorder (const uiBorder &) |
| |
| void | setGridLineStyle (const OD::LineStyle &) |
| |
| void | setMaskColor (const OD::Color &) |
| |
| virtual void | setViewRect (const uiRect &) |
| |
| void | setWorldCoords (const StepInterval< float > &xrg, const StepInterval< float > &yrg) |
| |
| void | setXLineStyle (const OD::LineStyle &) |
| |
| void | setYLineStyle (const OD::LineStyle &) |
| |
| void | showAuxPositions (bool forx, bool yn) |
| |
| | 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 () |
| |
Axis drawer for flat viewers.
<>