Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
this is a python text editor with syntax highlightning More...
#include <QmitkPythonTextEditor.h>
Public Slots | |
void | Paste (const QString &command) |
Public Member Functions | |
QmitkPythonTextEditor (QWidget *parent=0) | |
virtual | ~QmitkPythonTextEditor () |
Protected Slots | |
void | on_SaveScript_triggered (bool checked=false) |
void | on_LoadScript_triggered (bool checked=false) |
void | on_RunScript_triggered (bool checked=false) |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dropEvent (QDropEvent *event) |
QString | ReadFile (const QString &filename) |
this is a python text editor with syntax highlightning
Definition at line 28 of file QmitkPythonTextEditor.h.
QmitkPythonTextEditor::QmitkPythonTextEditor | ( | QWidget * | parent = 0 | ) |
Definition at line 54 of file QmitkPythonTextEditor.cpp.
References us::GetModuleContext().
|
virtual |
Definition at line 102 of file QmitkPythonTextEditor.cpp.
References us::GetModuleContext().
|
protected |
Definition at line 110 of file QmitkPythonTextEditor.cpp.
|
protected |
Definition at line 115 of file QmitkPythonTextEditor.cpp.
References Paste().
|
protectedslot |
Definition at line 171 of file QmitkPythonTextEditor.cpp.
References ReadFile().
|
protectedslot |
Definition at line 181 of file QmitkPythonTextEditor.cpp.
References MITK_ERROR, and mitk::IPythonService::MULTI_LINE_COMMAND.
|
protectedslot |
Definition at line 159 of file QmitkPythonTextEditor.cpp.
|
slot |
Definition at line 130 of file QmitkPythonTextEditor.cpp.
Referenced by dropEvent().
|
protected |
Definition at line 139 of file QmitkPythonTextEditor.cpp.
References line, and MITK_ERROR.
Referenced by on_LoadScript_triggered().