![]() |
Home | ![]() |
The QMailActionObserver class provides an interface for monitoring currently running actions More...
#include <QMailActionObserver>
This class is under development and is subject to change.
Inherits QMailServiceAction.
QMailActionObserver ( QObject * parent = 0 ) | |
virtual | ~QMailActionObserver () |
QList<QSharedPointer<QMailActionInfo> > | actions () const |
void | actionsChanged ( const QList<QSharedPointer<QMailActionInfo> > & newActions ) |
The QMailActionObserver class provides an interface for monitoring currently running actions
QMailActionObserver provides a mechanism for messaging clients to observe what actions the messageserver is currently running. A list of currently running actions can be retrieved with actions(). When actions are started or finished actionsChanged() is emitted with the new list of actions.
QMailActionObserver is initialised asynchronously, thus reading actions() immediately will return an empty list.
Constructs a new QMailActionObserver with a supplied parent
Destructs QMailActionObserver
Returns a list of the currently running actions on the message server.
See also QMailActionInfo.
This signal is emitted whenever the list of actions we are observing changes. This can be for three reasons: actions have started, actions have finished or the action list has just been initialized.
New list given by newActions
See also actions().
Copyright © 2010 QtSoftware | Messaging Framework |