26#ifndef _SO_WIN_GL_WIDGET_H_
27#define _SO_WIN_GL_WIDGET_H_
30#include <Inventor/Win/SoWinBeginStrict.h>
32#include <Inventor/Win/SoWinComponent.h>
33#include <Inventor/components/SoGLGraphicConfigTemplate.h>
34#include <Inventor/components/SoGLGraphicDevice.h>
35#include <Inventor/components/SoGLGraphicConfig.h>
37#include <Inventor/devices/SoGLContext.h>
39#include <Inventor/nodes/SoFullSceneAntialiasing.h>
41#include <Inventor/Gui/SoGuiGLWidget.h>
45#pragma warning(disable:4251)
79class SoWinGLWidget :
public SoWinComponent
123#ifndef HIDDEN_FROM_DOC
125 Hdc copyWindowBits() ;
355 void syncFromCurrentConfig();
357 void syncToCurrentConfigTemplate( PIXELFORMATDESCRIPTOR* newPFD );
359 SbBool currentGraphicConfigTemplateIsUsed;
376 static SbBool swapNormalBuffersCB(
void *data);
377 static SbBool bindNormalCurrentCB(
void *data);
378 static SbBool unbindNormalCurrentCB(
void *data);
379 static void* getNormalWindowCB(
void *data);
389 void updateCurrentDeviceAndConfig( HDC hdc );
391 SbBool currentGraphicConfigIsUsed;
393 SbBool currentGraphicDeviceIsUsed;
400 SoWinGLWidget( SoWidget parent = NULL,
401 const char* name = NULL,
402 SbBool buildInsideParent = TRUE,
403 int glModes = SO_GLX_RGB,
407 SoWinGLWidget( SoWidget parent,
415 virtual ~SoWinGLWidget();
418 virtual void redraw() = 0;
419 virtual void processEvent( XAnyEvent* anyevent );
426 virtual void initGraphic();
427 virtual void sizeChanged(
const SbVec2s& newSize );
428 virtual void widgetChanged( SoWidget newWidget );
434 void setGlxSize(
SbVec2s newSize );
435 const SbVec2s& getGlxSize()
const {
return m_guiGLWidget->getGlxSize(); }
439 static void eventHandler( SoWidget w,
SoWinGLWidget* p, XAnyEvent* e, Boolean* b );
444 void setStereoBuffer(
SbBool flag );
445 SbBool isStereoBuffer()
const;
454 Colormap getColorMap()
const
455 {
return m_guiGLWidget->getColorMap(); }
462 SoWidget buildWidget( SoWidget parent );
463 SoWidget getGlxMgrWidget() {
return mgrWidget; }
469 void changeCursor( Cursor newCursor );
472 DWORD getThreadId() {
return dwThreadId; };
473 void setThreadId( DWORD
id ) { dwThreadId=id; };
477 virtual void onExpose();
479 void destroyNormalWindows(
SbBool normalCall=TRUE);
483 void constructorCommon(
int glModes,
SbBool buildNow, SoWidget parent );
485 static SbBool onGLFormatChangeCallback( SoGLFormat& format,
void* userData );
487 HWND createWindow( SoGLFormat* format );
489 void destroyWindow( HWND handle );
491 void initGLXWidget( SoWidget glx, SoGLFormat* format );
495 SoWidget m_widgetNormal;
497 SoRef<SoGLContext> m_contextNormal;
499 SoGuiGLWidget* m_guiGLWidget;
545 HCURSOR currentCursor;
548 static HCURSOR defaultCursor;
560 bool m_isMouseTracking;
564 void buildNormalGLXWidget( SoGLFormat* format = NULL );
565 void destroyGLXWidget( SoWidget& w, SoRef<SoGLContext>& ctx,
SbBool normalWindow );
568 static void ginitCB( SoWidget w, SoWinGLWidget* p, XtPointer );
569 static void exposeCB( SoWidget w, SoWinGLWidget* p, XtPointer ptr );
570 static void resizeCB( SoWidget w, SoWinGLWidget* p, XtPointer ptr );
571 static void mgrStructureNotifyCB( SoWidget w, SoWinGLWidget* p, XAnyEvent* e, Boolean* b );
574 static LRESULT CALLBACK mgrWindowProc( Hwnd hwnd, UINT message,
575 WPARAM wParam, LPARAM lParam );
578 static LRESULT CALLBACK glxWindowProc( Hwnd hwnd, UINT message,
579 WPARAM wParam, LPARAM lParam );
587#include <Inventor/Win/SoWinEndStrict.h>
Class for smart character strings.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Antialiasing par...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> OpenGL context m...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Defines an OpenG...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Defines an OpenG...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Represents an Op...
AntialiasingMode
Enum which indicates the desired antialiasing algorithm.
@ AUTO
This is the default mode for antialiasing.