Represents properties that are used to construct QnxWindow. More...
#include <kanzi/platform/platform/windowing_ng/qnx_screen/qnx_screen_window.hpp>
Public Attributes | |
| unsigned int | bufferCount |
| Amount of buffers to create for a window. | |
| optional< int > | format |
| Pixel format of the window. Must be one of the pixel formats defined in screen.h. | |
| optional< int > | pipelineID |
| QNX Screen pipeline ID. | |
| int | usageFlags |
| Usage flag bit mask to use for a window. | |
| windowing::Region | windowRegion |
| Size and position of the window and the window buffer. | |
| optional< int > | zorder |
| Z-order of the window. | |
| windowing::Region kanzi::qnx::QnxWindowProperties::windowRegion |
Size and position of the window and the window buffer.
| optional<int> kanzi::qnx::QnxWindowProperties::zorder |
Z-order of the window.
| optional<int> kanzi::qnx::QnxWindowProperties::format |
Pixel format of the window. Must be one of the pixel formats defined in screen.h.
| int kanzi::qnx::QnxWindowProperties::usageFlags |
Usage flag bit mask to use for a window.