Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <QObject>
Include dependency graph for callback.h:Go to the source code of this file.
Classes | |
| class | Callback |
| class | FunctionCallback< F > |
Functions | |
| template<typename F > | |
| FunctionCallback< F > * | makeCallback (F f) |
Function Documentation
◆ makeCallback()
template<typename F >
| FunctionCallback<F>* makeCallback | ( | F | f | ) |
Definition at line 25 of file callback.h.

