|
QtPdCom
1.5.2
|
#include <pdcom5/MessageManagerBase.h>#include "FutureWatchers.h"#include <QObject>#include <QFuture>#include <QFutureInterface>#include <QFutureWatcher>#include <QQueue>

Go to the source code of this file.
Classes | |
| class | QtPdCom::MessageWatcher |
| class | QtPdCom::MessageListWatcher |
| class | QtPdCom::MessageManager |
Namespaces | |
| namespace | PdCom |
| namespace | QtPdCom |
Typedefs | |
| using | QtPdCom::MessageFuture = QFuture<PdCom::Message> |
| using | QtPdCom::MessageFutureInterface = QFutureInterface<PdCom::Message> |
| using | QtPdCom::MessageListFuture = QFuture<std::vector<PdCom::Message>> |
| using | QtPdCom::MessageListFutureInterface = QFutureInterface<std::vector<PdCom::Message>> |