17 #ifndef QmitkCtkPythonShell_h
18 #define QmitkCtkPythonShell_h
20 #include <ctkPythonConsole.h>
22 #include <MitkQtPythonExports.h>
27 struct QmitkCtkPythonShellData;
28 class ctkAbstractPythonManager;
29 class QDragEnterEvent;
45 void Paste(
const QString& command );
47 void dragEnterEvent(QDragEnterEvent *event);
48 void dropEvent(QDropEvent *event);
49 bool canInsertFromMimeData(
const QMimeData *source )
const;
50 void executeCommand(
const QString& command);
53 QmitkCtkPythonShellData* d;
59 #endif // QmitkCtkPythonShell_h