FlightGear next
|
An operation that is run once with a particular GraphicsContext current. More...
#include <WindowSystemAdapter.hxx>
Inherits osg::GraphicsOperation.
Inherited by QueryGLParametersOperation.
Public Member Functions | |
GraphicsContextOperation (const std::string &name) | |
virtual void | operator() (osg::GraphicsContext *gc) |
Don't override this! | |
virtual void | run (osg::GraphicsContext *gc)=0 |
The body of the operation. | |
bool | isFinished () const |
Test if the operation has completed. | |
An operation that is run once with a particular GraphicsContext current.
It will probably be deferred and may run in a different thread.
Definition at line 72 of file WindowSystemAdapter.hxx.
|
inline |
Definition at line 75 of file WindowSystemAdapter.hxx.
|
inline |
Test if the operation has completed.
Definition at line 88 of file WindowSystemAdapter.hxx.
|
virtual |
Don't override this!
Definition at line 37 of file WindowSystemAdapter.cxx.
|
pure virtual |
The body of the operation.
Implemented in QueryGLParametersOperation.