Kanzi 4.0.0-beta2
kanzi::qnx::QnxWindowProperties Struct Reference

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< intformat
 Pixel format of the window. Must be one of the pixel formats defined in screen.h.
 
optional< intpipelineID
 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< intzorder
 Z-order of the window.
 

Detailed Description

Represents properties that are used to construct QnxWindow.

See also
QnxWindow
Since
Kanzi 4.0.0

Member Data Documentation

◆ windowRegion

windowing::Region kanzi::qnx::QnxWindowProperties::windowRegion

Size and position of the window and the window buffer.

◆ zorder

optional<int> kanzi::qnx::QnxWindowProperties::zorder

Z-order of the window.

◆ format

optional<int> kanzi::qnx::QnxWindowProperties::format

Pixel format of the window. Must be one of the pixel formats defined in screen.h.

◆ bufferCount

unsigned int kanzi::qnx::QnxWindowProperties::bufferCount

Amount of buffers to create for a window.

◆ usageFlags

int kanzi::qnx::QnxWindowProperties::usageFlags

Usage flag bit mask to use for a window.

◆ pipelineID

optional<int> kanzi::qnx::QnxWindowProperties::pipelineID

QNX Screen pipeline ID.


The documentation for this struct was generated from the following file: