Main Page | Class Hierarchy | Compound List | All functions | Search

QGLViewer Class Reference

An OpenGL viewer based on QGLWidget. More...

List of all members.

Mouse behavior customization

enum  MouseAction {
  NO_MOUSE_ACTION, ROTATE, ZOOM, TRANSLATE, MOVE_FORWARD, LOOK_AROUND,
  MOVE_BACKWARD, SCREEN_ROTATE, SCREEN_ROTATE_BOTTOM, SCREEN_TRANSLATE, ZOOM_ON_REGION
}
virtual void setMouseStateKey (MouseHandler mh, int buttonState)
void setMouseBinding (int buttonState, MouseHandler handler, MouseAction action, bool withConstraint=true)
MouseAction mouseMotion (int buttonState)
int mouseHandler (int buttonState)
Qt::ButtonState mouseButtonState (MouseHandler mh, MouseAction ma, bool withConstraint=true)
void setMouseBinding (int buttonState, ClickAction action, bool doubleClick=false, int buttonBefore=Qt::NoButton)
ClickAction clickAction (int buttonState, bool doubleClick, int buttonBefore)
void getClickButtonState (ClickAction ca, Qt::ButtonState &buttonState, bool &doubleClick, Qt::ButtonState &buttonBefore)
void setWheelBinding (int stateKey, MouseHandler handler, MouseAction action, bool withConstraint=true)
MouseAction wheelAction (int buttonState)
int wheelHandler (int buttonState)
int wheelButtonState (MouseHandler mh, MouseAction ma, bool withConstraint=true)
enum  MouseHandler { CAMERA, FRAME }
enum  ClickAction {
  NO_CLICK_ACTION, ZOOM_ON_PIXEL, ZOOM_TO_FIT, SELECT, RAP_FROM_PIXEL, RAP_IS_CENTER,
  CENTER_FRAME, CENTER_SCENE, SHOW_ENTIRE_SCENE, ALIGN_FRAME, ALIGN_CAMERA
}

Viewer colors

qglviewer::Vec backgroundColor () const
void getBackgroundColor (float &r, float &g, float &b) const
qglviewer::Vec foregroundColor () const
void getForegroundColor (float &r, float &g, float &b) const
void setBackgroundColor (const qglviewer::Vec &color)
void setBackgroundColor (float r, float g, float b)
void setBackgroundColor (const QColor &c)
void setForegroundColor (const qglviewer::Vec &color)
void setForegroundColor (float r, float g, float b)
void setForegroundColor (const QColor &c)

Display of visual hints

bool axisIsDrawn () const
bool gridIsDrawn () const
bool fpsIsDisplayed () const
bool zBufferIsDisplayed () const
bool textIsEnabled () const
bool cameraPathIsEdited () const
void setDrawAxis (bool f=true)
void toggleDrawAxis ()
void setDrawGrid (bool f=true)
void toggleDrawGrid ()
void setDisplayFPS (bool f=true)
void toggleDisplayFPS ()
void setDisplayZBuffer (bool f=true)
void toggleDisplayZBuffer ()
void setEnableText (bool f=true)
void toggleEnableText ()
void editCameraPath (bool edit=true)
void toggleCameraPathEditor ()

Scene related values

float aspectRatio () const
float sceneRadius () const
qglviewer::Vec sceneCenter () const
void getSceneCenter (float &x, float &y, float &z) const
void setSceneBoundingBox (const float m[3], const float M[3])
float currentFPS ()
void setSceneRadius (float r)
void setSceneCenter (const qglviewer::Vec &sc)
void setSceneCenter (float x, float y, float z)
void setSceneBoundingBox (const qglviewer::Vec &m, const qglviewer::Vec &M)
void showEntireScene ()

Associated objects

qglviewer::Cameracamera () const
qglviewer::ManipulatedFramemanipulatedFrame () const
void setCamera (qglviewer::Camera *const c)
void setManipulatedFrame (qglviewer::ManipulatedFrame *fr)

State of the viewer

bool isFullScreen () const
bool displaysInStereo () const
void setFullScreen (bool fs=true)
void toggleFullScreen ()
void setStereoDisplay (bool s=true)
void toggleStereoDisplay ()
virtual void toggleCameraMode ()

Display functions

void drawAxis (float scale=1.0f)
void drawGrid ()
virtual void startScreenCoordinatesSystem (bool upward=false) const
virtual void stopScreenCoordinatesSystem () const
void drawText (int x, int y, const QString &text, const QFont &fnt=QFont())
void draw3DText (const qglviewer::Vec &pos, const qglviewer::Vec &normal, const QString &string, GLfloat height=0.1f)
virtual void drawLight (GLenum light, float scale=1.0f) const
virtual void displayFPS ()
virtual void displayZBuffer () const

Mouse grabber

qglviewer::MouseGrabbermouseGrabber () const
void setMouseGrabber (qglviewer::MouseGrabber *mg)

Snapshots

const QString & snapshotFilename () const
const QString & snapshotFormat () const
int snapshotCounter () const
void saveSnapshot (bool automatic=false, bool overwrite=false)
void setSnapshotFilename (const QString &n)
void setSnapshotFormat (const QString &f)
void setSnapshotCounter (const int c)

Animation

bool animationIsStarted () const
int animationPeriod () const
void setAnimationPeriod (int msecs)
virtual void startAnimation (int msecs=-1)
virtual void stopAnimation ()
void toggleAnimationMode ()
virtual void animate ()

Help window

virtual QString helpString () const
virtual QString mouseBindingsString () const
virtual QString shortcutBindingsString () const
virtual void help ()

Key customization

virtual void setShortcutKey (ShortcutAction action, int key, int stateKey=-1)
Qt::Key shortcutKey (ShortcutAction action) const
virtual void setShortcutStateKey (ShortcutAction action, int buttonState)
Qt::ButtonState shortcutStateKey (ShortcutAction action) const
virtual void setKeyFrameKey (int nb, int key)
Qt::Key keyFrameKey (int nb) const
virtual void setAddKeyFrameStateKey (int buttonState)
Qt::ButtonState addKeyFrameStateKey () const
virtual void setPlayKeyFramePathStateKey (int buttonState)
Qt::ButtonState playKeyFramePathStateKey () const
enum  ShortcutAction {
  DRAW_AXIS, DRAW_GRID, DISPLAY_FPS, DISPLAY_Z_BUFFER, ENABLE_TEXT, EXIT,
  SAVE_SCREENSHOT, CAMERA_MODE, FULL_SCREEN, STEREO, ANIMATION, HELP,
  EDIT_CAMERA_PATHS
}

Save and restore viewer state

virtual void saveToFile (const QString &fileName="")
virtual void restoreFromFile (const QString &fileName="")
virtual QDomElement domElement (const QString &name, QDomDocument &doc) const
virtual void initFromDOMElement (const QDomElement &de)

Visual hints

virtual void setVisualHintsMask (int mask, int delay=2000)
virtual void drawVisualHints ()
virtual void resetVisualHints ()

Static methods for all the viewers

All the created QGLViewers are stored in a QGLViewerPool(). These methods allow you to use this pool.

const QPtrList< QGLViewer > & QGLViewerPool ()
int QGLViewerIndex (const QGLViewer *const v)
void connectSignalToAllViewers (const QObject *sender, const char *signal, const char *member=SLOT(updateGL()))
void disconnectSignalToAllViewers (const QObject *sender, const char *signal, const char *member=SLOT(updateGL()))
void updateGLForAllViewers ()
void saveToFileForAllViewers ()

Mouse and keyboard handlers

virtual void mousePressEvent (QMouseEvent *)
virtual void mouseDoubleClickEvent (QMouseEvent *)
virtual void mouseReleaseEvent (QMouseEvent *)
virtual void mouseMoveEvent (QMouseEvent *)
virtual void wheelEvent (QWheelEvent *)
virtual void timerEvent (QTimerEvent *)
virtual void closeEvent (QCloseEvent *)
virtual void keyPressEvent (QKeyEvent *)

Public Types


Signals

void viewerInitialized ()
void drawNeeded ()
void animateNeeded ()
void helpRequired ()
void axisDrawn (bool on)
void gridDrawn (bool on)
void fpsDisplayed (bool on)
void zBufferDisplayed (bool on)
void textEnabled (bool on)
void cameraPathEdited (bool on)
void stereoChanged (bool on)
void pointSelected (const QMouseEvent *e)

Public Member Functions

 QGLViewer (QWidget *parent=NULL, const char *name=0, const QGLWidget *shareWidget=0, WFlags flags=0)
 QGLViewer (const QGLFormat &format, QWidget *parent=0, const char *name=0, const QGLWidget *shareWidget=0, WFlags flags=0)
virtual ~QGLViewer ()

Protected Types


Protected Member Functions

virtual void resizeGL (int w, int h)
virtual void initializeGL ()
virtual void init ()
virtual void paintGL ()
virtual void preDraw ()
virtual void preDrawStereo (bool leftBuffer=true)
virtual void draw ()
virtual void fastDraw ()
virtual void postDraw ()
virtual void select (const QMouseEvent *e)
QWidget * rootWidget () const


Detailed Description

An OpenGL viewer based on QGLWidget.

A QGLViewer is a 3D OpenGL viewer based on the Qt's QGLWidget. It includes many classical viewer functionalities, such as a camera trackball, manipulated objects, snapshot saving and much more. Its main goal is to enable the very fast development of new 3D applications.

In order to display a scene, you simply have to derive the draw() function (or use the drawNeeded() signal, see below) and to provide the openGL orders that define your scene. New users should read the introduction page to get familiar with important notions such as sceneRadius() and sceneCenter().

