Kanzi 3.9.15
kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties Struct Reference

The structure that represents the default QNX EGL graphics output properties. More...

#include <kanzi/core.ui/platform/graphics_output/qnx_egl/default_qnx_egl_graphics_output_properties.hpp>

Public Member Functions

 DefaultQnxEGLGraphicsOutputProperties (const SystemConfiguration &configuration)
 constructor.
 

Public Attributes

int contextFlags
 Context flags.
 
optional< size_t > defaultDisplayIndex
 Default display index.
 
windowing::Region defaultWindow
 Default window region.
 
EGLCapabilities egl
 EGL capabilities.
 
optional< intpipelineID
 Pipeline ID.
 
optional< intselfLayout
 Self layout.
 
string windowTitle
 Window title.
 

Detailed Description

The structure that represents the default QNX EGL graphics output properties.

Constructor & Destructor Documentation

◆ DefaultQnxEGLGraphicsOutputProperties()

kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties::DefaultQnxEGLGraphicsOutputProperties ( const SystemConfiguration & configuration)
explicit

constructor.

Parameters
configurationConfiguration parameters for the default QNX EGL graphics output.

Member Data Documentation

◆ egl

EGLCapabilities kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties::egl

EGL capabilities.

◆ pipelineID

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

Pipeline ID.

◆ selfLayout

optional<int> kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties::selfLayout

Self layout.

◆ contextFlags

int kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties::contextFlags

Context flags.

◆ defaultWindow

windowing::Region kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties::defaultWindow

Default window region.

◆ windowTitle

string kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties::windowTitle

Window title.

Since
Kanzi 3.9.15

◆ defaultDisplayIndex

optional<size_t> kanzi::qnx::DefaultQnxEGLGraphicsOutputProperties::defaultDisplayIndex

Default display index.

Since
Kanzi 3.9.15

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