#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core.ui/platform/windowing_ng/common/window_geometry.hpp>
#include <kanzi/core.ui/platform/windowing_ng/qnx_screen/qnx_screen_common.hpp>
#include <kanzi/core/cpp/optional.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/cpp/string_view.hpp>
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::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... | |