#include <SimpleListSelectionFormLogic.h>
| SimpleListSelectionFormLogic::SimpleListSelectionFormLogic |
( |
| ) |
|
| SimpleListSelectionFormLogic::~SimpleListSelectionFormLogic |
( |
| ) |
|
|
virtual |
| void SimpleListSelectionFormLogic::AddItem |
( |
const QString & |
orderText, |
|
|
const QString & |
descriptionText |
|
) |
| |
| void SimpleListSelectionFormLogic::ClearItems |
( |
| ) |
|
| void SimpleListSelectionFormLogic::ClearLineEditFocus |
( |
| ) |
|
| bool SimpleListSelectionFormLogic::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
virtual |
| int SimpleListSelectionFormLogic::GetCurrentRow |
( |
| ) |
|
| QString SimpleListSelectionFormLogic::GetLineEditText |
( |
| ) |
const |
| void SimpleListSelectionFormLogic::OnCurrentRowChanged |
( |
int |
index | ) |
|
|
signal |
| void SimpleListSelectionFormLogic::OnItemSelected |
( |
int |
index | ) |
|
|
signal |
| void SimpleListSelectionFormLogic::OnLineEditReturnPressed |
( |
| ) |
|
|
signal |
| void SimpleListSelectionFormLogic::OnLineEditTextChanged |
( |
QString |
text | ) |
|
|
signal |
| void SimpleListSelectionFormLogic::ScrollToRow |
( |
int |
row | ) |
|
| void SimpleListSelectionFormLogic::SelectFirstItem |
( |
| ) |
|
| void SimpleListSelectionFormLogic::SetAllKeysEnabled |
( |
const bool |
enabled | ) |
|
| void SimpleListSelectionFormLogic::SetAutoSuggestValues |
( |
QStringList |
autoSuggestValues | ) |
|
| void SimpleListSelectionFormLogic::SetCurrentRow |
( |
int |
row | ) |
|
| void SimpleListSelectionFormLogic::SetFocusToLineEdit |
( |
| ) |
|
| void SimpleListSelectionFormLogic::SetFocusToListWidget |
( |
| ) |
|
| void SimpleListSelectionFormLogic::SetKeyEnabled |
( |
const Qt::Key |
key, |
|
|
const bool |
enabled |
|
) |
| |
| void SimpleListSelectionFormLogic::SetLineEditText |
( |
const QString & |
text | ) |
|
| void SimpleListSelectionFormLogic::SetTextStateCaptionLabel |
( |
const QString & |
text | ) |
|
| void SimpleListSelectionFormLogic::SetValueToAutoSuggest |
( |
const QString & |
value | ) |
|
| void SimpleListSelectionFormLogic::ShowLineEdit |
( |
| ) |
|
The documentation for this class was generated from the following files: