|
|
#include <type_traits>#include <utility>#include <QCoreApplication>#include <QEvent>#include <QObject>#include <QPointer>
Include dependency graph for PostToObject.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Functions | |
| template<typename Function> | |
| void | postToObject (QObject *context, Function &&function) |
Run function on the GUI (main) thread's event loop. | |