QtPdCom  1.3.3
Classes | Namespaces | Functions
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

 QtPdCom
 

Functions

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