QtPdCom  1.5.2
FutureWatchers.h File Reference
#include <QFutureWatcher>
#include <pdcom5/Variable.h>
#include "VariableList.h"
#include "Export.h"
#include "FutureWatchersDetails.h"
Include dependency graph for FutureWatchers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QtPdCom::VariableWatcher
 Convenience class for processing the result of Process::findQt(). More...
class  QtPdCom::ListWatcher

Namespaces

namespace  QtPdCom

Functions

template<class Result, class Object, class Callback>
QFutureWatcher< Result > & QtPdCom::createWatcher (Object *obj, Callback &&callback)