Try the numerous simple examples to discover the possibilities and understand how it works. See also the Qt's QGLWidget documentation for details about inherited methods such as setAutoBufferSwap() or swapBuffers().

Instantiation

To use it, you can derive a class from it and overload the draw() virtual method. See the simpleViewer example for an introduction.

 // The Viewer class inherits from QGLViewer and overloads the draw function.
 class Viewer : public QGLViewer
 {
   protected:
   virtual void draw();
   {
     // Your OpenGL drawing code goes here...
   }
 };
A complete commented example is also available.

An other method is to connect your drawing methods to the signals emitted by the QGLViewer (clean callback mechanism). See the callback example for a complete example.

 // A Scene class holds the scene data and provides a drawScene function.
 class Scene : public QObject
 {
   Q_OBJECT // Needed in order to use the Qt signals/slots mechanism
  
   public:
     Scene(const QGLViewer* const v);
  
   public slots:
     void drawScene();
 };

 Scene::Scene(const QGLViewer* const viewer)
 {
   // Connect the viewer signal to our draw function slot
   connect(viewer, SIGNAL(drawNeeded()), SLOT(drawScene()));
 }


Member Enumeration Documentation

enum ClickAction [protected]
 

Defines the possible actions that can be binded to a mouse click. ClickAction are binded using setMouseBinding(). See the mouse page for details.

Enumeration values:
NO_CLICK_ACTION 
ZOOM_ON_PIXEL 
ZOOM_TO_FIT 
SELECT 
RAP_FROM_PIXEL 
RAP_IS_CENTER 
CENTER_FRAME 
CENTER_SCENE 
SHOW_ENTIRE_SCENE 
ALIGN_FRAME 
ALIGN_CAMERA 

enum MouseAction
 

Defines the possible actions that can be binded to a mouse motion (a click, followed by a mouse displacement). These actions may be applied to the camera() or to the manipulatedFrame() (see MouseHandler). Use setMouseBinding() to bind a mouse button to an action. See the mouse page for details.

Enumeration values:
NO_MOUSE_ACTION 
ROTATE 
ZOOM 
TRANSLATE 
MOVE_FORWARD 
LOOK_AROUND 
MOVE_BACKWARD 
SCREEN_ROTATE 
SCREEN_ROTATE_BOTTOM 
SCREEN_TRANSLATE 
ZOOM_ON_REGION 

enum MouseHandler [protected]
 

Defines the different mouse handlers : Camera or Frame motion. Used by setMouseBinding() to define which handler receives the mouse displacements. See the mouse page for details.

Enumeration values:
CAMERA 
FRAME 

enum ShortcutAction [protected]
 

Defines the different actions that can directly be associated with a keyboard shortcut. Used by setShortcutKey(), setShortcutStateKey(), shortcutKey() and shortcutStateKey().

See the QGLViewer shortcuts page for details.

Enumeration values:
DRAW_AXIS 
DRAW_GRID 
DISPLAY_FPS 
DISPLAY_Z_BUFFER 
ENABLE_TEXT 
EXIT 
SAVE_SCREENSHOT 
CAMERA_MODE 
FULL_SCREEN 
STEREO 
ANIMATION 
HELP 
EDIT_CAMERA_PATHS 


Constructor & Destructor Documentation

QGLViewer QWidget *  parent = NULL,
const char *  name = 0,
const QGLWidget *  shareWidget = 0,
WFlags  flags = 0
 

Set default display flags, initializes camera and other parameters. Calls the QGLWidget constructor with the same parameters. Calls qglviewer::Camera::setDistanceToScreen(4.0) and qglviewer::Camera::setPhysicalScreenWidth(10.0) when screen aspect ratio > 2 (Reality Center).

See the Qt::QGLWidget associated constructor documentation for details on the parameters.

QGLViewer const QGLFormat &  format,
QWidget *  parent = 0,
const char *  name = 0,
const QGLWidget *  shareWidget = 0,
WFlags  flags = 0
 

Same as QGLViewer(), but a Qt::QGLFormat can be provided (used for stereo display in the stereoViewer example.

~QGLViewer  )  [virtual]
 

Virtual destructor. Removes object from QGLViewerPool() and releases allocated memory.


Member Function Documentation

Qt::ButtonState addKeyFrameStateKey  )  const
 

Returns the state key (Qt::AltButton, Qt::ShiftButton, Qt::ControlButton) that must be pressed with the keyFrameKey() to add a KeyFrame to a camera KeyFrame path. Default value is Qt::AltButton. See setAddKeyFrameStateKey() for details.

See also keyFrameKey() and playKeyFramePathStateKey().

See the QGLViewer shortcuts page for details.

virtual void animate  )  [inline, virtual, slot]
 

Scene animation function. Once startAnimation() has been called, an infinite loop calls animate() and draw().

See the animation example for an illustration.

void animateNeeded  )  [signal]
 

Signal emitted by the default QGLViewer::animate() function. Connect this signal to your scene animation function.

Use this signal-slot mechanism ONLY IF you don't inherit your viewer from QGLViewer (in that case, simply overload the animate() function).

bool animationIsStarted  )  const [inline]
 

Return true when the animation loop is started, i.e. viewer calls animate() and draw(). See startAnimation() and animate(). You should override this method if your scene contains animated elements (KeyFrameInterpolator driven objects excepted).

int animationPeriod  )  const [inline]
 

The animation loop period, in milliseconds. See startAnimation() and animate().

float aspectRatio  )  const [inline]
 

Returns the aspect ratio of the GL widget. That is the ratio between its width and height (see the Qt QGLWidget documentation).

void axisDrawn bool  on  )  [signal]
 

This signal is emitted whenever axisIsDrawn() changes value. This can be done with setDrawAxis() or toggleDrawAxis().

bool axisIsDrawn  )  const [inline]
 

Returns true if the world axis is drawn by the viewer. Set by setDrawAxis() or toggleDrawAxis().

qglviewer::Vec backgroundColor  )  const [inline]
 

Returns the current background color of the viewer. The x, y and z of the result represent the red, green and blue color components. Use setBackgroundColor() to define the background color.

This function is provided for convenience as the background color is an OpenGL state variable set with glClearColor() (see setBackgroundColor()). However, this internal representation has the advantage that it is saved (resp. restored) with saveToFile() (resp. restoreFromFile()) as it is part of the domElement().

Default value is (0.2, 0.2, 0.2) (dark gray). Each color component ranges between 0.0 and 1.0 (see the glColor3f() documentation). You may have to change foregroundColor() accordingly (see setForegroundColor()). See also the QGLWidget::qglColor() and QGLWidget::qglClearColor() documentations.

Attention:
If you directly use glClearColor() instead of setBackgroundColor(), the result of this function will be erroneous. Consider using a glGet() to retrieve the actual current value in that case.

qglviewer::Camera* camera  )  const [inline]
 

The camera that is used by the viewer. See the qglviewer::Camera documentation for a complete description of the available functions.

void cameraPathEdited bool  on  )  [signal]
 

This signal is emitted whenever cameraPathIsEdited() changes value. This can be done with editCameraPath() or toggleCameraPathEditor().

bool cameraPathIsEdited  )  const [inline]
 

Returns true if the camera paths are being edited in the viewer. Set by editCameraPath() or toggleCameraPathEditor() (default EDIT_CAMERA_PATHS shortcut key is 'C'). Default value is false.

When cameraPathIsEdited(), the camera paths that are defined are displayed using qglviewer::Camera::drawAllPaths(). qglviewer::Camera::zNear() and qglviewer::Camera::zFar() are modified so that the paths are not clipped. zBuffer precision is highly affected.

QGLViewer::ClickAction clickAction int  buttonState,
bool  doubleClick,
int  buttonBefore
 

Same as mouseAction(), but for the click action set using setMouseBinding().

void closeEvent QCloseEvent *  e  )  [protected, virtual]
 

Save the viewer current state using saveToFile() and then call QGLWidget::closeEvent().

void connectSignalToAllViewers const QObject *  sender,
const char *  signal,
const char *  member = SLOT(updateGL())
[static]
 

Connect a signal to a signal or a slot of all the QGLViewers.

Typical usage would be:

connectSignalToAllViewers(myScene, SIGNAL(needsRedisplay()));

The default target signal is updateGL(), but any other signal/slot can be used. This function will silently ignore the connections that cannot be established.

See also QGLViewerPool(), disconnectSignalToAllViewers() and updateGLForAllViewers().

float currentFPS  )  [inline]
 

Returns the current viewer frame rate, as displayed by displayFPS() (see setDisplayFPS() and toggleDisplayFPS()).

This function is useful for true real-time applications that may adapt the computational load according to frame rate evolution in order to maintain a given frequency.

Note that for stability reasons this value is averaged over 25 frames, and hence will only change every 25 draw. As Qt redraws the window only when needed, this value is meaningful only when startAnimation() is called, when you use qglviewer::Camera::playKeyFramePath() or when the camera is manipulated with the mouse, so that draw() is called in a loop.

void disconnectSignalToAllViewers const QObject *  sender,
const char *  signal,
const char *  member = SLOT(updateGL())
[static]
 

Disconnect a signal to a signal or a slot of all the QGLViewers. Used in conjunction with connectSignalToAllViewers().

The default target signal is updateGL(), but any other signal/slot can be used. This function will silently ignore the connections that cannot be removed. See also updateGLForAllViewers().

void displayFPS  )  [protected, virtual]
 

Display the frame rate in the corner of the window. The frame rate is computed as an average and updateGL() must be called in a loop in order to have a meaningful value (this is the case when animationIsStarted()). The FPS display can be toggled with toggleDisplayFPS() (Default shortcut key is 'F', see DISPLAY_FPS) or with setDisplayFPS(). Use QApplication::setFont() to define the FPS font (see drawText()). Get current application (averaged) frame rate with currentFPS().

