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

OSGQTWindow.cpp File Reference

#include <stdlib.h>
#include <stdio.h>
#include <OSGConfig.h>
#include "OSGQTWindow.h"
#include <OSGMFieldTypeDef.inl>
#include <OSGSFieldTypeDef.inl>

Go to the source code of this file.

Namespaces

namespace  osg

Defines

#define OSG_COMPILEWINDOWQTINST

Functions

bool qtVersionCheckWrapper (void)
 test QT versions, give a warning
 osg::OSG_DLLEXPORT_SFIELD_DEF1 (OSGQGLWidgetP, OSG_WINDOWQTLIB_DLLTMPLMAPPING)
 osg::OSG_DLLEXPORT_MFIELD_DEF1 (OSGQGLWidgetP, OSG_WINDOWQTLIB_DLLTMPLMAPPING)

Variables

static StaticInitFuncWrapper qtVersionCheck (qtVersionCheckWrapper)
static char cvsid_cpp [] = "@(#)$Id: $"
static char cvsid_hpp [] = OSGQTWINDOW_HEADER_CVSID
static char cvsid_inl [] = OSGQTWINDOW_INLINE_CVSID
static Char8 cvsid_fields_hpp [] = OSGQTWINDOWFIELDS_HEADER_CVSID
static Char8 cvsid_datafields_hpp [] = OSGQTWINDOWDATAFIELDS_HEADER_CVSID


Define Documentation

#define OSG_COMPILEWINDOWQTINST
 

Definition at line 48 of file OSGQTWindow.cpp.


Function Documentation

bool qtVersionCheckWrapper void   ) 
 

Definition at line 87 of file OSGQTWindow.cpp.

References FWARNING.

00088 {
00089     if(strcmp(qVersion(), QT_VERSION_STR))
00090     {
00091         FWARNING(("WindowQTLib was compiled against QT version %s, but "
00092                   "the application is using %s!", QT_VERSION_STR, qVersion()));
00093         FWARNING(("This might result in problems. It usually doesn't, but be"
00094                   " warned."));
00095     }
00096     return true;
00097 }


Variable Documentation

StaticInitFuncWrapper qtVersionCheck(qtVersionCheckWrapper) [static]
 

char cvsid_cpp[] = "@(#)$Id: $" [static]
 

Definition at line 201 of file OSGQTWindow.cpp.

char cvsid_hpp[] = OSGQTWINDOW_HEADER_CVSID [static]
 

Definition at line 202 of file OSGQTWindow.cpp.

char cvsid_inl[] = OSGQTWINDOW_INLINE_CVSID [static]
 

Definition at line 203 of file OSGQTWindow.cpp.

Char8 cvsid_fields_hpp[] = OSGQTWINDOWFIELDS_HEADER_CVSID [static]
 

Definition at line 205 of file OSGQTWindow.cpp.

Char8 cvsid_datafields_hpp[] = OSGQTWINDOWDATAFIELDS_HEADER_CVSID [static]
 

Definition at line 206 of file OSGQTWindow.cpp.


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