|
Developer Documentation
|
Interface class for exporting functions to python. More...
#include <OpenFlipper/BasePlugin/PythonInterface.hh>
Signals | |
| virtual void | executePythonScript (QString _script) |
Public Member Functions | |
| virtual void | openPythonScriptInEditor (QString _script) |
| virtual | ~PythonInterface () |
| Destructor. | |
Interface class for exporting functions to python.
Definition at line 58 of file PythonInterface.hh.
|
inlinevirtual |
Destructor.
Definition at line 76 of file PythonInterface.hh.
|
inlinevirtualsignal |
Executes the specified python script string.
| _script | Script to be executed |
Definition at line 65 of file PythonInterface.hh.
|
inlinevirtual |
Opens the python script editor with the specified script
| _script | Script to be displayed |
Definition at line 71 of file PythonInterface.hh.