Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkCtkPythonShell.h>
Public Slots | |
void | Paste (const QString &command) |
Public Member Functions | |
QmitkCtkPythonShell (QWidget *parent=0) | |
~QmitkCtkPythonShell () | |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dropEvent (QDropEvent *event) |
bool | canInsertFromMimeData (const QMimeData *source) const |
void | executeCommand (const QString &command) |
Reimplements the ctkPythonConsole with drag and drop functionality for text Furthermore it calls NotifyObserver() on the IPythonService to inform listeners
Definition at line 37 of file QmitkCtkPythonShell.h.
QmitkCtkPythonShell::QmitkCtkPythonShell | ( | QWidget * | parent = 0 | ) |
Definition at line 35 of file QmitkCtkPythonShell.cpp.
References mitk::IPythonService::ForceLoadModule(), us::GetModuleContext(), and MITK_DEBUG.
QmitkCtkPythonShell::~QmitkCtkPythonShell | ( | ) |
Definition at line 53 of file QmitkCtkPythonShell.cpp.
References us::GetModuleContext().
|
protected |
Definition at line 73 of file QmitkCtkPythonShell.cpp.
|
protected |
Definition at line 60 of file QmitkCtkPythonShell.cpp.
|
protected |
Definition at line 64 of file QmitkCtkPythonShell.cpp.
References mitk::IPythonService::SINGLE_LINE_COMMAND.
|
protected |
Definition at line 78 of file QmitkCtkPythonShell.cpp.
References MITK_DEBUG, and mitk::IPythonService::MULTI_LINE_COMMAND.
|
slot |
Definition at line 85 of file QmitkCtkPythonShell.cpp.