Qt Utilities  5.13.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Classes | Enumerations | Functions
MiscUtils Namespace Reference

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...
 

Enumerations

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

Functions

QDBusArgument & operator<< (QDBusArgument &argument, const NotificationImage &img)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, NotificationImage &img)
 

Enumeration Type Documentation

◆ NotificationCloseReason

Enumerator
Undefined 
Expired 
Dismissed 
Manually 
ActionInvoked 

Definition at line 20 of file dbusnotification.h.

◆ NotificationIcon

Enumerator
NoIcon 
Information 
Warning 
Critical 

Definition at line 18 of file dbusnotification.h.

Function Documentation

◆ operator<<()

QDBusArgument& MiscUtils::operator<< ( QDBusArgument &  argument,
const NotificationImage img 
)

Definition at line 79 of file dbusnotification.cpp.

◆ operator>>()

const QDBusArgument& MiscUtils::operator>> ( const QDBusArgument &  argument,
NotificationImage img 
)

Definition at line 87 of file dbusnotification.cpp.