ModemManagerQt
modemmessaging.h
28 * The Messaging interface handles sending SMS messages and notification of new incoming messages.
QList< MMSmsStorage > supportedStorages() const
Definition modemmessaging.cpp:142
MMSmsStorage defaultStorage() const
Definition modemmessaging.cpp:148
QDBusPendingReply< QDBusObjectPath > createMessage(const Message &message)
Creates a new message object.
Definition modemmessaging.cpp:160
void messageDeleted(const QString &uni)
Emitted when a message has been deleted.
int timeout() const
Returns the current value of the DBus timeout in milliseconds.
Definition modemmessaging.cpp:200
ModemManager::Sms::Ptr findMessage(const QString &uni)
Definition modemmessaging.cpp:188
QDBusPendingReply< void > deleteMessage(const QString &uni)
Delete an SMS message.
Definition modemmessaging.cpp:182
void messageAdded(const QString &uni, bool received)
Emitted when any part of a new SMS has been received or added (but not for subsequent parts,...
void setTimeout(int timeout)
Sets the timeout in milliseconds for all async method DBus calls.
Definition modemmessaging.cpp:194
This namespace allows to query the underlying system to discover the available modem interfaces respo...
Definition bearer.cpp:20
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.