OpenSceneGraph
3.0.1
|
The osgQt utility library provides various classes to aid the integration of OpenSceneGraph and Qt. More...
Classes | |
class | GLWidget |
class | GraphicsWindowQt |
class | QFontImplementation |
class | QGraphicsViewAdapter |
class | QWebViewImage |
class | QWidgetImage |
Functions | |
void OSGQT_EXPORT | initQtWindowingSystem () |
The function sets the WindowingSystem to Qt. | |
void OSGQT_EXPORT | setViewer (osgViewer::ViewerBase *viewer) |
The function sets the viewer that will be used after entering the Qt main loop (QCoreApplication::exec()). | |
OSGQT_EXPORT QCoreApplication * | getOrCreateQApplication () |
The osgQt utility library provides various classes to aid the integration of OpenSceneGraph and Qt.
OSGQT_EXPORT QCoreApplication* osgQt::getOrCreateQApplication | ( | ) |
Referenced by osgQt::QWebViewImage::QWebViewImage().
void OSGQT_EXPORT osgQt::initQtWindowingSystem | ( | ) |
The function sets the WindowingSystem to Qt.
void OSGQT_EXPORT osgQt::setViewer | ( | osgViewer::ViewerBase * | viewer | ) |
The function sets the viewer that will be used after entering the Qt main loop (QCoreApplication::exec()).
The function also initializes internal structures required for proper scene rendering.
The method must be called from main thread.
![]() | Generated at Mon Oct 3 2011 12:39:48 for the OpenSceneGraph by doxygen 1.7.5. |