|
Qt Utilities 6.18.2
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
The NotificationImage struct is a raw data image format. More...
Public Member Functions | |
| NotificationImage () | |
| NotificationImage (SwappedImage image) | |
| QImage | toQImage () const |
| QVariant | toDBusArgument () const |
Static Public Member Functions | |
| static NotificationImage | fromDBusArgument (const QVariant &variant) |
Public Attributes | |
| qint32 | width |
| qint32 | height |
| qint32 | rowstride |
| bool | hasAlpha |
| qint32 | channels |
| qint32 | bitsPerSample |
| QByteArray | data |
| bool | isValid |
The NotificationImage struct is a raw data image format.
It describes the width, height, rowstride, has alpha, bits per sample, channels and image data respectively.
Definition at line 67 of file dbusnotification.cpp.
|
inline |
Definition at line 103 of file dbusnotification.cpp.
|
inline |
Definition at line 108 of file dbusnotification.cpp.
|
inlinestatic |
Definition at line 148 of file dbusnotification.cpp.
|
inline |
Definition at line 143 of file dbusnotification.cpp.
|
inline |
Definition at line 136 of file dbusnotification.cpp.
| qint32 QtUtilities::NotificationImage::bitsPerSample |
Definition at line 79 of file dbusnotification.cpp.
| qint32 QtUtilities::NotificationImage::channels |
Definition at line 78 of file dbusnotification.cpp.
| QByteArray QtUtilities::NotificationImage::data |
Definition at line 80 of file dbusnotification.cpp.
| bool QtUtilities::NotificationImage::hasAlpha |
Definition at line 77 of file dbusnotification.cpp.
| qint32 QtUtilities::NotificationImage::height |
Definition at line 75 of file dbusnotification.cpp.
| bool QtUtilities::NotificationImage::isValid |
Definition at line 81 of file dbusnotification.cpp.
| qint32 QtUtilities::NotificationImage::rowstride |
Definition at line 76 of file dbusnotification.cpp.
| qint32 QtUtilities::NotificationImage::width |
Definition at line 74 of file dbusnotification.cpp.