Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

OSGWIN32WindowDataFields.cpp

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------------*\
00002  *                                OpenSG                                     *
00003  *                                                                           *
00004  *                                                                           *
00005  *             Copyright (C) 2000-2002 by the OpenSG Forum                   *
00006  *                                                                           *
00007  *                            www.opensg.org                                 *
00008  *                                                                           *
00009  *   contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de          *
00010  *                                                                           *
00011 \*---------------------------------------------------------------------------*/
00012 /*---------------------------------------------------------------------------*\
00013  *                                License                                    *
00014  *                                                                           *
00015  * This library is free software; you can redistribute it and/or modify it   *
00016  * under the terms of the GNU Library General Public License as published    *
00017  * by the Free Software Foundation, version 2.                               *
00018  *                                                                           *
00019  * This library is distributed in the hope that it will be useful, but       *
00020  * WITHOUT ANY WARRANTY; without even the implied warranty of                *
00021  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU         *
00022  * Library General Public License for more details.                          *
00023  *                                                                           *
00024  * You should have received a copy of the GNU Library General Public         *
00025  * License along with this library; if not, write to the Free Software       *
00026  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                 *
00027  *                                                                           *
00028 \*---------------------------------------------------------------------------*/
00029 /*---------------------------------------------------------------------------*\
00030  *                                Changes                                    *
00031  *                                                                           *
00032  *                                                                           *
00033  *                                                                           *
00034  *                                                                           *
00035  *                                                                           *
00036  *                                                                           *
00037 \*---------------------------------------------------------------------------*/
00038 
00039 //---------------------------------------------------------------------------
00040 //  Includes
00041 //---------------------------------------------------------------------------
00042 
00043 #define OSG_COMPILEWIN32WINDOWINST
00044 
00045 #include <stdlib.h>
00046 #include <stdio.h>
00047 
00048 #include "OSGConfig.h"
00049 
00050 #include "OSGWIN32WindowDataFields.h"
00051 
00052 #include "OSGMFieldTypeDef.inl"
00053 #include "OSGSFieldTypeDef.inl"
00054 
00055 OSG_USING_NAMESPACE
00056 
00057 namespace
00058 {
00059     static Char8 cvsid_cpp[] = "@(#)$Id: $";
00060     static Char8 cvsid_hpp[] = OSGWINDOWWIN32DATAFIELDS_HEADER_CVSID;
00061 }
00062 
00063 OSG_BEGIN_NAMESPACE
00064 
00065 // doxygen can't find these
00066 #ifndef OSG_DO_DOC 
00067 
00068 DataType FieldDataTraits<HWND>::_type("HWND",
00069                                       NULL);
00070 
00071 DataType FieldDataTraits<HDC>::_type("HDC",
00072                                      NULL);
00073 
00074 DataType FieldDataTraits<HGLRC>::_type("HGLRC",
00075                                        NULL);
00076 
00077 DataType FieldDataTraits<PAINTSTRUCT>::_type("PAINTSTRUCT",
00078                                              NULL);
00079 
00080 #endif
00081 
00082 OSG_DLLEXPORT_SFIELD_DEF1(HWND,        OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00083 OSG_DLLEXPORT_SFIELD_DEF1(HDC,         OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00084 OSG_DLLEXPORT_SFIELD_DEF1(HGLRC,       OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00085 OSG_DLLEXPORT_SFIELD_DEF1(PAINTSTRUCT, OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00086 
00087 OSG_DLLEXPORT_MFIELD_DEF1(HWND,        OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00088 OSG_DLLEXPORT_MFIELD_DEF1(HDC,         OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00089 OSG_DLLEXPORT_MFIELD_DEF1(HGLRC,       OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00090 
00091 #ifndef OSG_MICROSOFT_COMPILER_HACKS
00092 OSG_DLLEXPORT_MFIELD_DEF1(PAINTSTRUCT, OSG_WINDOWWIN32LIB_DLLTMPLMAPPING);
00093 #endif
00094 
00095 OSG_END_NAMESPACE

Generated on Thu Aug 25 04:12:11 2005 for OpenSG by  doxygen 1.4.3