openscenegraph
Public Member Functions | List of all members
osg::BlockAndFlushOperation Struct Reference
Inheritance diagram for osg::BlockAndFlushOperation:
osg::GraphicsOperation OpenThreads::Block osg::Operation osg::Referenced

Public Member Functions

 BlockAndFlushOperation ()
virtual void release ()
virtual void operator() (GraphicsContext *)
- Public Member Functions inherited from osg::GraphicsOperation
 GraphicsOperation (const std::string &name, bool keep)
virtual void operator() (Object *object)
- Public Member Functions inherited from osg::Operation
 Operation (const std::string &name, bool keep)
void setName (const std::string &name)
const std::string & getName () const
void setKeep (bool keep)
bool getKeep () const
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 Referenced (bool threadSafeRefUnref)
 Referenced (const Referenced &)
Referencedoperator= (const Referenced &)
virtual void setThreadSafeRefUnref (bool threadSafe)
bool getThreadSafeRefUnref () const
OpenThreads::MutexgetRefMutex () const
int ref () const
int unref () const
int unref_nodelete () const
int referenceCount () const
ObserverSetgetObserverSet () const
ObserverSetgetOrCreateObserverSet () const
void addObserver (Observer *observer) const
void removeObserver (Observer *observer) const
- Public Member Functions inherited from OpenThreads::Block
 Block ()
 ~Block ()
bool block ()
bool block (unsigned long timeout)
void reset ()
void set (bool doRelease)

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
static bool getThreadSafeReferenceCounting ()
static void setDeleteHandler (DeleteHandler *handler)
static DeleteHandlergetDeleteHandler ()
- Protected Member Functions inherited from osg::Operation
 Operation ()
 Operation (const Operation &op)
virtual ~Operation ()
- Protected Attributes inherited from osg::Operation
std::string _name
bool _keep
- Protected Attributes inherited from OpenThreads::Block
Mutex _mut
Condition _cond
bool _released

Constructor & Destructor Documentation

osg::BlockAndFlushOperation::BlockAndFlushOperation ( )

Member Function Documentation

virtual void osg::BlockAndFlushOperation::operator() ( GraphicsContext )
virtual
virtual void osg::BlockAndFlushOperation::release ( )
virtual

Reimplemented from OpenThreads::Block.


The documentation for this struct was generated from the following file: