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. | |
Public Member Functions | |
SignalConnect (Base::PyObjectBase *res, PyObject *cb, QObject *sender) | |
~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.
Definition at line 367 of file WidgetFactory.h.
SignalConnect::SignalConnect | ( | Base::PyObjectBase * | res, | |
PyObject * | cb, | |||
QObject * | sender | |||
) |
Definition at line 679 of file WidgetFactory.cpp.
SignalConnect::~SignalConnect | ( | ) |
Definition at line 684 of file WidgetFactory.cpp.
void SignalConnect::onExecute | ( | ) | [slot] |
Calls the callback function of the connected Python object.
Definition at line 692 of file WidgetFactory.cpp.
References result.