Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkSearchLabelDialog.h>
Signals | |
void | goToLabel (int) |
Public Member Functions | |
QmitkSearchLabelDialog (QWidget *parent=nullptr, Qt::WindowFlags f=nullptr) | |
~QmitkSearchLabelDialog () override | |
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 23 of file QmitkSearchLabelDialog.h.
QmitkSearchLabelDialog::QmitkSearchLabelDialog | ( | QWidget * | parent = nullptr , |
Qt::WindowFlags | f = nullptr |
||
) |
Definition at line 25 of file QmitkSearchLabelDialog.cpp.
References m_Completer, m_Controls, m_LabelIndex, and OnLabelCompleterChanged().
|
override |
Definition at line 45 of file QmitkSearchLabelDialog.cpp.
QString QmitkSearchLabelDialog::GetLabelSetWidgetTableCompleteWord | ( | ) |
Definition at line 54 of file QmitkSearchLabelDialog.cpp.
References m_CompleteWord.
Referenced by QmitkLabelSetWidget::~QmitkLabelSetWidget().
int QmitkSearchLabelDialog::GetLabelSetWidgetTableIndex | ( | ) |
Definition at line 49 of file QmitkSearchLabelDialog.cpp.
References m_LabelIndex.
|
signal |
|
protectedslot |
Definition at line 66 of file QmitkSearchLabelDialog.cpp.
References m_CompleteWord, m_LabelIndex, and m_LabelList.
Referenced by QmitkSearchLabelDialog().
void QmitkSearchLabelDialog::SetLabelSuggestionList | ( | QStringList | stringList | ) |
Definition at line 59 of file QmitkSearchLabelDialog.cpp.
References m_Completer, and m_LabelList.
Referenced by QmitkLabelSetWidget::~QmitkLabelSetWidget().
|
protected |
Definition at line 50 of file QmitkSearchLabelDialog.h.
Referenced by QmitkSearchLabelDialog(), and SetLabelSuggestionList().
|
protected |
Definition at line 56 of file QmitkSearchLabelDialog.h.
Referenced by GetLabelSetWidgetTableCompleteWord(), and OnLabelCompleterChanged().
|
protected |
Definition at line 48 of file QmitkSearchLabelDialog.h.
Referenced by QmitkSearchLabelDialog().
|
protected |
Definition at line 54 of file QmitkSearchLabelDialog.h.
Referenced by GetLabelSetWidgetTableIndex(), OnLabelCompleterChanged(), and QmitkSearchLabelDialog().
|
protected |
Definition at line 52 of file QmitkSearchLabelDialog.h.
Referenced by OnLabelCompleterChanged(), and SetLabelSuggestionList().