OpenSceneGraph/include/osgQt
Robert Osfield a287d85585 From Jan Peciva, I have improved GraphicsWindowQt:
- renamed osgQt::GraphWidget to osgQt::GLWidget
as it better fits to Qt naming (osgQt::GLWidget is derived from QGLWidget
while recent GraphWidget... it is unclear, maybe QGraphicsView,
QGraphicsScene,....)
- added the code to properly manage ON_DEMAND rendering scheme
(involves osgQt::setViewer() and internal HeartBeat class)
- added forward key events functionality. It allows to not eat the key events
by GLWidget, but it forwards them to Qt processing as well.
- destroying GLWidget before GraphicsWindowQt and vice versa does not crash
the application
- it is possible to request particular QGLFormat in GLWidget constructor
- added QtWindowingSystem class
- multithread OSG rendering improvements/fixes

--

From Robert Osfield, added back in getGraphWidget() method for backwards compatibility.
2011-05-16 09:06:06 +00:00
..
Export From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should 2011-03-09 14:15:04 +00:00
GraphicsWindowQt From Jan Peciva, I have improved GraphicsWindowQt: 2011-05-16 09:06:06 +00:00
QFontImplementation Fixed handling of Font implementations that don't handle multiple font resolutions. 2011-05-13 19:08:04 +00:00
QGraphicsViewAdapter Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
QWebViewImage Added #include <QtWebKit/QtWebKit> 2010-06-02 18:09:34 +00:00
QWidgetImage From Jean-Sebastien Guay, "I've been working in the last few days 2010-06-15 13:57:44 +00:00