Qt Utilities  5.7.0
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 <QVariantMap>
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  MiscUtils::DBusNotification
 The DBusNotification class emits D-Bus notifications. More...
 

Namespaces

 MiscUtils
 

Enumerations

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