Developer Documentation
Loading...
Searching...
No Matches
PythonWidget Class Reference
Inheritance diagram for PythonWidget:

Public Slots

void runScript ()
 
void showScript (QString _script)
 
void clearEditor ()
 
void loadScriptFromFile (QString _filename)
 

Public Member Functions

 PythonWidget (QWidget *parent=0)
 

Private Slots

void slotLocalLog (Logtype _type, QString _logString)
 

Detailed Description

Definition at line 50 of file pythonWidget.hh.

Constructor & Destructor Documentation

◆ PythonWidget()

PythonWidget::PythonWidget ( QWidget *  parent = 0)
explicit

Definition at line 60 of file pythonWidget.cc.

Member Function Documentation

◆ clearEditor

void PythonWidget::clearEditor ( )
slot

Definition at line 160 of file pythonWidget.cc.

◆ loadScriptFromFile

void PythonWidget::loadScriptFromFile ( QString  _filename)
slot

Definition at line 164 of file pythonWidget.cc.

◆ runScript

void PythonWidget::runScript ( )
slot

Definition at line 122 of file pythonWidget.cc.

◆ showScript

void PythonWidget::showScript ( QString  _script)
slot

Definition at line 156 of file pythonWidget.cc.

◆ slotLocalLog

void PythonWidget::slotLocalLog ( Logtype  _type,
QString  _logString 
)
privateslot

Definition at line 133 of file pythonWidget.cc.


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