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

Public Member Functions

 SwapBuffersOperation ()
virtual void operator() (GraphicsContext *context)
- 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
virtual void release ()
- 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

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

Detailed Description

SwapBufferOperation calls swap buffers on the GraphicsContext.

Constructor & Destructor Documentation

osg::SwapBuffersOperation::SwapBuffersOperation ( )
inline

Member Function Documentation

virtual void osg::SwapBuffersOperation::operator() ( GraphicsContext context)
virtual

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