Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkSearchLabelDialog.h>
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 |
Definition at line 27 of file QmitkSearchLabelDialog.h.
QmitkSearchLabelDialog::QmitkSearchLabelDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 31 of file QmitkSearchLabelDialog.cpp.
References m_Completer, m_Controls, m_LabelIndex, and OnLabelCompleterChanged().
|
virtual |
Definition at line 51 of file QmitkSearchLabelDialog.cpp.
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.
|
signal |
|
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.
|
protected |
Definition at line 54 of file QmitkSearchLabelDialog.h.
Referenced by QmitkSearchLabelDialog(), and SetLabelSuggestionList().
|
protected |
Definition at line 60 of file QmitkSearchLabelDialog.h.
Referenced by GetLabelSetWidgetTableCompleteWord(), and OnLabelCompleterChanged().
|
protected |
Definition at line 52 of file QmitkSearchLabelDialog.h.
Referenced by QmitkSearchLabelDialog().
|
protected |
Definition at line 58 of file QmitkSearchLabelDialog.h.
Referenced by GetLabelSetWidgetTableIndex(), OnLabelCompleterChanged(), and QmitkSearchLabelDialog().
|
protected |
Definition at line 56 of file QmitkSearchLabelDialog.h.
Referenced by OnLabelCompleterChanged(), and SetLabelSuggestionList().