Qt Utilities 6.14.3
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
#include "./dbusnotification.h"
#include "notificationsinterface.h"
#include <QCoreApplication>
#include <QDBusConnection>
#include <QDBusPendingReply>
#include <QImage>
#include <QMutex>
#include <QMutexLocker>
#include <limits>
#include <map>
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) | |
Q_DECLARE_METATYPE | ( | QtUtilities::NotificationImage | ) |