27#ifndef _SO_QT_RENDERAREA_
28#define _SO_QT_RENDERAREA_
30#include <Inventor/Qt/OivQtCompat.h>
31#include <Inventor/Qt/SoQtGLWidget.h>
33#include <Inventor/SbColor.h>
34#include <Inventor/SoSceneManager.h>
35#include <Inventor/actions/SoGLRenderAction.h>
36#include <Inventor/nodes/SoCamera.h>
37#include <Inventor/SbElapsedTime.h>
39#include <Inventor/Gui/SoGuiRenderArea.h>
113 const char* name = NULL,
114 SbBool buildInsideParent = TRUE,
115 SbBool getMouseInput = TRUE,
116 SbBool getKeyboardInput = TRUE );
175 { m_guiRenderArea->setViewportRegion( newRegion ); }
181 {
return m_guiRenderArea->getViewportRegion(); }
199 {
return m_guiRenderArea->getTransparencyType(); }
210 SbBool fastEditDelayedObjects = FALSE);
216 {
return m_guiRenderArea->getFastEditSavePolicy(); }
248 { m_guiRenderArea->setClearBeforeRender( trueOrFalse, zbTrueOrFalse ); }
382 { appPostRenderCB = fcn; appPostRenderData = userData; }
389 { userData = appPostRenderData;
return appPostRenderCB; }
402 { m_guiRenderArea->setMPEGRecorder( recorder ); }
408 {
return m_guiRenderArea->getMPEGRecorder(); }
441 SoGuiRenderArea* getGuiRenderArea()
const;
444 void setStereoElement();
445 virtual SbBool isInteractive()
const;
446 void redrawCleanUp();
457 float stereoBalance, stereoOffset;
458 SbBool stereoAbsoluteAdjustments;
483 SoGuiRenderArea* guiRenderArea );
492 SoGuiRenderArea* guiRenderArea );
500 SoGuiRenderArea* guiRenderArea );
509 virtual void redraw();
510 virtual void actualRedraw();
515 virtual void processEvent( QEvent* anyevent );
516 virtual void initGraphic();
517 virtual void sizeChanged(
const SbVec2s& );
518 virtual void posChanged(
const SbVec2i32&,
const SbVec2i32& );
519 virtual void widgetChanged( QWidget* w );
521 QWidget* buildWidget(QWidget* parent);
524 virtual SbString getDefaultWidgetName()
const;
525 virtual SbString getDefaultTitle()
const;
526 virtual SbString getDefaultIconTitle()
const;
529 SbPList* m_deviceList;
532 static void renderCB(
void* v, SoSceneManager* sm );
536 void *defaultAppEventHandlerData;
538 void *appEventHandlerData;
541 SbBool invokeAppCB( QEvent* anyevent );
542 SbBool processInventorEvent( QEvent* anyevent );
543 const SoEvent* translateAnyEvent( QEvent* anyevent );
547 void *appPostRenderData;
550 void onFocusEvent(
SbBool hasFocus);
555#if defined(__linux__)
560 SoQtMouse* m_mouseDevice;
561 SoQtKeyboard* m_keybdDevice;
562 void reinstallDevices( QWidget* newWidget );
564 static void selectionChangeCB(
void* userData, SoSelection* s );
565 QWidget* m_deviceWidget;
573 void constructorCommon(
SbBool getMouseInput,
577 void constructorCommon2(
SbBool getMouseInput,
581 SbVec2i32 getWindowPosition();
588 SoGuiRenderArea* m_guiRenderArea;
594 static SbBool s_abortRenderCallback(SoAction*,
void*);
596 bool m_firstStdRedraw;
597 bool m_firstConnectedRedraw;
598 SoTimerSensor* m_viewerUpdaterSensor;
599 static void viewerUpdaterCB(
void*, SoSensor* );
600 void updateFirstFrame();
602 SoAntialiasingParameters* m_accumulationParameters;
605 void visibilityChangeCB(
SbBool visible );
Class encapsulating information about an OpenGL context: a handle on an OpenGL context and its id.
Class for representing a viewport.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Antialiasing par...
Renders a scene graph using Open Inventor's Render Engine.
FastEditSavePolicy
Fast edit traversal types.
InvalidateCacheMode
Invalidate cache mode.
TransparencyType
Transparency rendering algorithm.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Common algorithm...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Base class for g...
Abstract base class for all database nodes.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Translates and r...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Translates and r...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Component for re...
SbBool isClearZBufferBeforeRender() const
Queries whether the depth buffer (sometimes called the Z buffer) will be cleared before rendering sta...
void setClearBeforeRender(SbBool trueOrFalse, SbBool zbTrueOrFalse=TRUE)
Enables/prevents window clearing from happening before a rendering starts (default is clear TRUE).
void setRedrawPriority(uint32_t priority)
Sets the priority of the redraw sensor.
void setGLRenderAction(SoGLRenderAction *ra)
Sets the GL render action to use.
void scheduleRedraw()
Schedules a redraw to happen sometime soon (as opposed to immediately).
void setBackgroundColor(const SbColor &c)
Sets the background color for this window.
void setViewportRegion(const SbViewportRegion &newRegion)
Sets viewport region to use for rendering.
SoGLRenderAction::FastEditSavePolicy getFastEditSavePolicy() const
Returns fast editing save policy used when rendering.
void setPostRenderCallback(SoQtRenderAreaRenderCB *fcn, void *userData=NULL)
Specifies a function to be called after the Open Inventor render traversal and immediately before the...
void sendEvent(QEvent *anEvent)
Sends the event to be processed by the renderArea.
SoSceneManager * getSceneManager() const
Gets the normal scene manager.
virtual SoMPEGRenderer * getMPEGRecorder() const
Returns the recorder used for MPEG encoding.
void setTransparencyType(SoGLRenderAction::TransparencyType type)
Sets the algorithm for rendering transparent objects.
void setBackgroundIndex(int index)
Sets the window background color when in color index mode.
int getBackgroundIndex() const
Gets the window background color when in color index mode.
SoQtRenderArea(QWidget *parent=NULL, const char *name=NULL, SbBool buildInsideParent=TRUE, SbBool getMouseInput=TRUE, SbBool getKeyboardInput=TRUE)
Constructor which is passed arguments which tell it whether to register the mouse and keyboard device...
void setSceneManager(SoSceneManager *sm)
Sets the normal scene manager.
SbBool isAutoRedraw() const
Queries whether the render area will automatically redraw whenever something in the scene graph chang...
void registerDevice(SoQtDevice *d)
Registers interest in devices.
virtual void setMPEGRecorder(SoMPEGRenderer *recorder)
Sets the recorder used for MPEG encoding.
SoGLRenderAction::TransparencyType getTransparencyType() const
Gets the algorithm for rendering transparent objects.
void redrawOnSelectionChange(SoSelection *s)
Call this convenience method to have this render area redraw whenever the selection list changes in t...
virtual SoNode * getSceneGraph()
Gets the scene graph to be rendered in this component's window.
const SbViewportRegion & getViewportRegion() const
Gets current viewport region to use for rendering.
void unregisterDevice(SoQtDevice *d)
Unregisters interest in devices.
void setFastEditSavePolicy(SoGLRenderAction::FastEditSavePolicy policy, SbBool fastEditDelayedObjects=FALSE)
Sets fast editing save policy to use when rendering.
void setInvalidateCacheMode(SoGLRenderAction::InvalidateCacheMode icm)
Enables or disables the invalidation of render caches.
SoGLRenderAction * getGLRenderAction() const
Gets the current GL render action.
SoGLRenderAction::InvalidateCacheMode getInvalidateCacheMode()
Returns the current cache invalidation mode.
~SoQtRenderArea()
Destructor.
SoQtRenderAreaRenderCB * getPostRenderCallback(const void *&userData) const
Gets the post-render callback function and data.
const SbGLShareContext getShareContext()
Returns the information needed to make OpenGL render contexts share OpenGL objects,...
SbBool SoQtRenderAreaEventCB(void *userData, QEvent *anyevent)
External event callback functions registered with the render area should be of this type.
void render()
Calling this forces the render area to be redrawn now.
SbBool isClearBeforeRender() const
Queries whether the window will be cleared before rendering starts.
virtual void setSceneGraph(SoNode *newScene)
Sets the scene graph to be rendered in this component's window.
SbBool SoQtRenderAreaRenderCB(void *userData, SoQtRenderArea *rendArea)
External post rendering callback functions registered with the render area should be of this type.
static uint32_t getDefaultRedrawPriority()
Gets the default priority number of the redraw sensor.
void setAutoRedraw(SbBool trueOrFalse)
The render area will automatically redraw whenever something in the scene graph changes.
uint32_t getRedrawPriority() const
Gets the priority of the redraw sensor.
SbColor getBackgroundColor() const
Gets the background color for this window.
void setEventCallback(SoQtRenderAreaEventCB *fcn, void *userData=NULL)
Windows messages which occur in the render area window are either directly handled by the viewer (whe...
Manages scene graph rendering and event handling.
static uint32_t getDefaultRedrawPriority()
Gets the default priority of the redraw sensor.
Manages a list of selected objects.
Sensor that triggers repeatedly at regular intervals.