Qt Utilities  6.3.2
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Classes | Namespaces | Enumerations
dbusnotification.h File Reference
#include "../global.h"
#include <QObject>
#include <QSet>
#include <QVariantMap>
#include <functional>
Include dependency graph for dbusnotification.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QtUtilities::DBusNotification
 The DBusNotification class emits D-Bus notifications. More...
 
class  QtUtilities::DBusNotification::Capabilities
 

Namespaces

 QtUtilities
 !
 

Enumerations

enum  QtUtilities::NotificationIcon { QtUtilities::NotificationIcon::NoIcon, QtUtilities::NotificationIcon::Information, QtUtilities::NotificationIcon::Warning, QtUtilities::NotificationIcon::Critical }
 
enum  QtUtilities::NotificationCloseReason {
  QtUtilities::NotificationCloseReason::Undefined, QtUtilities::NotificationCloseReason::Expired, QtUtilities::NotificationCloseReason::Dismissed, QtUtilities::NotificationCloseReason::Manually,
  QtUtilities::NotificationCloseReason::ActionInvoked
}