#include <display_target.h>
Inheritance diagram for CL_DisplayTarget:

Implementation | |
| class | CL_Display |
Public Member Functions | |
Construction | |
| CL_DisplayTarget () | |
| Constructs a display target. | |
| CL_DisplayTarget (CL_DisplayTargetProvider *provider) | |
| Constructs a DisplayTarget. | |
| virtual | ~CL_DisplayTarget () |
Attributes | |
| CL_DisplayTargetProvider * | get_provider () |
| Returns the provider for the display target. | |
| bool | is_null () const |
| Returns true if this display target is invalid. | |
Operations | |
| void | set_current () |
| Set this display target to be the current target. | |
|
|
Constructs a display target.
|
|
|
Constructs a DisplayTarget.
|
|
|
|
|
|
Returns the provider for the display target.
|
|
|
Returns true if this display target is invalid.
|
|
|
Set this display target to be the current target.
|
|
|
|
1.4.6