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;
virtual void actualRedraw(void)
Definition SoQtExaminerViewer.cpp:663
SoQtExaminerViewer(QWidget *parent=NULL, const char *name=NULL, SbBool embed=TRUE, SoQtFullViewer::BuildFlag flag=BUILD_ALL, SoQtViewer::Type type=BROWSER)
Definition ExaminerViewer.cpp:101
virtual void rightWheelMotion(float val)
Definition SoQtExaminerViewer.cpp:721
void setFeedbackSize(const int size)
Definition SoQtExaminerViewer.cpp:332
virtual const char * getDefaultTitle(void) const
Definition SoQtExaminerViewer.cpp:643
virtual void setSeekMode(SbBool enable)
Definition SoQtExaminerViewer.cpp:593
void setAnimationEnabled(const SbBool enable)
Definition SoQtExaminerViewer.cpp:232
virtual void setCamera(SoCamera *camera)
Definition ExaminerViewer.cpp:138
virtual void afterRealizeHook(void)
Definition SoQtExaminerViewer.cpp:688
virtual void leftWheelMotion(float val)
Definition SoQtExaminerViewer.cpp:699
SbBool isAnimating(void) const
Definition SoQtExaminerViewer.cpp:282
virtual const char * getDefaultWidgetName(void) const
Definition SoQtExaminerViewer.cpp:634
virtual const char * getDefaultIconTitle(void) const
Definition SoQtExaminerViewer.cpp:652
virtual void setViewing(SbBool enable)
Definition SoQtExaminerViewer.cpp:732
virtual void bottomWheelMotion(float val)
Definition SoQtExaminerViewer.cpp:710
virtual void setCursorEnabled(SbBool enable)
Definition SoQtExaminerViewer.cpp:624
SbBool isFeedbackVisible(void) const
Definition SoQtExaminerViewer.cpp:317
SbBool isAnimationEnabled(void) const
Definition SoQtExaminerViewer.cpp:248
virtual void createViewerButtons(QWidget *parent, SbPList *buttonlist)
Definition ExaminerViewer.cpp:178
void setFeedbackVisibility(const SbBool enable)
Definition SoQtExaminerViewer.cpp:296
virtual SbBool processSoEvent(const SoEvent *const event)
Definition SoQtExaminerViewer.cpp:365
int getFeedbackSize(void) const
Definition SoQtExaminerViewer.cpp:356
void stopAnimating(void)
Definition SoQtExaminerViewer.cpp:260
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
Type
Definition SoQtViewer.h:94
@ BROWSER
Definition SoQtViewer.h:95