GraphicsOutput class.
More...
#include <kanzi/core.ui/graphics/graphics_output.hpp>
|
| void | updateSize (unsigned int width, unsigned int height) |
| | Updates the rendering area size. More...
|
| |
GraphicsOutput class.
Base class for graphics outputs. Allows layouting of contents to a specific width and height.
| 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 the rendering area.
- Returns
- Rendering area width in pixels.
| unsigned int kanzi::GraphicsOutput::getHeight |
( |
| ) |
const |
|
inline |
Returns the height of the rendering area.
- Returns
- Rendering area height in pixels.
Returns the orientations of the rendering area.
- Returns
- Rendering area orientation.
| virtual void kanzi::GraphicsOutput::handleEvents |
( |
EventQueue & |
eventQueue | ) |
|
|
pure virtual |
| 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: