|
| | OD3DViewer (ui3DViewer &, uiParent *) |
| |
| virtual | ~OD3DViewer () |
| |
| void | align () |
| |
| void | fillCameraPos (IOPar &) const |
| |
| OD::Color | getBackgroundColor () const |
| |
| Coord3 | getCameraPosition () const |
| |
| float | getCameraZoom () const |
| |
| float | getMouseWheelZoomFactor () const |
| |
| const osgViewer::View * | getOsgViewerHudView () const |
| |
| const osgViewer::View * | getOsgViewerMainView () const |
| |
| visBase::PolygonSelection * | getPolygonSelector () |
| |
| bool | getReversedMouseWheelDirection () const |
| |
| visBase::Scene * | getScene () |
| |
| const visBase::Scene * | getScene () const |
| |
| visBase::SceneColTab * | getSceneColTab () |
| |
| SceneID | getSceneID () const |
| |
| float | getStereoOffset () const |
| |
| OD::StereoType | getStereoType () const |
| |
| Geom::Size2D< int > | getViewportSizePixels () const |
| |
| visBase::Camera * | getVisCamera () |
| |
| OD::WheelMode | getWheelDisplayMode () const |
| |
| bool | isAnimationEnabled () const |
| |
| bool | isAxisShown () const |
| |
| bool | isCameraOrthographic () const |
| |
| bool | isCameraPerspective () const |
| |
| bool | isHomePosEmpty () const |
| |
| bool | isMapView () const |
| |
| bool | isViewMode () const |
| |
| KeyBindMan & | keyBindMan () |
| |
| void | removeSwapCallback (CallBacker *) |
| |
| void | resetHomePos () |
| |
| virtual void | reSizeEvent (CallBacker *) |
| |
| void | saveHomePos () |
| |
| bool | serializeScene (const char *) const |
| |
| void | setAnimationEnabled (bool) |
| |
| void | setAnnotationFont (const FontData &) |
| |
| void | setAnnotColor (const OD::Color &) |
| |
| void | setBackgroundColor (const OD::Color &) |
| |
| void | setCameraPerspective (bool yn) |
| |
| void | setCameraZoom (float val) |
| |
| void | setHomePos (const IOPar &) |
| |
| void | setMapView (bool yn) |
| |
| void | setMouseWheelZoomFactor (float) |
| |
| void | setReversedMouseWheelDirection (bool) |
| |
| void | setScene (visBase::Scene *) |
| |
| void | setScenesPixelDensity (float dpi) |
| |
| void | setStartupView () |
| |
| void | setStereoOffset (float) |
| |
| bool | setStereoType (OD::StereoType) |
| |
| virtual void | setViewMode (bool viewmode, bool trigger) |
| |
| void | setWheelDisplayMode (OD::WheelMode) |
| |
| void | showRotAxis (bool) |
| |
| void | toggleCameraType () |
| |
| void | toggleViewMode (CallBacker *) |
| |
| void | toHomePos () |
| |
| void | uiRotate (float angle, bool horizontal) |
| |
| void | uiZoom (float rel, const osg::Vec3f *dir=0) |
| |
| bool | useCameraPos (const IOPar &) |
| |
| void | viewAll (bool animate) |
| |
| void | viewPlaneCrl (bool animate=true) |
| |
| void | viewPlaneInl (bool animate=true) |
| |
| void | viewPlaneN (bool animate=true) |
| |
| void | viewPlaneX (bool animate=true) |
| |
| void | viewPlaneY (bool animate=true) |
| |
| void | viewPlaneYZ (bool animate=true) |
| |
| void | viewPlaneZ (bool animate=true) |
| |
Public Member Functions inherited from uiBody |
| virtual | ~uiBody () |
| |
| virtual void | clear () |
| |
| | mOD_DisableCopy (uiBody) virtual void final ize() |
| |
| QWidget * | qwidget () |
| | can return 0
|
| |
| const QWidget * | qwidget () const |
| | can return 0
|
| |
| | NamedCallBacker (const char *nm=nullptr) |
| |
| | NamedCallBacker (const NamedCallBacker &)=delete |
| |
| | ~NamedCallBacker () |
| |
| virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
| |
| NamedCallBacker & | operator= (const NamedCallBacker &)=delete |
| |
| bool | operator== (const NamedCallBacker &oth) const |
| |
| bool | operator== (const NamedObject &oth) 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 | 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 () |
| |
| | NamedObject (const char *nm=nullptr) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| virtual BufferString | getName () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| const name_type & | name () const override |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual void | setName (const char *nm) |
| |
| virtual | ~ObjectWithName () |
| |
| bool | hasName (const char *nm) const |
| |
| bool | hasName (const name_type &nm) const |
| |
| void | putNameInPar (IOPar &) const |
| |
|
| void | enableDragging (bool yn) |
| |
| void | enableThumbWheelHandling (bool yn, const visBase::ThumbWheel *=nullptr) |
| |
| osgGeo::TrackballManipulator * | getCameraManipulator () const |
| |
| osg::GraphicsContext * | getGraphicsContext () |
| |
| osgViewer::GraphicsWindow & | getGraphicsWindow () |
| |
| osg::Camera * | getOsgCamera () |
| |
| const osg::Camera * | getOsgCamera () const |
| |
| void | handleGestureEvent (QGestureEvent *) |
| |
| void | mouseCursorChg (CallBacker *) |
| |
| void | notifyManipulatorMovement (float dh, float dv, float df) |
| |
| void | qtEventCB (CallBacker *) |
| |
| const QWidget * | qwidget_ () const override |
| |
| void | requestRedraw () |
| |
| void | setCameraPos (const osg::Vec3f &, const osg::Vec3f &, bool usetruedir, bool animate) |
| |
| void | setFocusCB (CallBacker *) |
| |
| void | setupHUD () |
| |
| void | setupTouch () |
| |
| void | setupView () |
| |
| virtual void | setViewModeCursor (ViewModeCursor) |
| |
| void | thumbWheelRotationCB (CallBacker *) |
| |
| uiObject & | uiObjHandle () override |
| |
| virtual void | updateActModeCursor () |
| |
| void | viewAllCB (CallBacker *) |
| |
Protected Member Functions inherited from uiObjectBody |
| | uiObjectBody (uiParent *, const char *nm) |
| |
| virtual uiSize | actualSize (bool include_border=true) const |
| |
| void | attach (ConstraintType, uiObject *other=nullptr, int margin=-1, bool reciprocal=true) |
| |
| void | attach (ConstraintType, uiParent *other=nullptr, int margin=-1, bool reciprocal=true) |
| |
| void | display (bool yn, bool shrink=false, bool maximized=false) |
| |
| void | doDisplay (CallBacker *) |
| |
| void | finalize () override |
| |
| virtual void | finalize_ () |
| |
| bool | finalized () const override |
| |
| void | fontchanged () override |
| |
| int | fontHeight () const |
| |
| int | fontWidth (bool max=false) const |
| |
| int | fontWidthFor (const char *) const |
| |
| int | fontWidthFor (const uiString &) const |
| |
| bool | isDisplayed () const |
| |
| bool | isHidden () |
| |
| bool | itemInited () const |
| |
| const i_LayoutItem * | layoutItem () const |
| |
| virtual const QWidget * | managewidg_ () const |
| |
| virtual uiSize | minimumSize () const |
| |
| i_LayoutItem * | mkLayoutItem (i_LayoutMngr &) |
| |
| virtual i_LayoutItem * | mkLayoutItem_ (i_LayoutMngr &mngr) |
| |
| virtual int | nrTxtLines () const |
| |
| float | prefHeightInCharSet () const |
| |
| int | prefHNrPics () const |
| |
| int | prefVNrPics () const |
| |
| float | prefWidthInCharSet () const |
| |
| virtual void | reDraw (bool) |
| |
| void | reParent (uiParentBody *pb) |
| |
| void | setCaption (const uiString &) |
| |
| void | setHSzPol (uiObject::SzPolicy) |
| |
| void | setMaximumHeight (int) |
| |
| void | setMaximumWidth (int) |
| |
| void | setMinimumHeight (int) |
| |
| void | setMinimumWidth (int) |
| |
| void | setPrefHeight (int) |
| |
| void | setPrefHeightInChar (float) |
| |
| void | setPrefWidth (int) |
| |
| void | setPrefWidthInChar (float) |
| |
| void | setShrinkAllowed (bool yn) |
| |
| void | setStretch (int, int) |
| |
| mOD_DisableCopy(uiObjectBody) public void | setToolTip (const uiString &) |
| |
| void | setVSzPol (uiObject::SzPolicy) |
| |
| bool | shrinkAllowed () |
| |
| virtual int | stretch (bool, bool retUndef=false) const |
| |
| uiObject::SzPolicy | szPol (bool hor=true) const |
| |
| OD::Color | uibackgroundColor () const |
| |
| bool | uiCloseOK () |
| |
| const uiFont * | uifont () const |
| |
| bool | uihasFocus () const |
| |
| bool | uisensitive () const |
| |
| void | uisetBackgroundColor (const OD::Color &) |
| |
| void | uisetBackgroundPixmap (const uiPixmap &) |
| |
| void | uisetCaption (const uiString &capt) |
| |
| void | uisetFocus () |
| |
| void | uisetFont (const uiFont &) |
| |
| void | uisetSensitive (bool yn=true) |
| |
| void | uisetTextColor (const OD::Color &) |
| |
| bool | uivisible () const |
| |
Protected Member Functions inherited from uiBody |
| | uiBody () |
| |
| void | sendDelNotif () const |
| |