bool displaysInStereo  )  const [inline]
 

Returns true if the viewer displays in stereo. Set by setStereoDisplay() or toggleStereoDisplay(). Default value is false.

void displayZBuffer  )  const [protected, virtual]
 

Displays the current z-buffer in grey levels for debugging purposes. Note that it hides the normal display. Frame rate is slowed down because of the z-buffer reading and writing.

QDomElement domElement const QString &  name,
QDomDocument &  doc
const [virtual]
 

Creates an XML QDomElement that represents the QGLViewer. name is the name of the QDomElement tag. You need to provide the QDomDocument doc that will hold the resulting element.

Use initFromDOMElement() to restore the QGLViewer state from the resulting domElement. Merges the qglviewer::ManipulatedFrame::domElement(), qglviewer::Camera::domElement(), ... elements.

Attention:
For the manipulatedFrame(), qglviewer::Frame::constraint() and qglviewer::Frame::referenceFrame() are not saved. See qglviewer::Frame::domElement().

virtual void draw  )  [inline, protected, virtual]
 

The core function of the viewer, called to draw the scene.

If you build a class that inherits from QGLViewer, this is the function you want to overload. See the simpleViewer example for an illustration.

If you choose to use a callback mechanism instead, connect the drawNeeded() signal to your own draw function (signal emitted by preDraw()). See the callback example for details.

Attention:
The GL_PROJECTION matrix must not be modified by this function, so that the viewer hints (axis, grid, FPS...) that are displayed in postDraw() are correctly displayed. Use push/pop or call camera()->loadProjectionMatrix() at the end of draw() if you need to change the projection matrix (unlikely). The GL_MODELVIEW matrix, on the other hand, can be modified and left in a different state as it will be reloaded in postDraw() anyhow.

void draw3DText const qglviewer::Vec pos,
const qglviewer::Vec normal,
const QString &  text,
GLfloat  height = 0.1f
 

:
Although useful, this function is deprecated with recent Qt versions. Indeed, Qt renders text as pixmaps that cannot be orientated. However, when GLUT is used instead of Qt (when your Qt version is lower than 3.1, see QT_VERSION_WITHOUT_GLUT in config.h) orientated characters are possible and this function will work.

pos and normal respectly represent the 3D coordinate of the text and the normal to the text plane. They are expressed with respect to the current GL_MODELVIEW matrix.

If you want your text to always face the camera (normal parallel to camera()->viewDirection), use QGLWidget::renderText(x,y,z).

See the draw3DText example for an illustration.

void drawAxis float  size = 1.0f  ) 
 

Displays an XYZ axis, with a given size (default is 1.0). The axis position and orientation only depends on the current modelview matrix state. This code will display a translated and rotated axis (with respect to the world coordinates system, that can be displayed using the DRAW_AXIS shortcut key. Default key is 'A').

  glPushMatrix();
  glTranslatef(x,y,z);
  glRotatef(90.,0.,1.,0.);
  drawAxis(0.2);
  glPopMatrix();
Use the following code to display the current position and orientation of a qglviewer::Frame :
  glPushMatrix();
  glMultMatrixd(frame.matrix());
  drawAxis(0.2);
  glPopMatrix();

Note:
The current matrix mode should be GL_MODELVIEW.

void drawGrid  )  [inline]
 

Displays a XY grid of size 1, centered on (0,0,0). The calling function should set the GL_MODELVIEW matrix and scale factor before calling this function.

Attention:
The GL state is modified by this function: GL_LIGHTING is disabled and line width is set to 1.

void drawLight GLenum  light,
float  scale = 1.0f
const [protected, virtual]
 

This debugging function draws a representation of light. The drawing depends on the type of light (spot, directional...). Typically used in your draw function:

  drawLight(GL_LIGHT0)

Optionnal parameter scale (default 1.0f) rescales the light representation. For instance, to get a size twice bigger:

  drawLight(GL_LIGHT0, 2.0f)
Note that this size is already proportional to the scene radius.

See the drawLight example for an illustration.

void drawNeeded  )  [signal]
 

Signal emitted by the default QGLViewer::draw() function. Connect this signal to your main drawing function. preDraw() is called before this signal is emitted and will call qglviewer::Camera::loadProjectionMatrix() and qglviewer::Camera::loadModelViewMatrix() to set the viewing matrices. postDraw() will be called after this signal is answered. pre (resp. post) draw can be tuned by adding code at the beginning (resp. end) of your draw slot. See the callback example for an illustration.

You can check whether the camera is manipulated to call a fast draw version :

  if (viewer.camera()->isManipulated())
    fastDrawMethod();
  else
    normalDrawMethod();

Use this signal-slot mechanism ONLY IF you don't inherit your viewer from QGLViewer (in that case, simply overload the draw() and fastDraw() function).

See the fastDraw example for an illustration.

void drawText int  x,
int  y,
const QString &  text,
const QFont &  fnt = QFont()
 

Draws a text at position x, y (expressed in screen coordinates pixels, origin in the upper left corner of the window). Can be called in draw() to easily display some information on the screen.

This procedure calls QGLWidget::renderText() if your Qt version is at least 3.1, otherwise it uses GLUT. The default QApplication::font() is used to render the text when no fnt is specified. Use QApplication::setFont() to define the default font. Only the font size (set with QFont::setPixelSize() or QFont::setPointSize()) is taken into with the GLUT version.

Attention:
GL_LIGHTING should be disabled by the calling function so that colors are properly rendered (with the renderText version).
This function can be used in conjunction with the qglviewer::Camera::projectedCoordinatesOf() function to display a text attached to an object. In your draw() function call:
  qglviewer::Vec screenPos = camera()->projectedCoordinatesOf(myFrame.position());
  drawText((int)screenPos[0], (int)screenPos[1], "My Object");
See the screenCoordSystem example for an illustration.

QGLWidget::renderText() (Qt >= 3.1) performs a similar action. It exists in a 2D (pixel coordinates) and a 3D (classical coordinates) version. Use this QGLWidget::renderText(x,y,z, str) function to draw a text that faces the camera, located at a specific 3D location (no need to convert to screen coordinates).

The GL_MODELVIEW and GL_PROJECTION matrices are not modified by this function.

Text is displayed only when textIsEnabled() is true (default). Use toggleEnableText() or setEnableText() to change this value (default ENABLE_TEXT shortcut key is '?'). This mechanism allows the user to conveniently remove all the displayed text with a shortcut key. Set the shortcut key to 0 if you want to forbid this behavior (see setShortcutKey()).

See also the draw3DText() and displayFPS() functions.

Note:
Each call to drawText() changes the camera projection matrix and restores it back (using startScreenCoordinatesSystem() and stopScreenCoordinatesSystem() with Qt < 3.1). If you call this function several times and it slows down your frame rate, consider factorizing the context changes. You may also want to try the Qt image overlay mechanism which may be more efficient when your text does not change over time).

The Qt minimum version that disables glut is set by QT_VERSION_WITHOUT_GLUT in config.h. Default value is Qt 3.1.

void drawVisualHints  )  [virtual]
 

Draws viewer related visual hints.

Displays the new qglviewer::Camera::revolveAroundPoint() when it is changed. See the mouse page for details. Also draws a line between qglviewer::Camera::revolveAroundPoint() and mouse cursor when the camera is rotated around the camera Z axis.

See also setVisualHintsMask() and resetVisualHints(). The hint color is foregroundColor().

Note:
These functions may become more interesting one day. The current design is too limited and should be improved when other visual hints must be drawn.

void editCameraPath bool  edit = true  )  [slot]
 

Start (default, edit=true) or stop (edit=false) the edition of the camera paths. See also toggleCameraPathEditor().

void fastDraw  )  [protected, virtual]
 

Fast draw of the scene. Called instead of draw() when the camera is manipulated. Useful for interactive displacements in a complex scene. Default behavior calls draw(). See the fastDraw example for an illustration.

qglviewer::Vec foregroundColor  )  const [inline]
 

The current viewer foreground color. This color is used to display the FPS text (see setDisplayFPS()), camera paths (see qglviewer::Camera::drawAllPaths() and editCameraPath()), XY grid (see drawGrid() and setDrawGrid()) and the visual hints (see drawVisualHints()).

Default value is (0.7, 0.7, 0.7). Each color component ranges between 0.0 and 1.0 (see the glColor3f() documentation). This value should be changed in conjunction with the backgroundColor() (see setBackgroundColor()).

See also the QGLWidget::qglColor() and QGLWidget::qglClearColor() documentations.

void fpsDisplayed bool  on  )  [signal]
 

This signal is emitted whenever fpsIsDisplayed() changes value. This can be done with setDisplayFPS() or toggleDisplayFPS().

bool fpsIsDisplayed  )  const [inline]
 

Returns true if a displayFPS() is called by the viewer. Set by setDisplayFPS() or toggleDisplayFPS(). See currentFPS().

void getBackgroundColor float &  r,
float &  g,
float &  b
const
 

Same as backgroundColor(), but result is returned as three floats.

void getClickButtonState ClickAction  ca,
Qt::ButtonState &  buttonState,
bool &  doubleClick,
Qt::ButtonState &  buttonBefore
 

Similar to mouseButtonState(), but for the click actions. Note that the results of the query are returned in the buttonState, doubleClick and buttonBefore parameters. If the ClickAction is not associated to any mouse button, Qt::NoButton is returned in buttonState. If several mouse buttons trigger in the ClickAction, one of them is returned.

