this is a python text editor with syntax highlighting
More...
#include <QmitkPythonTextEditor.h>
|
| void | Paste (const QString &command) |
| |
this is a python text editor with syntax highlighting
Definition at line 24 of file QmitkPythonTextEditor.h.
◆ QmitkPythonTextEditor()
| QmitkPythonTextEditor::QmitkPythonTextEditor |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~QmitkPythonTextEditor()
| QmitkPythonTextEditor::~QmitkPythonTextEditor |
( |
| ) |
|
|
override |
◆ dragEnterEvent()
| void QmitkPythonTextEditor::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
overrideprotected |
◆ dropEvent()
| void QmitkPythonTextEditor::dropEvent |
( |
QDropEvent * |
event | ) |
|
|
overrideprotected |
◆ on_LoadScript_triggered
| void QmitkPythonTextEditor::on_LoadScript_triggered |
( |
bool |
checked = false | ) |
|
|
protectedslot |
◆ on_RunScript_triggered
| void QmitkPythonTextEditor::on_RunScript_triggered |
( |
bool |
checked = false | ) |
|
|
protectedslot |
◆ on_SaveScript_triggered
| void QmitkPythonTextEditor::on_SaveScript_triggered |
( |
bool |
checked = false | ) |
|
|
protectedslot |
◆ Paste
| void QmitkPythonTextEditor::Paste |
( |
const QString & |
command | ) |
|
|
slot |
◆ ReadFile()
| QString QmitkPythonTextEditor::ReadFile |
( |
const QString & |
filename | ) |
|
|
protected |
The documentation for this class was generated from the following file: