1#ifndef SOGTK_EXAMINERVIEWER_H
2#define SOGTK_EXAMINERVIEWER_H
38#include <Inventor/SbLinear.h>
39#include <Inventor/Gtk/viewers/SoGtkFullViewer.h>
55 const char * name = NULL,
61 void setAnimationEnabled(
const SbBool enable);
62 SbBool isAnimationEnabled(
void)
const;
64 void stopAnimating(
void);
65 SbBool isAnimating(
void)
const;
67 void setFeedbackVisibility(
const SbBool enable);
68 SbBool isFeedbackVisible(
void)
const;
70 void setFeedbackSize(
const int size);
71 int getFeedbackSize(
void)
const;
74 virtual void setCamera(SoCamera * camera);
102 class SoGtkExaminerViewerP * pimpl;
104 friend class SoGuiExaminerViewerP;
105 friend class SoGtkExaminerViewerP;
The SoGtkExaminerViewer class is a 3D-model examination viewer.
Definition SoGtkExaminerViewer.h:50
The SoGtkFullViewer class adds some user interface components to the viewer canvas.
Definition SoGtkFullViewer.h:44
virtual void rightWheelMotion(float)
Definition SoGtkFullViewer.cpp:633
virtual void createViewerButtons(GtkWidget *parent, SbPList *buttonlist)
Definition FullViewer.cpp:791
BuildFlag
Definition SoGtkFullViewer.h:48
virtual void leftWheelMotion(float)
Definition SoGtkFullViewer.cpp:499
virtual SbBool processSoEvent(const SoEvent *const event)
Definition SoGtkFullViewer.cpp:725
virtual void setViewing(SbBool on)
Definition FullViewer.cpp:532
virtual void bottomWheelMotion(float)
Definition SoGtkFullViewer.cpp:566
virtual const char * getDefaultTitle(void) const
Definition SoGtkRenderArea.cpp:2118
virtual const char * getDefaultWidgetName(void) const
Definition SoGtkRenderArea.cpp:2110
virtual void afterRealizeHook(void)
Definition SoGtkRenderArea.cpp:981
virtual const char * getDefaultIconTitle(void) const
Definition SoGtkRenderArea.cpp:2126
virtual void setCursorEnabled(SbBool enable)
Definition SoGtkViewer.cpp:2199
virtual void setSeekMode(SbBool enable)
Definition SoGtkViewer.cpp:2963
virtual void actualRedraw(void)
Definition SoGtkViewer.cpp:3272
Type
Definition SoGtkViewer.h:94
virtual void setCamera(SoCamera *camera)
Definition SoGtkViewer.cpp:1706