|
KZ_NO_DISCARD NativeHandleType | getNativeHandle () const noexcept |
| Gets underlying native handle.
|
|
KZ_NO_DISCARD bool | isAttached () const noexcept |
| Checks whether the display is attached.
|
|
KZ_NO_DISCARD bool | isDetachable () const noexcept |
| Checks whether the display is detachable.
|
|
| QnxDisplay () noexcept |
| Constructor.
|
|
| QnxDisplay (const NativeHandleType nativeHandle) noexcept |
| Constructor.
|
|
KZ_NO_DISCARD int | tryGetId () const noexcept |
| Tries to get a display ID for a display handle.
|
|
KZ_NO_DISCARD optional< windowing::Size > | tryGetSize () const noexcept |
| Tries to get the size of this display.
|
|
KZ_NO_DISCARD optional< string > | tryGetPropertyCv (size_t stringBufferSize, int propertyName) const noexcept |
| Gets QNX property consisting of a string.
|
|
KZ_NO_DISCARD optional< vector< int > > | tryGetPropertyIv (size_t returnValueCount, int propertyName) const noexcept |
| Gets QNX property consisting of ints.
|
|
KZ_NO_DISCARD optional< int > | tryGetPropertyIvSingle (int propertyName) const noexcept |
| Gets a QNX property consisting of a single int.
|
|
KZ_NO_DISCARD optional< vector< long long > > | tryGetPropertyLlv (size_t returnValueCount, int propertyName) const noexcept |
| Gets QNX property consisting of long longs.
|
|
KZ_NO_DISCARD optional< long long > | tryGetPropertyLlvSingle (int propertyName) const noexcept |
| Gets a QNX property consisting of a single long long.
|
|
KZ_NO_DISCARD optional< vector< T > > | tryGetPropertyPv (size_t returnValueCount, int propertyName) const noexcept |
| Gets QNX property consisting of pointers.
|
|
KZ_NO_DISCARD optional< T > | tryGetPropertyPvSingle (int propertyName) const noexcept |
| Gets a QNX property consisting of a single pointer.
|
|
bool | trySetPropertyCv (int propertyName, string_view propertyValue) noexcept |
| Sets QNX property consisting of a string.
|
|
bool | trySetPropertyIv (int propertyName, int propertyValue) noexcept |
| Sets QNX property consisting of a single int.
|
|
bool | trySetPropertyIv (int propertyName, span< int > propertyValue) noexcept |
| Sets QNX property consisting of ints.
|
|
bool | trySetPropertyLlv (int propertyName, long long propertyValue) noexcept |
| Sets QNX property consisting of a single long long.
|
|
bool | trySetPropertyLlv (int propertyName, span< long long > propertyValue) noexcept |
| Sets QNX property consisting of long longs.
|
|
bool | trySetPropertyPv (int propertyName, span< void * > propertyValue) noexcept |
| Sets QNX property consisting of pointers.
|
|
bool | trySetPropertyPv (int propertyName, void *propertyValue) noexcept |
| Sets QNX property consisting of a single pointer.
|
|
Class representing a QNX display.
- Since
- Kanzi 3.9.10 changed to use QnxPropertyHost interface.