Medical Imaging Interaction Toolkit  2024.06.99-60d9b802
Medical Imaging Interaction Toolkit
QmitkToolInstallDialog Class Reference

#include <QmitkToolInstallDialog.h>

Inheritance diagram for QmitkToolInstallDialog:
Collaboration diagram for QmitkToolInstallDialog:

Public Member Functions

 QmitkToolInstallDialog (QWidget *parent=nullptr)
 
 ~QmitkToolInstallDialog ()=default
 
void closeEvent (QCloseEvent *event) override
 Overrides CloseEvent function of QDialog to open Messagebox. More...
 
void reject () override
 Overrides reject function of QDialog to block closing via esc-key. More...
 

Public Attributes

bool m_IsInstalling
 
Ui::QmitkToolInstallDialog * m_Ui
 

Static Public Attributes

static QTextEdit * m_ConsoleOut
 

Detailed Description

Definition at line 23 of file QmitkToolInstallDialog.h.

Constructor & Destructor Documentation

◆ QmitkToolInstallDialog()

QmitkToolInstallDialog::QmitkToolInstallDialog ( QWidget *  parent = nullptr)
explicit

◆ ~QmitkToolInstallDialog()

QmitkToolInstallDialog::~QmitkToolInstallDialog ( )
default

Member Function Documentation

◆ closeEvent()

void QmitkToolInstallDialog::closeEvent ( QCloseEvent *  event)
override

Overrides CloseEvent function of QDialog to open Messagebox.

◆ reject()

void QmitkToolInstallDialog::reject ( )
inlineoverride

Overrides reject function of QDialog to block closing via esc-key.

Definition at line 38 of file QmitkToolInstallDialog.h.

Member Data Documentation

◆ m_ConsoleOut

QTextEdit* QmitkToolInstallDialog::m_ConsoleOut
static

Definition at line 42 of file QmitkToolInstallDialog.h.

◆ m_IsInstalling

bool QmitkToolInstallDialog::m_IsInstalling

Definition at line 40 of file QmitkToolInstallDialog.h.

◆ m_Ui

Ui::QmitkToolInstallDialog* QmitkToolInstallDialog::m_Ui

Definition at line 41 of file QmitkToolInstallDialog.h.


The documentation for this class was generated from the following file: