Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
QGLVUWidget Member List
This is the complete list of members for QGLVUWidget, including all inherited members.
- _bCalcFPS (defined in QGLVUWidget)
[protected] - _bInertiaEnabled (defined in QGLVUWidget)
[protected] - _bInertiaOn (defined in QGLVUWidget)
[protected] - _bInsideLookingOutMode (defined in QGLVUWidget)
[protected] - _bPlaybackOn (defined in QGLVUWidget)
[protected] - _bRecordingOn (defined in QGLVUWidget)
[protected] - _buttonState (defined in QGLVUWidget)
[protected] - _DoInertia()
[protected] - _DoRecordAndPlayback()
[protected] - _eWorldNavMode (defined in QGLVUWidget)
[protected] - _iFPSDelay (defined in QGLVUWidget)
[protected] - _iFPSTimerID (defined in QGLVUWidget)
[protected] - _iInertiaDelay (defined in QGLVUWidget)
[protected] - _iInertiaMinMove (defined in QGLVUWidget)
[protected] - _iInertiaTimerID (defined in QGLVUWidget)
[protected] - _iLastFPSCount (defined in QGLVUWidget)
[protected] - _Inertia(int x, int y)
[protected, virtual] - _iNewX (defined in QGLVUWidget)
[protected] - _iNewY (defined in QGLVUWidget)
[protected] - _iOldX (defined in QGLVUWidget)
[protected] - _iOldY (defined in QGLVUWidget)
[protected] - _lastFPSClock (defined in QGLVUWidget)
[protected] - _origCam (defined in QGLVUWidget)
[protected] - _pbCamDisplayOn (defined in QGLVUWidget)
[protected] - _pCam (defined in QGLVUWidget)
[protected] - _pCams (defined in QGLVUWidget)
[protected] - _pfInitializeGL (defined in QGLVUWidget)
[protected] - _pfPaintGL (defined in QGLVUWidget)
[protected] - _pfResizeGL (defined in QGLVUWidget)
[protected] - _pPathFilename (defined in QGLVUWidget)
[protected] - _pPathFP (defined in QGLVUWidget)
[protected] - _rFPSIntegrateInterval (defined in QGLVUWidget)
[protected] - _rLastFPS (defined in QGLVUWidget)
[protected] - _rMoveSpeed (defined in QGLVUWidget)
[protected] - _rWorldRadius (defined in QGLVUWidget)
[protected] - _viewUp (defined in QGLVUWidget)
[protected] - _worldCenter (defined in QGLVUWidget)
[protected] - AllCamsPerspectiveAspectChange(float aspect)
- AllCamsPerspectiveChange(float yFOV, float aspect, float nearDist, float farDist)
- AllCamsResetToOrig()
[slot] - BeginFrame()
[virtual] - CAMERA_FOUR enum value (defined in QGLVUWidget)
- CAMERA_NUM_CAMS enum value (defined in QGLVUWidget)
- CAMERA_ONE enum value (defined in QGLVUWidget)
- CAMERA_THREE enum value (defined in QGLVUWidget)
- CAMERA_TWO enum value (defined in QGLVUWidget)
- CameraID enum name
- CreateQGLVUPixmap() const
- CyclePolygonMode()
[slot] - DefaultInitializeGL(QGLVUWidget *pGLVU)
[static] - DefaultPaintGL(QGLVUWidget *pGLVU)
[static] - DefaultResizeGL(QGLVUWidget *pGLVU, int iw, int ih)
[static] - DoneCurrent()
[virtual] - DriveY(int iOldY, int iNewY, int iWH)
- EndFrame()
[virtual] - EndPlayback()
- EndRecording()
- FPSUpdate(float rFPS) (defined in QGLVUWidget)
[signal] - GetButtonState() const
[inline] - GetCam(int whichCam)
[inline] - GetCamDisplayOn(int whichCam) const
[inline] - GetCurrentCam()
[inline] - GetFPS() const
[inline] - GetInertiaDelay() const
[inline] - GetInertiaEnabled() const
[inline] - GetInertiaMinMove() const
[inline] - GetInertiaOn() const
[inline] - GetInOutMode() const
[inline] - GetModelviewMatrix(float *pMatrix) const
- GetMousePos(int &ix, int &iy) const
[inline] - GetProjectionMatrix(float *pMatrix) const
- GetViewUp() const
[inline] - GetWorldCenter() const
[inline] - GetWorldNavMode() const
[inline] - GetWorldRadius() const
[inline] - HyperBall(int iOldX, int iOldY, int iNewX, int iNewY, int iWW, int iWH)
- initializeGL()
[protected, virtual] - keyPressEvent(QKeyEvent *pEvent)
[protected, virtual] - keyReleaseEvent(QKeyEvent *pEvent)
[protected, virtual] - LookX(int iOldX, int iNewX, int iWW)
- LookY(int iOldY, int iNewY, int iWH)
- MakeContextCurrent()
- mouseDoubleClickEvent(QMouseEvent *pEvent)
[protected, virtual] - mouseMoveEvent(QMouseEvent *pEvent)
[protected, virtual] - mousePressEvent(QMouseEvent *pEvent)
[protected, virtual] - mouseReleaseEvent(QMouseEvent *pEvent)
[protected, virtual] - NAV_MODE_DRIVE enum value (defined in QGLVUWidget)
- NAV_MODE_HYPERBALL enum value (defined in QGLVUWidget)
- NAV_MODE_LOOK enum value (defined in QGLVUWidget)
- NAV_MODE_NUM_MODES enum value (defined in QGLVUWidget)
- NAV_MODE_TRACKBALL enum value (defined in QGLVUWidget)
- NAV_MODE_TRANSLATE enum value (defined in QGLVUWidget)
- paintGL()
[protected, virtual] - QGLVUWidget(QGLFormat &format=QGLFormat::defaultFormat(), QWidget *parent=0, const char *name=0) (defined in QGLVUWidget)
- ReportGLError(char *msg)
- resizeGL(int iw, int ih)
[protected, virtual] - SelectCam(int whichCam)
[inline, slot] - SetAllCams(Vec3f worldMin, Vec3f worldMax, Vec3f eye, Vec3f lookAtCntr, Vec3f viewup, float yFOV, float aspect, float nearFactor, float farFactor)
- SetCurrentCam(Camera *pNewCam)
[inline] - SetFPSIntegrateInterval(float rInterval)
[inline] - SetInertiaDelay(int iMilliseconds)
[inline] - SetInertiaEnabled(bool bEnable)
[inline] - SetInertiaMinMove(int iAmount)
[inline] - SetInertiaOn(bool bEnable)
- SetInitializeGL(void(*f)(QGLVUWidget *))
- SetInOutMode(bool bMode)
[inline] - SetOrigCam(Camera *pCam)
- SetPaintGL(void(*f)(QGLVUWidget *))
- SetPathFilename(const char *pFilename)
- SetResizeGL(void(*f)(QGLVUWidget *, int, int))
- SetViewUp(Vec3f viewup)
[inline] - SetWorldCenter(const Vec3f ¢er)
[inline] - SetWorldNavMode(WorldNavMode mode)
[inline, slot] - SetWorldRadius(float newRadius)
[inline] - SnapShot()
- StartFPSClock()
[inline] - StartPlayback()
- StartRecording()
- StopFPSClock()
[inline] - StopRecordingPlayback()
- timerEvent(QTimerEvent *pEvent)
[protected, virtual] - ToggleCamDisplay(int whichCam)
[slot] - ToggleCullFace()
[slot] - ToggleFaceCulling()
[slot] - ToggleInOutMode()
[slot] - ToggleLighting()
[slot] - ToggleMaterials()
[slot] - ToggleSmoothShading()
[slot] - TrackBallX(int iOldX, int iNewX, int iWW)
- TrackBallY(int iOldY, int iNewY, int iWH)
- TranslateX(int iOldX, int iNewX, int iWW)
- TranslateY(int iOldY, int iNewY, int iWH)
- UpdateFPS()
- wheelEvent(QWheelEvent *pEvent)
[protected, virtual] - WorldNavMode enum name
- ~QGLVUWidget() (defined in QGLVUWidget)
[virtual]
Generated at Fri Oct 12 15:12:23 2001 for GLVU by
1.2.10 written by Dimitri van Heesch,
© 1997-2001