void getForegroundColor float &  r,
float &  g,
float &  b
const
 

Same as foregroundColor(), but result is returned as three floats.

void getSceneCenter float &  x,
float &  y,
float &  z
const
 

float version of sceneCenter().

void gridDrawn bool  on  )  [signal]
 

This signal is emitted whenever gridIsDrawn() changes value. This can be done with setDrawGrid() or toggleDrawGrid().

bool gridIsDrawn  )  const [inline]
 

Returns true if a grid is drawn by the viewer. Set by setDrawGrid() or toggleDrawGrid().

void help  )  [virtual, slot]
 

This function is called when the user presses the HELP_KEY (default is H). It opens a modal help window that includes three tabs, which are respectively filled with the results of helpString(), shortcutBindingsString() and mouseBindingsString(). If one of these is QString::null, the associated tab is not created. Overload these functions to define you own help text. Rich html-like text can be used.

Set the HELP_KEY shortcut key to 0 to disable the help window (see setShortcutKey()).

The helpRequired() signal is emitted.

void helpRequired  )  [signal]
 

Signal emitted by the default QGLViewer::help() function. Connect this signal to your own help function.

Use this signal-slot mechanism ONLY IF you don't inherit your viewer from QGLViewer (in that case, simply overload the help() function).

virtual QString helpString  )  const [inline, virtual]
 

helpString() is displayed in the help window main tab. This window is created by the help() function when the HELP_KEY (default is 'H') is pressed. Overload this function to define your own help string, which should shortly describe your application and explains how it works. Rich-text (HTML) tags can be used.

  QString myViewer::helpString() const
  {
    QString text("<h2>M y V i e w e r</h2>");
    text += "Displays a <b>Scene</b> using openGL. Move the camera using the mouse.";
    return text;
  }

Default value is QString::null, which means that the associated tab in the help window is removed.

See also mouseBindingsString() and shortcutBindingsString().

virtual void init  )  [inline, protected, virtual]
 

Initialization of the viewer. This function will be called before the first drawing and you can overload it to initialize some of the GL flags. The original function is empty and hence does not need to be called.

Can be used to set the camera (qglviewer::Camera::setPosition(), qglviewer::Camera::setFieldOfView(), ...) or to make the camera fit the scene (see qglviewer::Camera::showEntireScene()).

OpenGL flags should also be (re)defined here. Some default flags are set in initializeGL(): only the glEnable(GL_COLOR_MATERIAL) and glEnable(GL_LIGHTING) are not set to their OpenGL default value. Use this function to set your own openGL flags.

Attention:
You should not call updateGL() (or any function that calls it) in this function, as it will create an infinite loop (this comes from the Qt initializeGL() function). The different QGLViewer set function (setDrawGrid(), setDrawAxis()...) are protected against this problem and can safely be called.

This function should only be used for viewer dependent initializations (camera, openGL state). Other data initializations (program parameters parsing, scene dependent initializations...) should be made in a separate function, called by your main or any other initialization function. On the other hand, all the openGL specific initializations must be done in this function: the openGL context is not yet available in your viewer constructor.

void initFromDOMElement const QDomElement &  de  )  [virtual]
 

Restores the QGLViewer state from a QDomElement created by domElement(). See also qglviewer::Camera::initFromDOMElement(), qglviewer::ManipulatedFrame::initFromDOMElement().

Note:
isFullScreen() cannot be properly restored in constructor or in init(). It requires initializeGL() to be completed before.

void initializeGL  )  [protected, virtual]
 

Initialization of the GL context, creation of some viewer display lists. Calls init() at the end.

Attention:
The initial QGLViewer GL state does not follow the openGL standards. Actually, to make beginners' life easier and to simplify the examples, the following flags are defined :
  glEnable(GL_LIGHTING);
  glEnable(GL_LIGHT0);
  glEnable(GL_DEPTH_TEST);
  glEnable(GL_COLOR_MATERIAL);

If you port an existing application to QGLViewer and your display changes, you probably want to disable these flags (in init()) to get back to a standard openGL state.

init() is called at the end, and the openGL flags can be re-defined there. This function should not be overloaded. Use init() for viewer initialization. In case of overloading, you should call QGLViewer::initializeGL() at the beginning of your new initializeGL() function (display list creation).

bool isFullScreen  )  const [inline]
 

Returns true if the viewer is in fullScreen mode. Set by setFullScreen() or toggleFullScreen().

Qt::Key keyFrameKey int  nb  )  const
 

Returns the camera Key Frame path shortcut key for index nb. nb should not exceed qglviewer::Camera::nbPaths(). Default values are F1..F12 for indexes 0..11. See setKeyFrameKey() for details.

See also addKeyFrameStateKey() and playKeyFramePathStateKey().

See the QGLViewer shortcuts page for details.

void keyPressEvent QKeyEvent *  e  )  [protected, virtual]
 

Key pressed callback function. Some default key bindings are implemented and can easily be redefined using setShortcutKey() and setShortcutStateKey(). See the QGLViewer shortcuts page for details and default values.

Overload this function to implement a specific shortcut key binding for one of your application function. You should call the original function in the default case of your switch to preserve the default viewer key bindings :

  void Viewer::keyPressEvent(QKeyEvent *e)
  {
  switch (e->key())
  {
  case Qt::Key_R : reset(); updateGL(); break;
  // and so on...
  default: QGLViewer::keyPressEvent(e);
  }
  }

Consider testing the modifier keys for more complex behaviors:

  const Qt::ButtonState state = (Qt::ButtonState)(e->state() & Qt::KeyButtonMask);
  if (state == Qt::AltButton)
  switch (e->key())
  {
  ...
  }
  else
  ...

qglviewer::ManipulatedFrame* manipulatedFrame  )  const [inline]
 

Returns the current manipulated frame, which can be moved with the mouse. Default mouse bindings make the ManipulatedFrame move when the Control key is pressed. Use setMouseBinding() to define your own bindings.

Returns NULL when no frame has been associated with the viewer (with setManipulatedFrame()). See the manipulatedFrame example for an illustration.

QString mouseBindingsString  )  const [virtual]
 

Returns a QString that describes the application mouse bindings, and that will be displayed in one of the help() window tabs. Default value is a table that describes all the current mouse bindings. See setMouseBinding(), setWheelBinding() and the QGLViewer mouse page for details on mouse bindings.

Overload this function to add your application specific mouse bindings. See shortcutBindingsString() for a complete example.

A QString::null value will suppress the "Shortcuts" tab in help().

Qt::ButtonState mouseButtonState MouseHandler  mh,
MouseAction  ma,
bool  withConstraint = true
 

Returns the Qt::ButtonState (if any) that has to be used to activate action ma on handler mh (with constraint or not). If no Qt::ButtonState is associated, returns Qt::NoButton which is an impossible case since at least one mouse button has to be specified in setMouseBinding().

To know which keys and mouse buttons have to be pressed to translate the camera, use tests like:

  Qt::ButtonState bs = mouseButtonState(QGLViewer::CAMERA, QGLViewer::TRANSLATE);
  if (bs & Qt::RightButton) ... // Right button needed to translate the camera
  if (bs & Qt::AltButton)   ... // Alt key needed
  if (bs & Qt::KeyButtonMask == Qt::NoButton) ... // No state key needed
Note that current mouse bindings are displayed by one of the help window tabs (use the 'H' key).

void mouseDoubleClickEvent QMouseEvent *  e  )  [protected, virtual]
 

The behavior of the mouse double click depends on the current mouse binding. See setMouseBinding() and the QGLViewer mouse page.

qglviewer::MouseGrabber* mouseGrabber  )  const [inline]
 

Returns the current MouseGrabber, or NULL if no MouseGrabber is currently under the mouse cursor. When qglviewer::MouseGrabber::grabsMouse(), the different mouse events are sent to the mouseGrabber() (see mousePressEvent(), mouseMoveEvent(), and related functions.)

You may use setMouseGrabber() to define a qglviewer::MouseGrabber, but mouseMoveEvent() already does it, using qglviewer::MouseGrabber::checkIfGrabsMouse() to determine if a MouseGrabber is currently under the mouse cursor. See the mouseGrabber example for an illustration.

In order to use mouseGrabber, you need to enable mouse tracking so that mouseMoveEvent() is called even when no mouse button is pressed. Add this in init() or in your viewer constructor:

  setMouseTracking(true);
Note that the default behavior is to disable mouse tracking. Use QWidget::hasMouseTracking() to get current value.

int mouseHandler int  buttonState  ) 
 

Returns the MouseHandler currently associated with the Qt::ButtonState buttonState. If no action is associated, returns -1.

For instance, to know which handler receives the Alt-LeftButton, do:

  int mh = mouseHandler(Qt::AltButton | Qt::LeftButton);
  if (mh == QGLViewer::CAMERA) ...

Use mouseAction() to know which action (see the MouseMotion enum) will be perform on this handler.

QGLViewer::MouseAction mouseMotion int  buttonState  ) 
 

Returns the MouseAction currently associated with the Qt::ButtonState buttonState. If no action is associated, returns NO_MOUSE_ACTION.

For instance, to know which motion corresponds to Alt-LeftButton, do:

  QGLViewer::MouseMotion mm = mouseAction(Qt::AltButton | Qt::LeftButton);
  if (mm != NO_MOUSE_ACTION) ...

Use mouseHandler() to know who (CAMERA or FRAME) will perform this motion.

void mouseMoveEvent QMouseEvent *  e  )  [protected, virtual]
 

Maintaining a button pressed while moving the mouse updates the camera or the manipulated frame. The different possible actions (see MouseAction) are binded to mouse buttons using setMouseBinding().

