Qt Utilities 6.14.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
dbusnotification.cpp File Reference
#include "./dbusnotification.h"
#include "notificationsinterface.h"
#include <QCoreApplication>
#include <QDBusConnection>
#include <QDBusPendingReply>
#include <QImage>
#include <QMutex>
#include <QMutexLocker>
#include <limits>
#include <map>
Include dependency graph for dbusnotification.cpp:

Go to the source code of this file.

Classes

struct  QtUtilities::SwappedImage
 The SwappedImage struct represents RGB-interved version of the image specified on construction. More...
 
struct  QtUtilities::NotificationImage
 The NotificationImage struct is a raw data image format. More...
 

Namespaces

namespace  QtUtilities
 !
 

Functions

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

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( QtUtilities::NotificationImage )