1#ifndef SOQT_EXAMINERVIEWER_H
2#define SOQT_EXAMINERVIEWER_H
38#include <Inventor/SbLinear.h>
39#include <Inventor/Qt/viewers/SoQtFullViewer.h>
55 const char * name = NULL,
74 virtual void setCamera(SoCamera * camera);
102 class SoQtExaminerViewerP * pimpl;
104 friend class SoGuiExaminerViewerP;
105 friend class SoQtExaminerViewerP;
SoQtExaminerViewer(QWidget *parent=NULL, const char *name=NULL, SbBool embed=TRUE, SoQtFullViewer::BuildFlag flag=BUILD_ALL, SoQtViewer::Type type=BROWSER)
Definition ExaminerViewer.cpp:101
void setFeedbackSize(const int size)
Definition SoQtExaminerViewer.cpp:340
void setAnimationEnabled(const SbBool enable)
Definition SoQtExaminerViewer.cpp:240
SbBool isAnimating(void) const
Definition SoQtExaminerViewer.cpp:290
SbBool isFeedbackVisible(void) const
Definition SoQtExaminerViewer.cpp:325
SbBool isAnimationEnabled(void) const
Definition SoQtExaminerViewer.cpp:256
void setFeedbackVisibility(const SbBool enable)
Definition SoQtExaminerViewer.cpp:304
int getFeedbackSize(void) const
Definition SoQtExaminerViewer.cpp:364
void stopAnimating(void)
Definition SoQtExaminerViewer.cpp:268
virtual void setViewing(SbBool on)
Definition FullViewer.cpp:364
virtual void createViewerButtons(QWidget *parent, SbPList *buttonlist)
Definition FullViewer.cpp:611
virtual void leftWheelMotion(float)
Definition SoQtFullViewer.cpp:499
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 void bottomWheelMotion(float)
Definition SoQtFullViewer.cpp:566
SoQtFullViewer(QWidget *parent, const char *name, SbBool embed, BuildFlag flag, Type type, SbBool build)
Definition FullViewer.cpp:133
virtual const char * getDefaultIconTitle(void) const
Definition SoQtRenderArea.cpp:2109
virtual void afterRealizeHook(void)
Definition SoQtRenderArea.cpp:984
virtual const char * getDefaultTitle(void) const
Definition SoQtRenderArea.cpp:2101
virtual const char * getDefaultWidgetName(void) const
Definition SoQtRenderArea.cpp:2093
virtual void setCamera(SoCamera *camera)
Definition SoQtViewer.cpp:1704
Type
Definition SoQtViewer.h:94
@ BROWSER
Definition SoQtViewer.h:95
virtual void actualRedraw(void)
Definition SoQtViewer.cpp:3270
virtual void setCursorEnabled(SbBool enable)
Definition SoQtViewer.cpp:2197
virtual void setSeekMode(SbBool enable)
Definition SoQtViewer.cpp:2961