If you want to define your own mouse behavior, do something like this :

  void Viewer::mousePressEvent(QMouseEvent* e)
  {
  // Qt::KeyButtonMask separates the Control/Alt/Shift state key from the mouse (left/middle/right) buttons
  if ((e->state() & Qt::KeyButtonMask) == (Your personal Qt::ShiftButton/Qt::ControlButton/Qt::AltButton combination))
    myMouseBehavior = true;
  else
    QGLViewer::mousePressEvent(e);
  }

  void Viewer::mouseMoveEvent(QMouseEvent *e)
  {
  if (myMouseBehavior)
    // Use e->x() and e->y() as you want...
  else
    QGLViewer::mouseMoveEvent(e);
  }

  void Viewer::mouseReleaseEvent(QMouseEvent* e)
  {
  if (myMouseBehavior)
    myMouseBehavior = false;
  else
    QGLViewer::mouseReleaseEvent(e);
  }

Many other event handlers can be customized : mouseDoubleClickEvent(), wheelEvent(), mouseReleaseEvent()... See the Qt::QWidget protected members documentation for a complete list.

void mousePressEvent QMouseEvent *  e  )  [protected, virtual]
 

When the user clicks on the mouse:

See the QGLViewer mouse page for a complete description of mouse bindings. If you need to implement a scene object selection with the mouse, see the select example and qglviewer::Camera::convertClickToLine().

Classical mouse binding customization can be achieved using setMouseBinding() and setWheelBinding().

See the mouseMoveEvent() documentation for an example of more complex mouse behavior customization.

Note:
When the mouseGrabber() is a manipulatedFrame(), the modifier keys are not taken into account. This allows for a direct manipulation of the manipulatedFrame() when the mouse hovers, which is probably what is expected.

void mouseReleaseEvent QMouseEvent *  e  )  [protected, virtual]
 

When the user releases the mouse button, the camera (or the manipulatedFrame) action is stopped.

See the mouseMoveEvent() documentation for an example of mouse behavior customization.

void paintGL  )  [protected, virtual]
 

The paint method. Calls preDraw(), draw() (or fastDraw()) and postDraw() in that order. Should not be overloaded. Overload the internal functions instead.

If you choose to overload, the GL_Context must not be changed between two successive calls to draw(), so that the user can feel free to set his/her openGL flags once for all.

If viewer displaysInStereo(), calls preDrawStereo(flag), draw(), postDraw(), first with flag = true and then flag = false to draw successively in left and right buffers.

Qt::ButtonState playKeyFramePathStateKey  )  const
 

Returns the state key (Qt::AltButton, Qt::ShiftButton, Qt::ControlButton) that must be pressed with the keyFrameKey() to play a camera KeyFrame path. Default value is Qt::NoButton. See setPlayKeyFramePathStateKey() for details.

See also keyFrameKey() and addKeyFrameStateKey().

See the QGLViewer shortcuts page for details.

void pointSelected const QMouseEvent *  e  )  [signal]
 

Signal emitted by the default select() function. Connect this signal to your selection function. Use this signal-slot mechanism ONLY IF you don't inherit your viewer from QGLViewer (in that case, simply overload the select(const QMouseEvent* ) function).

void postDraw  )  [protected, virtual]
 

Done after draw(). Default behavior displays axis, grid, FPS... when the respective flags are enabled. The GLContext (color, LIGHTING, BLEND...) should not be changed by this function, so that in draw(), you can rely on the OpenGL context. Respect this convention (by pushing/popping the different attributes) if you overload this function. Assumes the GL_PROJECTION matrix was not changed by draw(), reset the GL_MODELVIEW matrix.

void preDraw  )  [protected, virtual]
 

Called before draw(). Default behavior clears screen and set the projection and model view matrices :

  glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);    

  // GL_PROJECTION matrix
  camera()->loadProjectionMatrix();
  // GL_MODELVIEW matrix
  camera()->loadModelViewMatrix();

Emits the drawNeeded() signal once this is done. Mainly useful if you choose not to use derivation to create your own viewer. See the callback example for details

void preDrawStereo bool  leftBuffer = true  )  [protected, virtual]
 

Called before draw(). Default behavior clears screen and pops camera model view matrix. See preDraw() for details.

int QGLViewerIndex const QGLViewer *const  v  )  [inline, static]
 

Returns the index of the QGLViewer v in the QGLViewerPool(). This index in unique and can be used to identify the different created QGLViewers (see saveToFile() for an application example). When a QGLViewer is deleted, all the next QGLViewers' indexes are shifted.

Return -1 if the QGLViewer could not be found (which should not be possible).

const QPtrList<QGLViewer>& QGLViewerPool  )  [inline, static]
 

This QPtrList (see Qt documentation) holds all the created QGLViewer. If you need to apply a method to all the created viewers, use code like this:

  QPtrListIterator<QGLViewer> it(QGLViewer::QGLViewerPool());
  for (QGLViewer* viewer; (viewer = it.current()) != NULL; ++it)
    viewer->anyAction();
Classical functions are allready implemented : connectSignalToAllViewers(), disconnectSignalToAllViewers() and updateGLForAllViewers(). See also QGLViewerIndex().

void resetVisualHints  )  [virtual, slot]
 

Reset the mask used by drawVisualHints(). Called by setVisualHintsMask() after 2 seconds to reset the display.

void resizeGL int  w,
int  h
[protected, virtual]
 

Called when the window size is modified. If you override this function, be very careful to call first the inherited method.

  void Viewer::resizeGL( int w, int h )
  {
  QGLViewer::resizeGL(w,h);
  // ...
  }

void restoreFromFile const QString &  fileName = ""  )  [virtual]
 

Restores the QGLViewer from a state saved in fileName with saveToFile().

If fileName is empty (default), the filename is automatically generated. A directory may also be provided as filename. See the saveToFile() documentation.

You should define your manipulatedFrame() before you call this function, so that its previous state can be restored. Initialization code put after this function will override saved values.

 void Viewer::init()
 {
 // declaration of a manipulatedFrame, if any.
 restoreFromFile();
 // main init code goes here and overrides file savings
 }

If you viewer starts with a black screen, remember that the mouse double clicks automatically fits the orientation, zoom and placement of the camera(). If sceneCenter() and sceneRadius() are properly defined, you no longer should have an empty screen.

QWidget * rootWidget  )  const [protected]
 

Recursively call QWidget::parentWidget() until the root widget is found.

void saveSnapshot bool  automatic = false,
bool  overwrite = false
[slot]
 

Saves a snapshot of the current image displayed by the widget. If no snapshot filename is defined (see snapshotFilename()) or if automatic is false, a file dialog is opened to ask for the filename.

Saving formats are those available in the Qt installation, plus some vectorial formats (EPS, PS, XFIG). See setSnapshotFormat().

Some artifacts may appear when displaying the PS and EPS result. Simply remove the anti-alias option in ghostview to get the correct display. Printed output will be fine. The libEPSRender library was written by Cyril Soler (Cyril.Soler@imag.fr).

When automatic is true (default is false), the filename is set to NAME-NUMBER, where NAME is snapshotFilename() and NUMBER is snapshotCounter(). The snapshotCounter() is incremented. This is useful to create videos from your application:

  init() { resize(720, 576); } // PAL DV format (use 720x480 for NTSC DV)

  draw() {
    scene.draw();
    
    if (makeMovie)
      saveSnapshot(true, true); // Warning, overwrite mode
  }
Then call draw() in a loop (for instance using animate() and/or a camera() KeyFrameInterpolator replay) to create your image sequence.

If you want to create a Quicktime VR panoramic sequence, simply use code like this:

  void Viewer::createQuicktime()
  {
    const int nbImages = 36;
    for (int i=0; i<nbImages; ++i)
      {
        camera()->setOrientation(2.0*M_PI/nbImages, 0.0); // Theta-Phi orientation
        showEntireScene();
        updateGL();  // calls draw(), which saveSnapshot() as above
      }
  }

When overwrite is set to false (default), a pop-up window asks for confirmation (when automatic is false) or the snapshotCounter() is incremented until a non-existing file name is found (when automatic is true).

void saveToFile const QString &  fileName = ""  )  [virtual]
 

Saves in fileName an XML representation of the QGLViewer state, obtained from domElement(). Use restoreFromFile() to restore the viewer.

If no filename is provided (default), the generated filename will be ".qglviewer.xml". If several viewers were created in this application, the files will be numbered (".qglviewer0.xml", ".qglviewer1.xml",... See QGLViewer::QGLViewerIndex()). Each viewer will then read back its own information in restoreFromFile(), provided that the viewers are created in the same order, which is usually the case.

If filename is a directory, the file name is generated as above and saved in this directory.

This function is called when a viewer is closed (default key is Escape).

void saveToFileForAllViewers  )  [static]
 

saveToFile() is called on all the created QGLViewers using the QGLViewerPool().

See connectSignalToAllViewers() and disconnectSignalToAllViewers() for more complex connections.

qglviewer::Vec sceneCenter  )  const [inline]
 

Scene should be included in a sphere centered on this point. Simply calls qglviewer::Camera::sceneCenter(). Set using setSceneCenter().

float sceneRadius  )  const [inline]
 

Returns the scene radius (used by the camera() to set qglviewer::Camera::zNear() and qglviewer::Camera::zFar()). The entire scene must be included in a sphere of radius sceneRadius(), centered on sceneCenter().

This function is equivalent to camera()->sceneRadius().

void select const QMouseEvent *  e  )  [protected, virtual]
 

This function is called when the user wants to select something in the scene. It is called when the user clicks on the SELECT ClickAction binded button(s) (default is Shift-LeftButton).

