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.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ SignalConnect()

SignalConnect::SignalConnect ( PyObject res,
PyObject cb 
)

◆ ~SignalConnect()

SignalConnect::~SignalConnect ( )

Member Function Documentation

◆ onExecute

void SignalConnect::onExecute ( )
slot

Calls the callback function of the connected Python object.


The documentation for this class was generated from the following files: