Class representing a EGL graphics output that renders into a QNX stream. More...
#include <kanzi/platform/platform/graphics_output/qnx_stream_egl/qnx_stream_egl_graphics_output.hpp>
Protected Member Functions | |
| void | setTargetTransformation (Matrix4x4 targetTransformation) noexcept |
| Sets the target transformation. | |
| void | updateCachedValues (unsigned int width, unsigned int height) noexcept |
| Updates all cached values from given layout size. | |
Protected Member Functions inherited from kanzi::GraphicsOutput | |
| void | updateDpi (Vector2 dpi) |
| Updates the target layout area resolution. | |
| void | updateSize (unsigned int width, unsigned int height) |
| Updates the target layout area size. | |
Class representing a EGL graphics output that renders into a QNX stream.
|
explicit |
Constructor.
| properties | Specifies properties to request for the graphics output. |
|
noexcept |
Destructor.
|
delete |
Copy constructor.
|
deletenoexcept |
Move constructor.
|
delete |
Copy assignment operator.
|
deletenoexcept |
Move assignment operator.
|
noexcept |
Prints the active window position to log.
|
noexcept |
Prints the active window size to log.
|
noexcept |
Flushes any pending QNX Screen requests to the compositor.
|
noexcept |
|
overridevirtualnoexcept |
FramebufferGraphicsOutput::getNativeFramebufferHandle() implementation.
Implements kanzi::FramebufferGraphicsOutput.
|
overridevirtualnoexcept |
FramebufferGraphicsOutput::getTargetTransformation() implementation.
Implements kanzi::FramebufferGraphicsOutput.
|
protectednoexcept |
Sets the target transformation.
| targetTransformation | The target transformation matrix. |
|
protectednoexcept |
Updates all cached values from given layout size.
| width | Layout area width in pixels. |
| height | Layout area height in pixels. |