#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 |
|
|
Definition at line 48 of file OSGQTWindow.cpp. |
|
|
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 }
|
|
|
|
|
|
Definition at line 201 of file OSGQTWindow.cpp. |
|
|
Definition at line 202 of file OSGQTWindow.cpp. |
|
|
Definition at line 203 of file OSGQTWindow.cpp. |
|
|
Definition at line 205 of file OSGQTWindow.cpp. |
|
|
Definition at line 206 of file OSGQTWindow.cpp. |
1.4.3