Changeset 13041 for OpenSceneGraph/trunk/include/osgQt/GraphicsWindowQt
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgQt/GraphicsWindowQt
r12958 r13041 98 98 _deferredEventQueue.enqueue(eventType); 99 99 _eventCompressor.insert(eventType); 100 } 100 } 101 101 } 102 102 void processDeferredEvents(); 103 103 104 104 friend class GraphicsWindowQt; 105 105 GraphicsWindowQt* _gw; … … 131 131 /// deprecated 132 132 inline const GLWidget* getGraphWidget() const { return _widget; } 133 133 134 134 struct WindowData : public osg::Referenced 135 135 { … … 165 165 virtual void swapBuffersImplementation(); 166 166 virtual void runOperations(); 167 167 168 168 virtual void requestWarpPointer( float x, float y ); 169 169
