29# include <Inventor/Win/SoWinBeginStrict.h>
33# include <Inventor/Win/SoXt2SoWin.h>
34# include <Inventor/Win/SoWinDef.h>
35# include <Inventor/SbBasic.h>
36# include <SoVersion.h>
37# include <Inventor/Gui/SoGui.h>
38# define RESOURCE_DLL "Error: SoWin resources not loaded\n Cannot find InventorR.DLL"
42#include <Inventor/threads/SbThreadMutex.h>
43#include <Inventor/helpers/SbGlContextHelper.h>
45#include <Inventor/Win/SoInventorWinLibName.h>
47#include <Inventor/SoModule.h>
48SO_MODULE_HEADER(SoInventorWin, __INVENTORWINDLL)
50#ifndef InventorWin_EXPORTS
51#ifndef OIV_DISABLE_AUTOLINK
52# pragma comment(lib,__INVENTORWINLIB)
56#include <Inventor/SbBasic.h>
57#include <Inventor/SbLinear.h>
58#include <Inventor/sys/SoDynamicLibManager.h>
62class SoWinEventHandler;
63class SoOffscreenRenderer;
77class SoWinMessageHook;
81#ifndef WM_ENTERSIZEMOVE
82#define WM_ENTERSIZEMOVE 0x0231
84#ifndef WM_EXITSIZEMOVE
85#define WM_EXITSIZEMOVE 0x0232
91extern CRITICAL_SECTION SoWinGLSection;
93#define SOWIN_ENTER_GL_SECTION()\
94EnterCriticalSection(&SoWinGLSection)
96#define SOWIN_LEAVE_GL_SECTION()\
97LeaveCriticalSection(&SoWinGLSection)
99#define SOWIN_LEAVE_GL_SECTIONR()\
101LeaveCriticalSection(&SoWinGLSection);\
105#define SOWIN_LEAVE_GL_SECTIONRV(v)\
107LeaveCriticalSection(&SoWinGLSection);\
111#define SOWIN_TIMER_MSG SoWin::wmTimerMsg
112#define SOWIN_WORK_MSG SoWin::wmWorkMsg
116#define SOWIN_ENTER_GL_SECTION()
117#define SOWIN_LEAVE_GL_SECTION()
118#define SOWIN_LEAVE_GL_SECTIONR()
119#define SOWIN_LEAVE_GL_SECTIONRV(v)
156 static SoWidget
init(
const char *appName,
166 static void init( SoWidget topLevelWidget );
291 static void exit(
int returnCode = 0);
373 char *errorStr1,
char *errorStr2 = NULL);
406 static bool peekEvent(XEvent *event);
415 static LRESULT isInventorMessage(HWND hwnd, UINT message,
416 WPARAM wParam, LPARAM lParam);
419 static void terminate(
long terminateSyncTime = 100);
423 static SbBool PreTranslateMessage(MSG *event);
425 static UINT wmTimerMsg;
426 static UINT wmWorkMsg;
431 static void addExtensionEventHandler(SoWidget w,
432 int extensionEventType,
434 XtPointer clientData);
435 static void removeExtensionEventHandler(SoWidget w,
436 int extensionEventType,
438 XtPointer clientData);
441 static ATOM registerClass(WNDCLASS *pWndClass,
char *actualClassName);
445 char *actualClassName, WNDCLASS *pClassInfo);
448 static void unregisterProcessClasses();
451 static void addMessageHook(Hwnd hwnd, UINT msg);
452 static void removeMessageHook(Hwnd hwnd, UINT msg);
458 static void setInstance(Hinst hInst);
459 static Hinst getInstance(
void);
461 static const SoDynamicLibManager::SafeLibraryHandle& getResDllSafeHandle();
463 static void setPrevInstance(Hinst hInst);
465 static void setCmdLine(LPSTR cmdLine);
467 static void setCmdShow(
int cmdShow);
472 static SoWinEventHandler *getEventHandler();
487 static void registerUIThread(uint32_t threadId = 0);
489 static void forwardQueryPalette(Window hWnd);
490 static void forwardPaletteChanged(Window hWnd);
492 static SbBool handleCtl3DMessage();
494 static void setHandleCtl3DMessage(
SbBool n);
496 static void Ctl3dColorChange();
501 static void errorHandlerCB(
const SoError *error,
void *data);
502 static void errorHandlerCBMessageBox(
const SoError *error,
void *userData);
505 static SoOffscreenRenderer *getOffscreenRenderer();
512 static SbConfig * getConfig(
void);
513 static void setConfig(SbConfig *);
514 static void setConfigFilename(
char*);
515 static char * getConfigFilename(
void);
517 static void addAccelerator(ACCEL accel);
520 static FARPROC m_procCtl3dColorChange;
521 static HINSTANCE m_hCtl3d;
522 static void getExtensionEventHandler(XEvent *event, SoWidget &w,
523 XtEventHandler &proc,
524 XtPointer &clientData);
529 static void activeLoop();
531 static int s_returnCode;
533 static bool internalMainWidget;
534 static SoWidget mainWidget;
535 static SoWinEventHandler *eventHandler;
539 static SbBool nHandleCtl3D;
545 static void loadResourceDll();
548 static Hinst hInstance;
549 static Hinst hPrevInstance;
550 static LPTSTR lpszCmdLine;
552 static SoDynamicLibManager::SafeLibraryHandle hResDll;
555 struct RegisteredClassStruct
560 static SbPList registeredClassList;
563 friend class SoWinTimerManager;
564 friend class SoWinEventHandler;
567 static HWND createThreadWindow(SoWinTimerManager *pTimerManager);
577 static LRESULT CALLBACK WindowProc(Hwnd hwnd, UINT message,
578 WPARAM wParam, LPARAM lParam);
582 static SoOffscreenRenderer *m_pRenderer;
585 static SbBool s_useOldErrorHandler;
587 static SbConfig *config;
588 static char *configFile;
590 static HACCEL m_haccel;
592 static int s_initRefCount;
593 static bool shouldExit;
604# include <Inventor/Win/SoWinEndStrict.h>
List of generic (void *) pointers.
Class for smart character strings.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Portable mutex c...
Abstract base class for all actions.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Creates a Win32 ...
Error handling base class.
Base class for all events.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Routines for Ope...
static void show(SoWidget w)
Convenience routine to show the passed window handle.
static XtAppContext getAppContext()
This method is included for portability only.
static SoConsole * getErrorConsole(void)
Returns the VSG error console.
static void doIdleTasks(void)
If you use SoWin::mainLoop or SoWin::nextEvent, Inventor automatically calls this when the Windows me...
static SbBool nextEvent(XtAppContext appContext, XEvent *event)
Get the nextEvent by calling GetMessage.
static SoDEPRECATED SoWidget threadInit(const char *appName, const char *className="Inventor")
This method calls XXX::threadInit(), rather than XXX::init().
static void setWidgetSize(SoWidget w, const SbVec2s &size)
Convenience routine to set the size of the given window.
static void exit(int returnCode=0)
Tells the main event loop to exit with a return code.
static void init()
This alternate form of init does not require a top level window.
static SoWidget init(const char *appName, const char *className="Inventor")
This is called to initialize Open Inventor and Windows, and bind Open Inventor with Windows message h...
static SoWidget getTopLevelWidget()
Returns information based on the initial window handle returned by or passed to init.
static bool isInitialized()
Returns TRUE if SoWin module is currently initialized.
static SbVec2s getWidgetSize(SoWidget w)
Convenience routine to get the size of the given window.
static SoDEPRECATED void threadInit(SoWidget topLevelWidget)
This method calls XXX::threadInit(), rather than XXX::init().
static SbGlContextHelper::Display getDisplay()
This method is included for portability only.
static SoWidget getShellWidget(SoWidget w)
Convenience routine which will return the topmost window containing the given window handle.
static void getPopupArgs(UINT *d, int scr, ArgList args, int *n)
This method is included for portability only.
static char * decodeString(XmString xs)
This method is included for portability only.
static Boolean dispatchEvent(XEvent *event)
Dispatch the passed message to a handler.
static SoDEPRECATED void threadInit()
This method calls XXX::threadInit(), rather than XXX::init().
static void addColormapToShell(SoWidget widget, SoWidget shell)
This method is included for portability only.
static XmString encodeString(char *s)
This method is included for portability only.
static void finish()
Frees Open Inventor's internal static memory allocations.
static void createSimpleErrorDialog(SoWidget widget, char *dialogTitle, char *errorStr1, char *errorStr2=NULL)
Convenience routine which brings a simple Windows error dialog box displaying the given error string(...
static void init(SoWidget topLevelWidget)
This alternate form of init allows the application to initialize Windows.
static int mainLoop()
Enters the main event loop and waits until exit() is called or a WM_QUIT message is sent to the messa...
static void hide(SoWidget w)
Convenience routine to hide the passed window handle.