Structure that represents the default Win32 WGL graphics output properties.
More...
#include <kanzi/core.ui/platform/graphics_output/win32_wgl/default_win32_wgl_graphics_output_properties.hpp>
Structure that represents the default Win32 WGL graphics output properties.
- Since
- Kanzi 3.9.7
kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::DefaultWin32WGLGraphicsOutputProperties |
( |
| ) |
|
|
explicitdefault |
kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::DefaultWin32WGLGraphicsOutputProperties |
( |
const kanzi::SystemConfiguration & |
configuration | ) |
|
|
explicit |
Constructor.
- Parameters
-
configuration | Configuration parameters for the default Win32 WGL graphics output. |
windowing::Region kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowRegion |
unsigned int kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowOrder |
Default window properties for the graphics output.
WindowStyle kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowStyle |
Default window style for the graphics output.
string kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowTitle |
Default window title for the graphics output.
string kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::windowClassName |
Default window class name for the graphics output.
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::graphicsFormatID |
WGL graphics format ID. If not specified, nullopt.
optional<unsigned int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::displayIndex |
Display index for the window. If not specified, nullopt.
SurfaceColorSpace kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::surfaceColorSpace |
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsColorR |
Exact size of the red color channel bits. If not specified, nullopt.
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsColorG |
Exact size of the green color channel bits. If not specified, nullopt.
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsColorB |
Exact size of the blue color channel bits. If not specified, nullopt.
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsAlpha |
Exact size of the alpha channel bits. If not specified, nullopt.
optional<int> kanzi::win32::DefaultWin32WGLGraphicsOutputProperties::bitsDepth |
Exact size of the depth channel bits. If not specified, nullopt.
The documentation for this struct was generated from the following file: