1#ifndef SOQTPLANEVIEWER_H
2#define SOQTPLANEVIEWER_H
38#include <Inventor/Qt/viewers/SoQtFullViewer.h>
47 const char *
const name = NULL,
54 virtual void setCamera(SoCamera * camera);
59 const char *
const name,
65 QWidget* buildWidget(QWidget* parent);
93 class SoQtPlaneViewerP * pimpl;
95 friend class SoGuiPlaneViewerP;
96 friend class SoQtPlaneViewerP;
BuildFlag
Definition SoQtFullViewer.h:48
@ BUILD_ALL
Definition SoQtFullViewer.h:52
SoQtFullViewer(QWidget *parent, const char *name, SbBool embed, BuildFlag flag, Type type, SbBool build)
Definition FullViewer.cpp:133
virtual void setSeekMode(SbBool enable)
Definition SoQtPlaneViewer.cpp:422
virtual const char * getDefaultTitle(void) const
Definition SoQtPlaneViewer.cpp:483
virtual SbBool processSoEvent(const SoEvent *const event)
Definition SoQtPlaneViewer.cpp:197
virtual void leftWheelFinish(void)
Definition SoQtPlaneViewer.cpp:554
virtual void setViewing(SbBool enable)
Definition SoQtPlaneViewer.cpp:455
virtual void computeSeekFinalOrientation(void)
virtual void setCursorEnabled(SbBool enable)
Definition SoQtPlaneViewer.cpp:445
virtual void afterRealizeHook(void)
Definition SoQtPlaneViewer.cpp:588
virtual void rightWheelMotion(float value)
Definition SoQtPlaneViewer.cpp:568
virtual void leftWheelStart(void)
Definition SoQtPlaneViewer.cpp:530
virtual const char * getDefaultIconTitle(void) const
Definition SoQtPlaneViewer.cpp:490
virtual void createViewerButtons(QWidget *parent, SbPList *buttons)
Definition PlaneViewer.cpp:133
SoQtPlaneViewer(QWidget *parent=NULL, const char *const name=NULL, SbBool embed=TRUE, SoQtFullViewer::BuildFlag flag=BUILD_ALL, SoQtViewer::Type type=BROWSER)
Definition SoQtPlaneViewer.cpp:153
virtual void rightWheelStart(void)
Definition SoQtPlaneViewer.cpp:561
virtual void setCamera(SoCamera *camera)
Definition PlaneViewer.cpp:89
virtual void bottomWheelStart(void)
Definition SoQtPlaneViewer.cpp:499
virtual void rightWheelFinish(void)
Definition SoQtPlaneViewer.cpp:579
virtual void bottomWheelFinish(void)
Definition SoQtPlaneViewer.cpp:522
virtual void actualRedraw(void)
Definition SoQtPlaneViewer.cpp:409
virtual void leftWheelMotion(float value)
Definition SoQtPlaneViewer.cpp:537
virtual void bottomWheelMotion(float value)
Definition SoQtPlaneViewer.cpp:506
virtual const char * getDefaultWidgetName(void) const
Definition SoQtPlaneViewer.cpp:476
Type
Definition SoQtViewer.h:94
@ BROWSER
Definition SoQtViewer.h:95