OpenSceneGraph
3.2.0
|
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. More... | |
void OSGQT_EXPORT | setViewer (osgViewer::ViewerBase *viewer) |
The function sets the viewer that will be used after entering the Qt main loop (QCoreApplication::exec()). More... | |
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 Wed Aug 14 2013 13:02:21 for the OpenSceneGraph by doxygen 1.8.4. |