Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkSearchLabelDialog Class Reference

#include <QmitkSearchLabelDialog.h>

Inheritance diagram for QmitkSearchLabelDialog:
Collaboration diagram for QmitkSearchLabelDialog:

Signals

void goToLabel (int)
 

Public Member Functions

 QmitkSearchLabelDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~QmitkSearchLabelDialog ()
 
int GetLabelSetWidgetTableIndex ()
 
QString GetLabelSetWidgetTableCompleteWord ()
 
void SetLabelSuggestionList (QStringList stringList)
 

Protected Slots

void OnLabelCompleterChanged (const QString &completedWord)
 

Protected Attributes

Ui::QmitkSearchLabelDialogGUI * m_Controls
 
QCompleter * m_Completer
 
QStringList m_LabelList
 
int m_LabelIndex
 
QString m_CompleteWord
 

Detailed Description

Definition at line 27 of file QmitkSearchLabelDialog.h.

Constructor & Destructor Documentation

QmitkSearchLabelDialog::QmitkSearchLabelDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
QmitkSearchLabelDialog::~QmitkSearchLabelDialog ( )
virtual

Definition at line 51 of file QmitkSearchLabelDialog.cpp.

Member Function Documentation

QString QmitkSearchLabelDialog::GetLabelSetWidgetTableCompleteWord ( )

Definition at line 60 of file QmitkSearchLabelDialog.cpp.

References m_CompleteWord.

int QmitkSearchLabelDialog::GetLabelSetWidgetTableIndex ( )

Definition at line 55 of file QmitkSearchLabelDialog.cpp.

References m_LabelIndex.

void QmitkSearchLabelDialog::goToLabel ( int  )
signal
void QmitkSearchLabelDialog::OnLabelCompleterChanged ( const QString &  completedWord)
protectedslot

Definition at line 72 of file QmitkSearchLabelDialog.cpp.

References m_CompleteWord, m_LabelIndex, and m_LabelList.

Referenced by QmitkSearchLabelDialog().

void QmitkSearchLabelDialog::SetLabelSuggestionList ( QStringList  stringList)

Definition at line 65 of file QmitkSearchLabelDialog.cpp.

References m_Completer, and m_LabelList.

Member Data Documentation

QCompleter* QmitkSearchLabelDialog::m_Completer
protected

Definition at line 54 of file QmitkSearchLabelDialog.h.

Referenced by QmitkSearchLabelDialog(), and SetLabelSuggestionList().

QString QmitkSearchLabelDialog::m_CompleteWord
protected
Ui::QmitkSearchLabelDialogGUI* QmitkSearchLabelDialog::m_Controls
protected

Definition at line 52 of file QmitkSearchLabelDialog.h.

Referenced by QmitkSearchLabelDialog().

int QmitkSearchLabelDialog::m_LabelIndex
protected
QStringList QmitkSearchLabelDialog::m_LabelList
protected

Definition at line 56 of file QmitkSearchLabelDialog.h.

Referenced by OnLabelCompleterChanged(), and SetLabelSuggestionList().


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