Gui::SignalConnect Class Reference
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 () | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ SignalConnect()
◆ ~SignalConnect()
SignalConnect::~SignalConnect | ( | ) |
Member Function Documentation
◆ onExecute
|
slot |
Calls the callback function of the connected Python object.
The documentation for this class was generated from the following files:
- src/Gui/WidgetFactory.h
- src/Gui/WidgetFactory.cpp