The default implementation of this function simply emits pointSelected() which is useful only if you rely on the Qt signal-slot mechanism and did not overload QGLViewer. If you choose to derive your own viewer class, simply overload this function to implement your selection mechanism.

See the select example for a convenient implementation.

Use e->x() and e->y() to recover mouse cursor position and qglviewer::Camera::convertClickToLine() to transform these coordinates in 3D if you want to perform an analytical intersection.

Use setMouseBinding() to customize mouse bindings.

void setAddKeyFrameStateKey int  buttonState  )  [virtual]
 

Defines the shortcut state key (Qt::AltButton, Qt::ShiftButton, Qt::ControlButton) that must be pressed in conjunction with the keyFrameKey(i) to add a Key Frame to the camera Key Frame path of index i. Default state key is Qt::AltButton.

The state key can be set to Qt::NoButton, Qt::ControlButton, Qt::ShiftButton, Qt::AltButton, or a combination of these (use the bit '|' operator, see setMouseStateKey()).

Use setKeyFrameKey() to define the associated Key Frame key. See also setPlayKeyFramePathStateKey().

See the QGLViewer shortcuts page for details.

void setAnimationPeriod int  msecs  )  [inline, slot]
 

Set the period (in milliseconds) between the calls to animate(). Default is 40 msecs (25 Hz). The frame rate (DISPLAY_FPS default binding is 'F') will be set accordingly, provided that your animate() function is fast enough.

void setBackgroundColor const QColor &  c  )  [inline, slot]
 

Same as setBackgroundColor, but with a QColor attribute.

void setBackgroundColor float  r,
float  g,
float  b
[inline, slot]
 

Same as setBackgroundColor(), but with float parameters.

void setBackgroundColor const qglviewer::Vec color  )  [inline, slot]
 

Defines the background color of the viewer: backgroundColor() is modified and glClearColor(color.x, color.y, color.z, 1.0) is called. See also setForegroundColor() and the QGLWidget::qglColor() and QGLWidget::qglClearColor() documentations.

void setCamera qglviewer::Camera *const  c  )  [slot]
 

Associate a new qglviewer::Camera to the viewer.

You should only use this method when you derive a new class from Camera and want to use one of its instances instead of the original class.

It you simply want to save and restore Camera positions, use qglviewer::Camera::addKeyFrame() and qglviewer::Camera::playKeyFramePath() instead.

This method will silently ignore NULL c pointers. The calling method is responsible for deleting the previous camera pointer, if that is intended, in order to prevent memory leaks:

delete camera();
setCamera(myCamera);

All the c qglviewer::Camera::keyFrameInterpolator() qglviewer::KeyFrameInterpolator::interpolated() signals are connected to the viewer updateGL() slot. The connections with the previous viewer's camera are removed.

The sceneRadius() and sceneCenter() of the new c camera are set to the current QGLViewer values.

void setDisplayFPS bool  f = true  )  [inline, slot]
 

Set the state of fpsIsDisplayed(). displayFPS() is called or not. See also toggleDisplayFPS() and currentFPS().

void setDisplayZBuffer bool  f = true  )  [inline, slot]
 

Set the state of zBufferIsDisplayed(). displayZBuffer() is called or not. See also toggleDisplayZBuffer().

void setDrawAxis bool  f = true  )  [inline, slot]
 

Set the state of the axisIsDrawn(). World axis is drawn or not. See also toggleDrawAxis().

void setDrawGrid bool  f = true  )  [inline, slot]
 

Set the state of the gridIsDrawn(). A XY grid is drawn or not. See also toggleDrawGrid().

void setEnableText bool  f = true  )  [inline, slot]
 

Set the state of textIsEnabled() : drawText() and draw3DText() actually draw text or not (default is yes). See also toggleEnableText().

void setForegroundColor const QColor &  c  )  [inline, slot]
 

Same as setForegroundColor, but with a QColor attribute.

void setForegroundColor float  r,
float  g,
float  b
[inline, slot]
 

Same as setForegroundColor(), but with float parameters.

void setForegroundColor const qglviewer::Vec color  )  [inline, slot]
 

void setFullScreen bool  fs = true  )  [slot]
 

Viewer is set in full screen mode (fs = true, default) or not (fs = false). Get current value with isFullScreen(). See also toggleFullScreen() and the STEREO shortcut key (default is 'S', see the QGLViewer shortcuts page).

void setKeyFrameKey int  nb,
int  key
[virtual]
 

Defines the shortcut key associated with the camera Key Frame path of index nb. The number of available indexes is returned by qglviewer::Camera::nbPaths(). The default keys are F1..F12 for indexes 0..11.

Use setAddKeyFrameStateKey() and setPlayKeyFramePathStateKey() to define the state key that must be pressed with this key to add (or delete) or play the Key Frame.

To delete a Key Frame path, quickly press twice the keyFrameKey() while pressing the addKeyFrameStateKey(). Once a path has been delete, trying to re-play the path (using keyFrameKey() and playKeyFramePathStateKey()) will do nothing until new key frames are added (using keyFrameKey() and addKeyFrameStateKey()).

Use setShortcutKey() to define other shortcut keys.

See the QGLViewer shortcuts page for details.

void setManipulatedFrame qglviewer::ManipulatedFrame fr  )  [slot]
 

The frame fr becomes the new manipulated frame. The manipulated frame will be moved with the mouse when the associated mouse bindings are used (default is when pressing the Control key with any mouse button). Use setMouseBinding() to define new bindings.

You can use a manipulated frame to move an object in the scene. Your code will look like this (see the manipulatedFrame example):

 void Viewer::init() { setManipulatedFrame(new ManipulatedFrame()); }

 void draw()
 {
  glPushMatrix(); // Save state
  glMultMatrixd(manipulatedFrame()->matrix());
  // Your object drawing code goes here
  glPopMatrix();  // Restore previous state
 }

Since a camera() position is defined with a ManipulatedCameraFrame, a Camera frame can be given as a manipulatedFrame(). This is useful for an application with several viewers, where the other viewers' cameras are displayed and can be manipulated (with a direct feedback in the other viewer). Use code like:

setManipulatedFrame( otherQGLViewer->camera()->frame() );
Defining the own viewer camera()->frame() as the manipulatedFrame() is possible and will result in a classical camera manipulation. See the Luxo example for an illustration.

The value of the currently manipulated frame is retrieved with manipulatedFrame().

void setMouseBinding int  buttonState,
ClickAction  action,
bool  doubleClick = false,
int  buttonBefore = Qt::NoButton
 

This function lets you associate any ClickAction to any Qt::ButtonState mouse button and state key combination.

The list of all possible ClickAction, some binding examples and default bindings are provided in the mouse page. See the keyboardAndMouse example for an illustration.

The parameters should read : when the buttonState mouse button(s) is (are) pressed (possibly with Alt, Control, Shift or any combination of these; possibly with a doubleClick), perform action.

If buttonBefore is specified (valid only when doubleClick is true), then these mouse buttons have to pressed before the double click occurs in order to perform action. For instance, with the default binding, pressing the right button, then double clicking on the left button will call RAP_FROM_PIXEL, which defines the new qglviewer::Camera::revolveAroundPoint() as the point under the mouse cursor (if any).

If no mouse button is specified in buttonState, the binding will be ignored.

To discard a specific action mouse binding, use code like:

  setMouseBinding(myButtonStateKeyCombo, NO_CLICK_ACTION);

See also setMouseBinding() and setWheelBinding().

void setMouseBinding int  buttonState,
MouseHandler  handler,
MouseAction  action,
bool  withConstraint = true
 

This function lets you associate any MouseAction to any Qt::ButtonState mouse button and state key combination. The receiver of the mouse events is a MouseHandler (CAMERA or FRAME).

The list of all possible MouseAction, some binding examples and default bindings are provided in the mouse page.

See the keyboardAndMouse example for an illustration.

The parameters should read : when the buttonState mouse button and state key are pressed, activate action on handler. If withConstraint is true (default), the constraint associated with the frame will be enforced.

If no mouse button is specified in buttonState, the binding will be ignored. If an action was previously associated with this buttonState, it is silently overwritten (use mouseAction() to know if the buttonState is already binded).

To discard a specific mouse binding, use code like:

  setMouseBinding(myButtonStateKeyCombo, myHandler, NO_MOUSE_ACTION);

See also setMouseBinding() and setWheelBinding().

void setMouseGrabber qglviewer::MouseGrabber mg  )  [slot]
 

Directly defines the QGLViewer's mouseGrabber(). You should not call this function directly as mouseMoveEvent() already does it using qglviewer::MouseGrabber::checkIfGrabsMouse().

void setMouseStateKey MouseHandler  mh,
int  buttonState
[virtual]
 

Associate a given state key (Alt, Shift, Control or a combinaison of these) to a specific MouseHandler. All the mouse handler's associated bindings will then need the specified buttonState key to be activated.

With this code,

  setMouseStateKey(QGLViewer::CAMERA, Qt::AltButton);
  setMouseStateKey(QGLViewer::FRAME,  Qt::NoButton);
you will have to press the Alt key while pressing mouse buttons in order to move the camera, while no key will be needed to move the associated manipulatedFrame().

This function is provided for convenience but its implementation is basic. Indeed, every action binded to mh has its state keys replaced by buttonState. If the MouseHandler had some actions binded to different state keys, this setting will be lost. You should consider using setMouseBinding() for finer tuning.

The default binding configuration binds Qt::ControlButton to all the QGLViewer::FRAME actions and Qt::NoButton to QGLViewer::CAMERA actions. This function hence easily allows you to change the MouseHandler associated key.

