90class SoQtGLWidget :
public SoQtComponent
323#if !defined(_WIN32) && !defined(__APPLE__)
326 void setAttribList(
const int* newAttribList );
327 int* getAttribList()
const;
333 QWindow* getInternalQWindow();
341 static SbBool swapNormalBuffersCB(
void *data );
342 static SbBool bindNormalCurrentCB(
void *data );
343 static SbBool unbindNormalCurrentCB(
void *data );
344 static void* getNormalWindowCB(
void *data );
345 static void* getCurrentDisplayCB(
void *data);
352 float getPixelRatio();
358 void updateInternalOpenGLWindow(
bool immediatUpdate );
370#if !defined(__APPLE__) && !defined(_WIN32)
375 void setRemoteRenderPbufferEnable(
SbBool enable )
376 { m_remoteRenderPbufferEnable = enable; }
378 SbBool isRemoteRenderPbufferEnable()
const
379 {
return m_remoteRenderPbufferEnable; }
381 float getLowResPercent() {
return m_lowResPercent;}
386 SoQtGLWidget( QWidget* parent = NULL,
387 const char* name = NULL,
388 SbBool buildInsideParent = TRUE,
389 int glModes = SO_GLX_RGB,
393 SoQtGLWidget( QWidget* parent,
399 SoGuiGLWidget* guiGLWidget );
401#if defined(__linux__)
402 SoQtGLWidget( QWidget* parent,
410 SoQtGLWidget( QWidget* parent,
417 SoGuiGLWidget* guiGLWidget );
420 virtual ~SoQtGLWidget();
425 virtual void resize(
int w,
int h );
427 virtual void closeEvent( QCloseEvent* );
429 virtual void focusInEvent( QFocusEvent* );
431 virtual void focusOutEvent( QFocusEvent* );
433 virtual void showEvent( QShowEvent* );
435 virtual void hideEvent( QHideEvent* );
437 virtual void moveEvent( QMoveEvent* );
439 virtual void keyPressEvent( QKeyEvent* );
441 virtual void keyReleaseEvent( QKeyEvent* );
443 virtual void mouseMoveEvent( QMouseEvent* );
445 virtual void mousePressEvent( QMouseEvent* );
447 virtual void mouseReleaseEvent( QMouseEvent* );
449 virtual void mouseDoubleClickEvent( QMouseEvent* );
451 virtual void wheelEvent( QWheelEvent* );
453 bool eventFilter( QObject*
object, QEvent* event );
457 static void eventHandler( QWidget* w, SoQtGLWidget* glw, QEvent* qe,
bool* b );
460 virtual void onFocusEvent(
SbBool hasFocus);
468 virtual void redraw() = 0;
470 virtual void processEvent( QEvent* anyevent );
479 virtual void initGraphic();
480 virtual void sizeChanged(
const SbVec2s& size );
481 virtual void posChanged(
const SbVec2i32&,
const SbVec2i32& ) {};
482 virtual void widgetChanged( QWidget* w );
488 void setGlxSize( SbVec2s newSize );
489 const SbVec2s& getGlxSize()
const {
return m_guiGLWidget->getGlxSize(); }
494 void setStereoBuffer(
SbBool flag );
495 SbBool isStereoBuffer() {
return (m_guiGLWidget->getGLModes() & SO_GLX_STEREO); }
498 SbBool isRGBMode() {
return (m_guiGLWidget->getGLModes() & SO_GLX_RGB); }
500#if defined(__linux__)
501 void allocCell( Display* display, Colormap cmap,
XColorPointer colorcells,
502 int ncolors,
int colorMapSize );
507 QWidget* buildWidget( QWidget* parent );
508 void changeCursor( QCursor newCursor );
509 QWidget* getGlxMgrWidget() {
return m_containerWidget; }
511 virtual void onExpose();
515 SbBool m_initialFsaaValueChanged;
517#if !defined(_WIN32) && !defined(__APPLE__)
518 enum RemoteRenderEnabled
524 RemoteRenderEnabled m_remoteRenderMode;
525 SoQtRemoteRenderInfo* m_remoteRenderInfo;
526 SbBool m_remoteRenderPbufferEnable;
528 float m_lowResLowPercent;
529 float m_lowResHighPercent;
530 float m_lowResPercent;
532 void remoteRenderInit();
533 void remoteRenderCleanup();
534 void remoteRenderGinitCB( QWidget* );
535 GLXContext remoteRenderLowResRenderGinitCB( QWidget* );
536 void remoteRenderResizeCB();
537 void remoteRenderSendImage();
538 void remoteRenderSendLowResRender();
540 void remoteRenderFatalError(
const char* methodName,
const char* message );
542 void setLowResLowPercent(
float percent ) { m_lowResLowPercent = percent; }
543 void setLowResHighPercent(
float percent ) { m_lowResHighPercent = percent; }
544 float getLowResLowPercent()
const {
return m_lowResLowPercent; }
545 float getLowResHighPercent()
const {
return m_lowResHighPercent;}
547 virtual void setLowResPercent(
float newLowres ) { m_lowResPercent = newLowres; }
552 void constructorCommon(
SbBool buildNow,
SbBool connectionType );
553 SoGuiGLWidget* m_guiGLWidget;
555 QPointer<QWidget> m_containerWidget;
556 QPointer<QVBoxLayout> m_containerLayout;
557 QPointer<QWidget> m_internalWidget;
558 QPointer<QWindow> m_internalWindow;
560 SoQGLContextProxy* m_context;
563 bool m_stereoActiveDelayed;
564 bool m_stereoBufferFlag;
566#if defined(__linux__)
570 QCursor currentCursor;
576 void buildNormalGLXWidget( SoGLFormat* format = NULL );
578 virtual void initializeGL();
580 void destroyNormalWindows();
581 void destroyGLXWidget(
SbBool normalCall );
583 void destroyNormalWidget(
SbBool normalCall );
585 void notifyProxyDestruction( QWindow* window );
590 static void ginitCB( QWidget* w, SoQtGLWidget* glw,
void* v );
591 static void exposeCB( QWidget* w, SoQtGLWidget* glw,
void* v );
592 static void resizeCB( QWidget* w, SoQtGLWidget* glw,
void* v );
594 static SbBool onGLFormatChangeCallback(
SoGLFormat& format,
void* userData );
596 SbBool remoteRenderGinitCB_pbuffer( QWidget* );
599 bool m_firstRenderSync;
600 static std::map<SoQtGLWidget*, bool> s_blackRendering;
601 static std::map<SoQtGLWidget*, bool> s_widgetRendered;
604 void destroyedQtContext();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> OpenGL context m...