|
OpenMW
|
Public Member Functions | |
| virtual void | doWork () |
| Override in a derived WorkItem to perform actual work. More... | |
Public Member Functions inherited from SceneUtil::WorkItem | |
| WorkItem () | |
| virtual | ~WorkItem () |
| bool | isDone () const |
| void | waitTillDone () |
| Wait until the work is completed. Usually called from the main thread. More... | |
| void | signalDone () |
| Internal use by the WorkQueue. More... | |
Public Attributes | |
| std::deque< osg::ref_ptr < const osg::Object > > | mObjects |
Additional Inherited Members | |
Protected Attributes inherited from SceneUtil::WorkItem | |
| OpenThreads::Atomic | mDone |
| OpenThreads::Mutex | mMutex |
| OpenThreads::Condition | mCondition |
|
inlinevirtual |
Override in a derived WorkItem to perform actual work.
Reimplemented from SceneUtil::WorkItem.
| std::deque<osg::ref_ptr<const osg::Object> > SceneUtil::UnrefWorkItem::mObjects |
1.8.6