|
| bool | createBuffer () const noexcept |
| | Creates a buffer for this pixmap.
|
| |
| bool | destroyBuffer () const noexcept |
| | Destroys a buffer allocated for this pixmap.
|
| |
| KZ_NO_DISCARD QnxBuffer< QnxBufferCleanupStrategy::None > | retrieveBuffer () const noexcept |
| | Retrieves QNX buffer used by this pixmap.
|
| |
| KZ_NO_DISCARD optional< string > | getPropertyCv (size_t stringBufferSize, int propertyName) const noexcept |
| | Gets QNX property consisting of a string.
|
| |
| KZ_NO_DISCARD optional< vector< int > > | getPropertyIv (size_t returnValueCount, int propertyName) const noexcept |
| | Gets QNX property consisting of ints.
|
| |
| KZ_NO_DISCARD optional< int > | getPropertyIvSingle (int propertyName) const noexcept |
| | Gets a QNX property consisting of a single int.
|
| |
| KZ_NO_DISCARD optional< vector< long long > > | getPropertyLlv (size_t returnValueCount, int propertyName) const noexcept |
| | Gets QNX property consisting of long longs.
|
| |
| KZ_NO_DISCARD optional< long long > | getPropertyLlvSingle (int propertyName) const noexcept |
| | Gets a QNX property consisting of a single long long.
|
| |
| KZ_NO_DISCARD optional< vector< T > > | getPropertyPv (size_t returnValueCount, int propertyName) const noexcept |
| | Gets QNX property consisting of pointers.
|
| |
| KZ_NO_DISCARD optional< T > | getPropertyPvSingle (int propertyName) const noexcept |
| | Gets a QNX property consisting of a single pointer.
|
| |
| bool | setPropertyCv (int propertyName, string_view propertyValue) const noexcept |
| | Sets QNX property consisting of a string.
|
| |
| bool | setPropertyIv (int propertyName, int propertyValue) const noexcept |
| | Sets QNX property consisting of a single int.
|
| |
| bool | setPropertyIv (int propertyName, span< int > propertyValue) const noexcept |
| | Sets QNX property consisting of ints.
|
| |
| bool | setPropertyLlv (int propertyName, long long propertyValue) const noexcept |
| | Sets QNX property consisting of a single long long.
|
| |
| bool | setPropertyLlv (int propertyName, span< long long > propertyValue) const noexcept |
| | Sets QNX property consisting of long longs.
|
| |
| bool | setPropertyPv (int propertyName, span< void * > propertyValue) const noexcept |
| | Sets QNX property consisting of pointers.
|
| |
| bool | setPropertyPv (int propertyName, void *propertyValue) const noexcept |
| | Sets QNX property consisting of a single pointer.
|
| |
|
| | QnxPixmapMethods () noexcept=default |
| | Constructor.
|
| |
| | QnxPixmapMethods (const NativeHandleType &handle) noexcept |
| | Constructor.
|
| |
| KZ_NO_DISCARD optional< screen_pixmap_t > | createOptional () const noexcept |
| | Creates a kanzi::optional copy of the native handle.
|
| |
| KZ_NO_DISCARD const screen_pixmap_t | get () const noexcept |
| | Provides access to stored handle.
|
| |
| KZ_NO_DISCARD screen_pixmap_t | get () noexcept |
| | Provides access to stored handle.
|
| |
| KZ_NO_DISCARD const screen_pixmap_t | getNativeHandle () const noexcept |
| | Provides access to stored handle.
|
| |
| KZ_NO_DISCARD screen_pixmap_t | getNativeHandle () noexcept |
| | Provides access to stored handle.
|
| |
| KZ_NO_DISCARD bool | hasValue () const noexcept |
| | Checks if a handle is stored.
|
| |
| KZ_NO_DISCARD | operator bool () const noexcept |
| | Conversion operator to bool.
|
| |
| KZ_NO_DISCARD screen_pixmap_t && | operator* () &&noexcept |
| | Provides access to stored handle via rvalue reference.
|
| |
| KZ_NO_DISCARD screen_pixmap_t & | operator* () &noexcept |
| | Provides access to stored handle via reference.
|
| |
| KZ_NO_DISCARD const screen_pixmap_t && | operator* () const &&noexcept |
| | Provides access to stored handle via const rvalue reference.
|
| |
| KZ_NO_DISCARD const screen_pixmap_t & | operator* () const &noexcept |
| | Provides access to stored handle via const reference.
|
| |
| OptionalHandle & | operator= (const OptionalHandle &other)=delete |
| | Copy assignment operator.
|
| |
| OptionalHandle & | operator= (const screen_pixmap_t &value) |
| | Copy assignment operator.
|
| |
| OptionalHandle & | operator= (OptionalHandle &&other) noexcept |
| | Move assignment operator.
|
| |
| OptionalHandle & | operator= (screen_pixmap_t &&value) noexcept |
| | Move assignment operator.
|
| |
| | OptionalHandle () noexcept |
| | Constructor.
|
| |
| | OptionalHandle (const OptionalHandle &other)=delete |
| | Copy constructor.
|
| |
| | OptionalHandle (const screen_pixmap_t &nativeHandle) noexcept |
| | Constructor.
|
| |
| | OptionalHandle (OptionalHandle &&other) noexcept |
| | Move constructor.
|
| |
| screen_pixmap_t | release () noexcept |
| | Releases ownership of a native handle without destroying the resource.
|
| |
| void | reset () noexcept |
| | Replaces stored handle with sentinel value.
|
| |
| void | reset (U &&newHandle) noexcept |
| | Stores a new handle inside.
|
| |
| void | swap (OptionalHandle &other) |
| | Swap function.
|
| |
| KZ_NO_DISCARD optional< screen_pixmap_t > | toOptional () &&noexcept |
| | Converts OptionalHandle to kanzi::optional.
|
| |
| | ~OptionalHandle () |
| | Destructor.
|
| |
| KZ_NO_DISCARD optional< string > | getPropertyCv (size_t stringBufferSize, int propertyName) const noexcept |
| | Gets QNX property consisting of a string.
|
| |
| KZ_NO_DISCARD optional< vector< int > > | getPropertyIv (size_t returnValueCount, int propertyName) const noexcept |
| | Gets QNX property consisting of ints.
|
| |
| KZ_NO_DISCARD optional< int > | getPropertyIvSingle (int propertyName) const noexcept |
| | Gets a QNX property consisting of a single int.
|
| |
| KZ_NO_DISCARD optional< vector< long long > > | getPropertyLlv (size_t returnValueCount, int propertyName) const noexcept |
| | Gets QNX property consisting of long longs.
|
| |
| KZ_NO_DISCARD optional< long long > | getPropertyLlvSingle (int propertyName) const noexcept |
| | Gets a QNX property consisting of a single long long.
|
| |
| KZ_NO_DISCARD optional< vector< T > > | getPropertyPv (size_t returnValueCount, int propertyName) const noexcept |
| | Gets QNX property consisting of pointers.
|
| |
| KZ_NO_DISCARD optional< T > | getPropertyPvSingle (int propertyName) const noexcept |
| | Gets a QNX property consisting of a single pointer.
|
| |
| bool | setPropertyCv (int propertyName, string_view propertyValue) const noexcept |
| | Sets QNX property consisting of a string.
|
| |
| bool | setPropertyIv (int propertyName, int propertyValue) const noexcept |
| | Sets QNX property consisting of a single int.
|
| |
| bool | setPropertyIv (int propertyName, span< int > propertyValue) const noexcept |
| | Sets QNX property consisting of ints.
|
| |
| bool | setPropertyLlv (int propertyName, long long propertyValue) const noexcept |
| | Sets QNX property consisting of a single long long.
|
| |
| bool | setPropertyLlv (int propertyName, span< long long > propertyValue) const noexcept |
| | Sets QNX property consisting of long longs.
|
| |
| bool | setPropertyPv (int propertyName, span< void * > propertyValue) const noexcept |
| | Sets QNX property consisting of pointers.
|
| |
| bool | setPropertyPv (int propertyName, void *propertyValue) const noexcept |
| | Sets QNX property consisting of a single pointer.
|
| |
Class representing QNX pixmap methods.
- Note
- Do not use this class directly. Use QnxPixmap instead.
- See also
- QnxPixmap
- Since
- Kanzi 4.0.0