The SignalConnect class provides the abitlity to make a connection between the callback function of a Python object and the slot onExecute(). More...
#include <WidgetFactory.h>
Public Slots | |
void | onExecute () |
Calls the callback function of the connected Python object. More... | |
Public Member Functions | |
SignalConnect (PyObject *res, PyObject *cb) | |
~SignalConnect () | |
The SignalConnect class provides the abitlity to make a connection between the callback function of a Python object and the slot onExecute().
This mechanism is used in the Python/Qt framework.
SignalConnect::~SignalConnect | ( | ) |
|
slot |
Calls the callback function of the connected Python object.