Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
QmitkPythonTextEditor Class Reference

this is a python text editor with syntax highlightning More...

#include <QmitkPythonTextEditor.h>

Inheritance diagram for QmitkPythonTextEditor:
Collaboration diagram for QmitkPythonTextEditor:

Public Slots

void Paste (const QString &command)
 

Public Member Functions

 QmitkPythonTextEditor (QWidget *parent=nullptr)
 
 ~QmitkPythonTextEditor () override
 

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) override
 
void dropEvent (QDropEvent *event) override
 
QString ReadFile (const QString &filename)
 

Detailed Description

this is a python text editor with syntax highlightning

Definition at line 24 of file QmitkPythonTextEditor.h.

Constructor & Destructor Documentation

◆ QmitkPythonTextEditor()

QmitkPythonTextEditor::QmitkPythonTextEditor ( QWidget *  parent = nullptr)

◆ ~QmitkPythonTextEditor()

QmitkPythonTextEditor::~QmitkPythonTextEditor ( )
override

Member Function Documentation

◆ 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: