Display target for clanDisplay. More...
#include <opengl_target.h>

Public Member Functions | |
Construction | |
| CL_OpenGLTarget () | |
| Constructs an OpenGL target. | |
| ~CL_OpenGLTarget () | |
Attributes | |
| CL_DisplayTargetProvider * | get_provider () |
| Returns the provider for the display target. | |
| bool | is_null () const |
| Returns true if this object is invalid. | |
| void | throw_if_null () const |
| Throw an exception if this object is invalid. | |
Operations | |
| void | set_current () |
| Set this display target to be the current target. | |
Display target for clanDisplay.
| CL_OpenGLTarget::CL_OpenGLTarget | ( | ) |
Constructs an OpenGL target.
| CL_OpenGLTarget::~CL_OpenGLTarget | ( | ) |
| CL_DisplayTargetProvider* CL_DisplayTarget::get_provider | ( | ) | [inherited] |
Returns the provider for the display target.
| bool CL_DisplayTarget::is_null | ( | ) | const [inline, inherited] |
Returns true if this object is invalid.
| void CL_DisplayTarget::set_current | ( | ) | [inherited] |
Set this display target to be the current target.
| void CL_DisplayTarget::throw_if_null | ( | ) | const [inherited] |
Throw an exception if this object is invalid.
1.7.1