Attention:
This function calls setMouseBinding(), which ensures that only one action is binded to a given buttonState. If you want to swap the CAMERA and FRAME state keys, you have to use a temporary dummy buttonState (as when you are swapping two variables) or else the first call will overwrite the previous settings :
  // Associate FRAME with Alt (temporary value)
  setMouseStateKey(QGLViewer::FRAME, Qt::Alt);
  // Control is associated with CAMERA
  setMouseStateKey(QGLViewer::CAMERA, Qt::ControlButton);
  // And finally, FRAME can be associated with NoButton
  setMouseStateKey(QGLViewer::FRAME, Qt::NoButton);
If you had started with :
  setMouseStateKey(QGLViewer::FRAME, Qt::NoButton);
the FRAME bindings would have replaced all the previous CAMERA bindings (as CAMERA uses NoButton by default). A call to :
  setMouseStateKey(QGLViewer::CAMERA, Qt::ControlButton);
would then have done nothing as no more actions are binded to the CAMERA.

See the QGLViewer mouse page for details.

void setPlayKeyFramePathStateKey int  buttonState  )  [virtual]
 

Defines the shortcut state key (Qt::AltButton, Qt::ShiftButton, Qt::ControlButton) that must be pressed in conjunction with the keyFrameKey(i) to start playing the camera Key Frame path of index i. Default state key is Qt::NoButton.

The state key can be set to Qt::NoButton, Qt::ControlButton, Qt::ShiftButton, Qt::AltButton, or a combination of these (use the bit '|' operator, see setMouseStateKey()).

Use setKeyFrameKey() to define the associated Key Frame key. See also setAddKeyFrameStateKey().

See the QGLViewer shortcuts page for details.

void setSceneBoundingBox const float  m[3],
const float  M[3]
[inline]
 

Same as setSceneBoundingBox(), with float[3] parameters.

void setSceneBoundingBox const qglviewer::Vec m,
const qglviewer::Vec M
[inline, slot]
 

Convenient way to call setSceneCenter() and setSceneRadius() from a Bounding Box of the scene. Equivalent to :

    setSceneCenter((m+M)/2.0);
    setSceneRadius(0.5*(M-m).norm());

void setSceneCenter float  x,
float  y,
float  z
[inline, slot]
 

float version of setSceneCenter().

void setSceneCenter const qglviewer::Vec sc  )  [inline, slot]
 

Set the center of the scene, defined in world coordinates. The entire scene should be include in a sphere of radius sceneRadius(), centered on sceneCenter(). Default value is (0,0,0), the world coordinate system origin.

This method should typically be called in the init() function, when the drawn scene is not centered on the world origin (so that sceneRadius(), qglviewer::Camera::zNear() and qglviewer::Camera::zFar() can be tightly fitted to the scene). It should normally not be modified after. See also setSceneBoundingBox().

revolveAroundPoint() has a different meaning, and is probably the value you want to change while the program is running (see qglviewer::Camera::setRevolveAroundPoint()).

Attention:
The qglviewer::Camera::revolveAroundPoint() is set to the sceneCenter() value by this method.

void setSceneRadius float  r  )  [inline, slot]
 

Scene radius is used by the camera to scale axis and grid display, and to optimally set qglviewer::Camera::zNear() and qglviewer::Camera::zFar(). The entire scene must be included in a sphere centered on sceneCenter(), with radius sceneRadius(). Current value can be retrieved from sceneRadius().

You will typically use this function in QGLViewer::init() :

The default sceneRadius() is 1.0. See also setSceneCenter() and setSceneBoundingBox(). The camera() qglviewer::Camera::flySpeed() is set to 1% of this value by this function.

Attention:
If you want to retrieve z-buffer depth from the frame buffer (using glReadPixel(GL_DEPTH_COMPONENT)), you should provide tight bounds on the sceneRadius(). See also qglviewer::Camera::setZNearCoef(), qglviewer::Camera::zNear(), qglviewer::Camera::zFar().

void setShortcutKey ShortcutAction  action,
int  key,
int  stateKey = -1
[virtual]
 

Defines the shortcut key (and optionnally the state key) associated with a given action of the viewer. All the possible action are defined by the QGLViewer::ShortcutAction enum.

key is defined by the Qt::Key enum and is of the form Qt::Key_X (see the Qt documentation). Set the key to 0 to forbid the action shortcut. stateKey (optional) defines the state key (Alt, Control, ...) associated with this action, just like setShortcutStateKey().

Use setShortcutStateKey() to define a shortcut state key and shortcutKey() to get the current value. See also setKeyFrameKey() and setMouseStateKey().

For example, this code defines 'Ctrl-Alt-F' as the new toggleFullScreen() shortcut, 'Q' as the new EXIT shortcut key (state key unchanged) and forbids the toggleDisplayZBuffer() shortcut:

  setShortcutKey (QGLViewer::FULL_SCREEN, Qt::Key_F, Qt::AltButton | Qt::ControlButton);
  setShortcutKey (QGLViewer::EXIT, Qt::Key_Q);
  setShortcutKey (QGLViewer::DISPLAY_Z_BUFFER, 0);

See the QGLViewer shortcuts page for details and default values. See the keyboardAndMouse example for a practical illustration.

void setShortcutStateKey ShortcutAction  action,
int  buttonState
[virtual]
 

Defines the shortcut state key (Qt::AltButton, Qt::ShiftButton, Qt::ControlButton) that should be pressed while pressing a given action shortcutKey(). All the possible actions are defined by the ShortcutAction enum.

The state key can be set to Qt::NoButton, Qt::ControlButton, Qt::ShiftButton, Qt::AltButton, or a combination of these (use the bit '|' operator, see setMouseStateKey()).

For example, this code defines Ctrl-Alt-F as the new toggleFullScreen() shortcut:

  setShortcutKey      (QGLViewer::FULL_SCREEN, Qt::Key_F);
  setShortcutStateKey (QGLViewer::FULL_SCREEN, Qt::ControlButton | Qt::AltButton);

Use setShortcutKey() to define the shortcut key and shortcutStateKey() to get the current value. See also setKeyFrameKey(), setAddKeyFrameStateKey(), setPlayKeyFramePathStateKey() and setMouseStateKey().

See the QGLViewer shortcuts page for details and default values.

void setSnapshotCounter const int  c  )  [inline, slot]
 

Defines the new snapshotCounter() value.

void setSnapshotFilename const QString &  n  )  [slot]
 

Sets the filename to use when saving snapshot with saveSnapshot(). If the filename is relative, the current working directory at the moment of the function call is added. snapshotFilename() returns the current snapshot file name.

void setSnapshotFormat const QString &  f  )  [inline, slot]
 

Defines the snapshot file format. This format will be used by saveSnapshot() in automatic mode. In non-automatic mode, this will be the default format of the saveAs dialog box.

The available formats are those handled by Qt. Classical values are "JPEG" (default snapshotFormat()), "PNG", "PPM, \c "BMP". Use the following code to get the actual list:

   QStringList formatList = QImage::outputFormatList();
   for (QStringList::Iterator it = formatList.begin(); it != formatList.end(); ++it)
     cout << (*it) << endl;

If the library was compiled with the EPSRender option, three additional vectorial formats are available: "EPS", "PS" and "XFIG".

Attention:
No verification is performed on the provided format validity. The next call to saveSnapshot() may fail if the format string is not supported by the Qt QImage class.

void setStereoDisplay bool  s = true  )  [slot]
 

Activates stereo mode (resp. switch back to mono when flag is false). Checks if the display system is able to handle stereovision using QGLWidget::format(). Should be called in init() or toggled with the STEREO shortcut key (default key is 'S', see toggleStereoDisplay() and setShortcutKey()). Get current value from displaysInStereo().

The QGLViewer instance must be created with a stereo format to handle stereovision:

  QGLFormat format;
  format.setStereoDisplay( TRUE );
  QGLViewer viewer(format);
See the stereoViewer example.

void setVisualHintsMask int  mask,
int  delay = 2000
[virtual]
 

Defines the mask that will be used to drawVisualHints(). The only available mask is currently 1, corresponding to the display of the qglviewer::Camera::revolveAroundPoint(). resetVisualHints() is automatically called after delay milliseconds (default is 2 seconds).

void setWheelBinding int  stateKey,
MouseHandler  handler,
MouseAction  action,
bool  withConstraint = true
 

Associates a MouseAction to a mouse wheel event. The wheel event is received by handler. This function is very similar to setMouseBinding(), but specific to the wheel.

In the current implementation only MouseAction::ZOOM can be associated with FRAME.

CAMERA can receive MouseAction::ZOOM and MouseAction::MOVE_FORWARD.

See the mouse page for a list of all possible MouseAction, some binding examples and default bindings. See the keyboardAndMouse example for an illustration.

The difference between ZOOM and MOVE_FORWARD is that ZOOM speed depends on the distance to the object, while MOVE_FORWARD depends on qglviewer::ManipulatedCameraFrame::flySpeed().

QString shortcutBindingsString  )  const [virtual]
 

Returns a QString that describes the application shortcut bindings, and that will be displayed in one of the help() window tabs. Default value is a table that describes all the current key bindings. See setShortcutKey(), setShortcutStateKey() and the QGLViewer shortcuts page for details on shortcut bindings.

Overload this function to add your application specific key bindings.

  QString myViewer::shortcutBindingsString() const
  {
    QString text("<table>");
    text += "<tr><td><b>Ctrl+O</b></td><td>Opens a new window</td></tr>";
    text += "<tr><td><b>W</b></td><td>Adds a watermelon</td></tr>";
    text += "</table>\n<hr>";

    // Add default key bindings
    text += QGLViewer::shortcutBindingsString();
    return text;
  }

