60 #include <ACG/Math/VectorT.hh> 62 #include <ACG/Scenegraph/DrawModes.hh> 63 #include <ACG/GL/GLState.hh> 64 #include <OpenFlipper/widgets/glWidget/CursorPainter.hh> 147 void snapshotBaseFileName(
const QString& _fname);
150 void snapshotFileType(
const QString& _type);
153 void snapshotCounter(
const int _counter);
156 QString snapshotFileType();
159 QString snapshotName();
162 int snapshotCounter();
181 double wheelZoomFactor();
184 double wheelZoomFactorShift();
187 void wheelZoomFactor(
double _factor);
190 void wheelZoomFactorShift(
double _factor);
196 void wheelInvert(
bool _invert);
245 QRgb backgroundColorRgb();
248 QColor backgroundQColor();
256 void backgroundColor( QRgb _color );
260 void backgroundColor( QColor _color );
291 bool backFaceCulling();
294 void backFaceCulling(
bool _state );
303 void twoSidedLighting(
bool _state );
306 bool twoSidedLighting();
315 void multisampling(
bool _state );
318 bool multisampling();
327 void mipmapping(
bool _state );
339 void animation(
bool _state );
376 int currentViewingDirection();
378 void currentViewingDirection(
int _dir);
386 bool rotationLocked();
388 void rotationLocked(
bool _lock);
410 void orthoWidth(
double _width);
417 void setPlanes(
double _near,
double _far );
430 double sceneRadius();
433 void sceneRadius(
double _radius );
444 double trackballRadius();
447 void trackballRadius(
double _radius );
483 void stereo(
bool _stereo);
507 bool cursorPositionValid();
508 void cursorPositionValid(
bool _valid);
533 void drawModeChanged(
int _viewerId );
535 void getPickMode(std::string& _mode );
536 void setPickMode(
const std::string& _mode );
544 std::string pickMode();
547 void pickMode(
const std::string& _name);
566 void viewerId(
int _id);
ACG::Vec3d cursorPoint3D_
Flag if stereo should be enabled for the current viewer.
double wZoomFactorShift_
Zoom factor when using mouse wheel.
bool animation_
Pointer to the glState of the Viewer.
bool multisampling_
Pointer to the glState of the Viewer.
ACG::Vec3d trackballCenter_
Virtual trackball center (rotation center when using mouse)
QString snapshotFileType_
ActionMode
Enum listing action modes of the viewers.
double orthoWidth_
Width of the gl scene in orthogonal mode ( defaults to 2.0 )
ViewObjectMarker * objectMarker_
Pointer to the glState of the Viewer.
ACG::Vec3d sceneCenter_
Current scene center (rendering center)
int viewerId_
Stores the id of the viewer this property belongs to.
bool CCWFront_
Pointer to the glState of the Viewer.
int locked_
Pointer to the glState of the Viewer.
QString settingsSection_
String for the Settings storage.
double wZoomFactor_
Zoom factor when using mouse wheel.
int currentViewingDirection_
Pointer to the glState of the Viewer.
bool cursorPositionValid_
Flag if stereo should be enabled for the current viewer.
ACG::GLState * glState_
Pointer to the glState of the Viewer.
ACG::SceneGraph::DrawModes::DrawMode currentDrawMode_
set draw mode (No test if this mode is available!)
bool rotationLocked_
Pointer to the glState of the Viewer.
bool stereo_
Flag if stereo should be enabled for the current viewer.
bool mipmapping_
Pointer to the glState of the Viewer.
bool wInvert_
Zoom factor when using mouse wheel.
double nearPlane_
Distance to near Plane.
double farPlane_
distance to far Plane
double sceneRadius_
Radius of the current scene.
bool backFaceCulling_
Pointer to the glState of the Viewer.
CursorPainter * cursorPainter_
Flag if stereo should be enabled for the current viewer.
double trackballRadius_
trackball radius (rotation sphere when using mouse)
bool twoSidedLighting_
Pointer to the glState of the Viewer.
ACG::Vec4f backgroundColor_
Pointer to the glState of the Viewer.