Qt Utilities
5.12.1
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
Classes | |
class | DBusNotification |
The DBusNotification class emits D-Bus notifications. More... | |
struct | NotificationImage |
The NotificationImage struct is a raw data image format. More... | |
class | RecentMenuManager |
The RecentMenuManager class manages the entries for a "recently opened
files" menu. More... | |
struct | SwappedImage |
The SwappedImage struct represents RGB-interved version of the image specified on construction. More... | |
Functions | |
QDBusArgument & | operator<< (QDBusArgument &argument, const NotificationImage &img) |
const QDBusArgument & | operator>> (const QDBusArgument &argument, NotificationImage &img) |
|
strong |
Enumerator | |
---|---|
Undefined | |
Expired | |
Dismissed | |
Manually | |
ActionInvoked |
Definition at line 20 of file dbusnotification.h.
|
strong |
Enumerator | |
---|---|
NoIcon | |
Information | |
Warning | |
Critical |
Definition at line 18 of file dbusnotification.h.
QDBusArgument& MiscUtils::operator<< | ( | QDBusArgument & | argument, |
const NotificationImage & | img | ||
) |
Definition at line 79 of file dbusnotification.cpp.
const QDBusArgument& MiscUtils::operator>> | ( | const QDBusArgument & | argument, |
NotificationImage & | img | ||
) |
Definition at line 87 of file dbusnotification.cpp.