1#ifndef SOQT_FLYVIEWER_H
2#define SOQT_FLYVIEWER_H
38#include <Inventor/Qt/viewers/SoQtConstrainedViewer.h>
47 const char * name = NULL,
56 virtual void setCamera(SoCamera * camera);
62 const char *
const name,
81 class SoQtFlyViewerP * pimpl;
82 friend class SoQtFlyViewerP;
virtual void setCamera(SoCamera *newcam)
Definition SoQtConstrainedViewer.cpp:165
SoQtConstrainedViewer(QWidget *parent, const char *const name, SbBool embed, SoQtFullViewer::BuildFlag flag, SoQtViewer::Type type, SbBool build)
Definition SoQtConstrainedViewer.cpp:98
virtual void resetToHomePosition(void)
Definition SoQtConstrainedViewer.cpp:185
SoQtFlyViewer(QWidget *parent=NULL, const char *name=NULL, SbBool embed=TRUE, SoQtFullViewer::BuildFlag flag=BUILD_ALL, SoQtViewer::Type type=BROWSER)
Definition SoQtFlyViewer.cpp:978
virtual void setViewing(SbBool on)
Definition FullViewer.cpp:364
virtual void rightWheelMotion(float)
Definition SoQtFullViewer.cpp:633
virtual SbBool processSoEvent(const SoEvent *const event)
Definition SoQtFullViewer.cpp:725
BuildFlag
Definition SoQtFullViewer.h:48
@ BUILD_ALL
Definition SoQtFullViewer.h:52
virtual const char * getDefaultIconTitle(void) const
Definition SoQtRenderArea.cpp:2126
virtual void afterRealizeHook(void)
Definition SoQtRenderArea.cpp:981
virtual const char * getDefaultTitle(void) const
Definition SoQtRenderArea.cpp:2118
virtual const char * getDefaultWidgetName(void) const
Definition SoQtRenderArea.cpp:2110
virtual void viewAll(void)
Definition SoQtViewer.cpp:1885
Type
Definition SoQtViewer.h:94
@ BROWSER
Definition SoQtViewer.h:95
virtual void actualRedraw(void)
Definition SoQtViewer.cpp:3272
virtual void setCursorEnabled(SbBool enable)
Definition SoQtViewer.cpp:2199
virtual void setCameraType(SoType type)
Definition SoQtViewer.cpp:1773
virtual void setSeekMode(SbBool enable)
Definition SoQtViewer.cpp:2963