fixed: auto_ptr -> unique_ptr
[opensg.git] / Doc / to_port / WindowWin32.dox
blob8f47d3f7317b71ed889ee9bbca8467acb7806a34
1 #include <OSGConfig.h>
3 using namespace OSG;
5 /*! \defgroup GrpWindowWin32 OpenSG Win32 Window System Library
6     \ingroup GrpWindowSystems
7     
8     \brief The library for Win32 windows.
10     See \ref PageWindowWin32 for details.
13 /*! \defgroup GrpWindowWin32Field Fields
14     \ingroup GrpWindowWin32
15     
16     See \ref PageBaseField for details.
19 #if (OSG_DOC_LEVEL >= 3)
20 /*! \defgroup GrpWindowWin32FieldTraits Field Data Traits
21     \ingroup GrpWindowWin32Field
23     ToDo
25 #endif
27 /*! \defgroup GrpWindowWin32FieldSingle Single-Element Fields
28     \ingroup GrpWindowWin32Field
30     ToDo
33 /*! \defgroup GrpWindowWin32FieldMulti Multi-Element Fields
34     \ingroup GrpWindowWin32Field
36     ToDo
39 /*! \page PageWindowWin32 Win32 Window System Library
41 Win32 are the native Microsoft Windows windows. 
43 It needs the HWND before init() can be called. It gets the HDC itself and
44 creates the HGLRC.
46 Note: we don't really know much about the intricacies of Windows programming.
47 Thus the way we do things might be suboptimal, or maybe even illegal. Comments
48 welcome.