This class is used to encapsulate an engine context. More...
Public Member Functions | |
VgIEngineContext () | |
Constructor. | |
Public Attributes | |
void * | mContext |
The platform dependent context to draw on screen. |
This class is used to encapsulate an engine context.
This context's implementation depends on the platform the application is running on. For example when using Qt platform mContext can be casted in QPainter to have a chance post-drawing on the screen.
VgEngine::VgIEngineContext::VgIEngineContext | ( | ) | [inline] |
Constructor.
The platform dependent context to draw on screen.