|
bool | kanzi::qnx::bringToFront (QnxWindow &window) noexcept |
| Brings the window to forefront. More...
|
|
bool | kanzi::qnx::setWindowPipelineID (QnxWindow &window, int id) noexcept |
| Sets pipeline ID for given window. More...
|
|
bool | kanzi::qnx::setWindowTitle (QnxWindow &window, string_view windowTitle) noexcept |
| Sets a window title. More...
|
|
KZ_NO_DISCARD optional< windowing::SizeU > | kanzi::qnx::tryGetWindowSizeU (const QnxWindow &window) noexcept |
| Tries to get the size for this window in unsigned format. More...
|
|
KZ_NO_DISCARD optional< string > | kanzi::qnx::tryGetWindowTitle (const QnxWindow &window) noexcept |
| Tries to get the window title. More...
|
|