Kanzi  3.9.6
Kanzi Engine API
qnx_screen_window.hpp File Reference

Classes

class  kanzi::qnx::QnxWindow
 Class representing a Qnx window. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 
 kanzi::qnx
 

Typedefs

typedef screen_window_t kanzi::qnx::QnxScreenWindowHandleType
 Alias for the Qnx window handle type. More...
 

Functions

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::SizeUkanzi::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...