The FinishPictureEvent class is the event generated when the driver finishes the update and puts the rendered image on screen (except for OffscreenWindows). More...
#include <hps.h>
Public Types | |
enum | StereoMatrix { StereoMatrix::ViewLeft, StereoMatrix::ViewRight, StereoMatrix::ProjectionLeft, StereoMatrix::ProjectionRight } |
Public Member Functions | |
FinishPictureEvent (OpaqueHandle in_nr=0) | |
virtual | ~FinishPictureEvent () |
intptr_t | GetClassID () const |
Returns a unique identifier that is shared by all objects of the same class. More... | |
void | SetStereoMatrix (StereoMatrix id, HPS::MatrixKit const &in_matrix) const |
OpaqueHandle | GetSurface (int index) const |
OpaqueHandle | GetGraphicsContext () const |
Protected Attributes | |
OpaqueHandle | nr |
The FinishPictureEvent class is the event generated when the driver finishes the update and puts the rendered image on screen (except for OffscreenWindows).
|
stronginherited |
HPS::FinishPictureEvent::FinishPictureEvent | ( | OpaqueHandle | in_nr = 0 | ) |
|
virtual |
|
inherited |
Returns a unique identifier that is shared by all objects of the same class.
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |