GraphicsOutput class.
More...
#include <kanzi/core.ui/graphics/graphics_output.hpp>
GraphicsOutput class.
Base class for graphics outputs.
kanzi::GraphicsOutput::GraphicsOutput |
( |
| ) |
|
|
explicit |
virtual kanzi::GraphicsOutput::~GraphicsOutput |
( |
| ) |
|
|
inlinevirtual |
virtual void kanzi::GraphicsOutput::present |
( |
| ) |
|
|
pure virtual |
unsigned int kanzi::GraphicsOutput::getWidth |
( |
| ) |
const |
|
inline |
Returns the width of rendering area in pixels.
unsigned int kanzi::GraphicsOutput::getHeight |
( |
| ) |
const |
|
inline |
Returns the height of rendering area in pixels.
Returns the orientations of the rendering area.
void kanzi::GraphicsOutput::resize |
( |
unsigned int |
width, |
|
|
unsigned int |
height |
|
) |
| |
Resizes the rendering area.
virtual void kanzi::GraphicsOutput::handleEvents |
( |
const struct KzsEventQueue * |
eventQueue | ) |
|
|
pure virtual |
virtual void kanzi::GraphicsOutput::resizeOverride |
( |
unsigned int |
width, |
|
|
unsigned int |
height |
|
) |
| |
|
inlineprotectedvirtual |
void kanzi::GraphicsOutput::updateSize |
( |
unsigned int |
width, |
|
|
unsigned int |
height |
|
) |
| |
|
inlineprotected |
Updates the rendering area size.
The documentation for this class was generated from the following file: