Qt Utilities
5.12.1
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 <map>
Go to the source code of this file.
Classes | |
struct | MiscUtils::SwappedImage |
The SwappedImage struct represents RGB-interved version of the image specified on construction. More... | |
struct | MiscUtils::NotificationImage |
The NotificationImage struct is a raw data image format. More... | |
Namespaces | |
MiscUtils | |
Functions | |
QDBusArgument & | MiscUtils::operator<< (QDBusArgument &argument, const NotificationImage &img) |
const QDBusArgument & | MiscUtils::operator>> (const QDBusArgument &argument, NotificationImage &img) |
Q_DECLARE_METATYPE (MiscUtils::NotificationImage) | |
Q_DECLARE_METATYPE | ( | MiscUtils::NotificationImage | ) |