26#include <QtCore/QObject>
31#include "libofono-qt_global.h"
44 Q_PROPERTY(QString path READ path)
45 Q_PROPERTY(QString errorName READ errorName)
46 Q_PROPERTY(QString errorMessage READ errorMessage)
48 Q_PROPERTY(QString state READ state NOTIFY stateChanged)
51 OfonoMessage(
const QString &messageId, QObject *parent=0);
75 QString state()
const;
78 void stateChanged(
const QString &state);
81 void propertyChanged(
const QString &property,
const QVariant &value);
This class is used to access oFono message API.
Definition ofonomessage.h:41
QString path() const
Returns the D-Bus object path of the message object.
QString errorMessage() const
Get the D-Bus error message of the last operation.
QString errorName() const
Get the D-Bus error name of the last operation.