PythonQt
Public Slots | Public Member Functions | List of all members
PythonQtConfigAPI Class Reference

Some methods to set properties of PythonQt from Python. More...

#include <PythonQtStdDecorators.h>

Inheritance diagram for PythonQtConfigAPI:

Public Slots

void setTaskDoneCallback (PyObject *object)
 

Public Member Functions

 PythonQtConfigAPI (QObject *parent)
 

Detailed Description

Some methods to set properties of PythonQt from Python.

Definition at line 197 of file PythonQtStdDecorators.h.

Constructor & Destructor Documentation

◆ PythonQtConfigAPI()

PythonQtConfigAPI::PythonQtConfigAPI ( QObject *  parent)
inline

Definition at line 201 of file PythonQtStdDecorators.h.

201 :QObject(parent) {};

Member Function Documentation

◆ setTaskDoneCallback

void PythonQtConfigAPI::setTaskDoneCallback ( PyObject object)
slot

Set a callable that is used as the argument for the add_done_callback for the Task/Future created when, e.g., an async function is connected to signal.


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