A QString::null value will suppress the "Shortcuts" tab in help().

Qt::Key shortcutKey ShortcutAction  action  )  const
 

Returns the current shortcut value as defined with setShortcutKey(). action is defined by the QGLViewer::ShortcutAction enum.

See the QGLViewer shortcuts page for details and default values.

Qt::ButtonState shortcutStateKey ShortcutAction  action  )  const
 

Returns the current shortcut state value as defined with setShortcutKey(). action is defined by the QGLViewer::ShortcutAction enum.

See the QGLViewer shortcuts page for details and default values.

void showEntireScene  )  [inline, slot]
 

Set camera so that the entire scene is visible. This method should be called in init(), usually after setSceneRadius(), setSceneCenter() or qglviewer::Camera::setType().

This function simply calls qglviewer::Camera::showEntireScene(). It is called in the QGLViewer constructor, but with default scene parameters (sceneRadius() = 1.0, sceneCenter()=0,0,0 and qglviewer::Camera::type=PERSPECTIVE) that may not correspond to your scene. That is the reason why you should call it in init(), or use restoreFromFile() instead.

int snapshotCounter  )  const [inline]
 

The current value of the counter used to name snapshots in saveSnapshot() when automatic is true. Set using setSnapshotCounter(). Default value is 0, and it is incremented after each automatic snapshot. See saveSnapshot() for details.

const QString& snapshotFilename  )  const [inline]
 

Returns the current snapshot filename. Set by setSnapshotFilename(). Used in saveSnapshot().

const QString& snapshotFormat  )  const [inline]
 

Returns the current snapshot file format. Defined from the File Dialog window or with setSnapshotFormat(). Default value is "JPEG".

void startAnimation int  msecs = -1  )  [virtual, slot]
 

Start the animation loop. animate() and draw() will be called in a loop.

If msecs is negative (default with no parameter), the loop frequency is the one defined by setAnimationPeriod() (default is 25Hz). Otherwise animationPeriod() is set to msecs (in milliseconds). See stopAnimation() and animate().

See the animation example for illustration.

You may also be interested in qglviewer::KeyFrameInterpolator::startInterpolation().

void startScreenCoordinatesSystem bool  upward = false  )  const [virtual]
 

Use this function when you want to start drawing directly with the 2D screen coordinates system in your draw() function. Once this function has been called, the x, y coordinates correspond to the screen coordinates. The projection matrix is orthographic and glMatrixMode is set to GL_MODELVIEW.

The coordinates origin (0,0) is in the upper left corner of the window by default. This follows the Qt standards and make it easier to directly use QMouseEvent pos(). However, setting upward to true places the origin in the lower left corner, thus following the GL and mathematical standards. It is always possible to switch between the two representations using newY = height() - y.

Attention:
The select() function is sensitive to the orientation of the coordinates system (convertion between screen and GL coordinates). The upward coordinate system will not be compatible with the "classical" select() implementation (see the select example), and you should convert the y coordinate using newY = height() - y before calling select().
Use qglviewer::Camera::projectedCoordinatesOf() to compute the 2D projection on screen of a 3D point (results have an origin in the upper left corner). See the screenCoordSystem example for an illustration.

You may want to change gl state when drawing in 2D, such as for instance :

  startScreenCoordinatesSystem();

  // Disable lighting to enforce colors
  glDisable(GL_LIGHTING);

  // Enable blending to prevent aliassed lines
  glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  glEnable(GL_BLEND);
  glEnable(GL_LINE_SMOOTH);

  // And so on ...
  glDisable(GL_DEPTH_TEST);
  glLineWidth(1.0);

  // Your drawing code goes here

  // Restore (or not) previous gl state here
    
  stopScreenCoordinatesSystem();

You need to call stopScreenCoordinatesSystem() at the end of the drawing block to restore the previous camera matrix.

void stereoChanged bool  on  )  [signal]
 

This signal is emitted whenever displaysInStereo() changes value. This can be done with setStereoDisplay() or toggleStereoDisplay().

void stopAnimation  )  [virtual, slot]
 

Stop an animation started with startAnimation() or toggleAnimationMode().

void stopScreenCoordinatesSystem  )  const [virtual]
 

This function closes the screen coordinates drawing block that was started by startScreenCoordinatesSystem(). The GL_MODELVIEW and GL_PROJECTION matrices modified in startScreenCoordinatesSystem() are restored. glMatrixMode is set to GL_MODELVIEW.

Attention:
Calling this function when no startScreenCoordinatesSystem() was called will probably result in a crash.

void textEnabled bool  on  )  [signal]
 

This signal is emitted whenever textIsEnabled() changes value. This can be done with setEnableText() or toggleEnableText().

bool textIsEnabled  )  const [inline]
 

Returns true if drawText() and draw3DText() actually display text. Set by setEnableText() or toggleEnableText(). Convenient to remove all the possibly displayed text with a single key.

void timerEvent QTimerEvent *   )  [protected, virtual]
 

Overloading of the timer function. Calls animate() (if animationIsStarted()) and then draw(), at a frequency set by setAnimationPeriod().

void toggleAnimationMode  )  [inline, slot]
 

Calls startAnimation() or stopAnimation(), depending on animationIsStarted().

void toggleCameraMode  )  [virtual, slot]
 

Swaps between two predefined camera mouse bindings. This function is provided for backward compatibility since version 1.3.4.

The first mode makes the camera observe the scene while revolving around the qglviewer::Camera::revolveAroundPoint(). The second mode is designed for walkthrough applications and simulates a flying camera.

Practically, the three mouse buttons are respectly binded to :

  • In revolve mode : ROTATE, ZOOM, TRANSLATE.
  • In fly mode : MOVE_FORWARD, LOOK_AROUND, MOVE_BACKWARD.
The current mode is determined by asking the current binding of ROTATE for the CAMERA (using mouseButtonState()). The state key that was previously used to move the camera is preserved.

The CAMERA_MODE QGLViewer::shortcutKey() calls this function (space by default)

void toggleCameraPathEditor  )  [inline, slot]
 

Start/stop the edition of the camera paths (default EDIT_CAMERA_PATHS shortcut key is 'C'). See cameraPathIsEdited(). See also editCameraPath().

void toggleDisplayFPS  )  [inline, slot]
 

Toggle the state of fpsIsDisplayed(). displayFPS() is called or not (default DISPLAY_FPS shortcut key is 'F'). See also setDisplayFPS() and currentFPS().

void toggleDisplayZBuffer  )  [inline, slot]
 

Toggle the state of zBufferIsDisplayed(). displayZBuffer() is called or not (default DISPLAY_Z_BUFFER shortcut key is 'Z'). See also setDisplayZBuffer().

void toggleDrawAxis  )  [inline, slot]
 

Toggle the state of axisIsDrawn(). A world axis is drawn or not (default DRAW_AXIS shortcut key is 'A'). See also setDrawAxis().

void toggleDrawGrid  )  [inline, slot]
 

Toggle the state of gridIsDrawn() flag. A XY grid is drawn or not (default DRAW_GRID shortcut key is 'G'). See also setDrawGrid().

void toggleEnableText  )  [inline, slot]
 

Toggle the state of textIsEnabled() : drawText() and draw3DText() actually draw text or not (default is yes) (default ENABLE_TEXT shortcut key is '?'). See also setEnableText().

void toggleFullScreen  )  [slot]
 

Viewer is toggled between normal and full screen mode (FULL_SCREEN shortcut key, default is Alt-Enter, see the QGLViewer shortcuts page). See setFullScreen() and isFullScreen().

void toggleStereoDisplay  )  [inline, slot]
 

Toggle the state of displaysInStereo() (default STEREO shortcut key is 'S'). See also setStereoDisplay().

See the stereoViewer example for an illustration.

void updateGLForAllViewers  )  [static]
 

updateGL() is called on all the created QGLViewers. All the viewers will have their display updated.

See also QGLViewerPool(). Use connectSignalToAllViewers() and disconnectSignalToAllViewers() for more complex connections.

void viewerInitialized  )  [signal]
 

Signal emitted by the default QGLViewer::init() function. Connect this signal to the functions that need to be called before any drawing (if any), to initialize your viewer.

Use this signal-slot mechanism ONLY IF you don't inherit your viewer from QGLViewer (in that case, simply overload the init() function).

QGLViewer::MouseAction wheelAction int  buttonState  ) 
 

Same as mouseAction(), but for the wheel action.

int wheelButtonState MouseHandler  mh,
MouseAction  ma,
bool  withConstraint = true
 

Same as mouseButtonState(), but for the wheel.

Attention:
Returns -1 when no Qt::ButtonState was associated with this handler/action/withConstraint value. mouseButtonState() returns Qt::NoButton is that case as it is an impossible value.

void wheelEvent QWheelEvent *  e  )  [protected, virtual]
 

The wheel associated event is controled using setWheelBinding(). Default behavior simulates a ZOOM action. See the QGLViewer mouse page and setWheelBinding() for details.

Depending on your system configuration, you may have to actually press the wheel while wheeling.

int wheelHandler int  buttonState  ) 
 

Same as mouseHandler but for the wheel action.

void zBufferDisplayed bool  on  )  [signal]
 

This signal is emitted whenever zBufferIsDisplayed() changes value. This can be done with setDisplayZBuffer() or toggleDisplayZBuffer().

bool zBufferIsDisplayed  )  const [inline]
 

Returns true if displayZBuffer() is called by the viewer. Set by setDisplayZBuffer() or toggleDisplayZBuffer().


Generated on Wed Feb 11 17:22:06 2004 for libQGLViewer by doxygen 1.3.3