#include <SelectCommandSegmentFormLogic.h>
|
| | SelectCommandSegmentFormLogic () |
| |
| virtual | ~SelectCommandSegmentFormLogic () |
| |
| void | SetTextCommandNumberCaptionLabel (const QString &text) |
| |
| void | SetAutoSuggestValues (QStringList autoSuggestValues) |
| |
| void | SetActualCommandToAutoSuggest (const QString &actualCommandText) |
| |
| void | SetFocusCommandNumberLineEdit () |
| |
| void | SetTextCommandNumberLineEdit (const QString &text) |
| |
| QString | GetTextCommandNumberLineEdit () const |
| |
| void | AddItemListWidget (int row, bool enabled, const QString &lineText, const QString &tripText, const QStringList ×, const QStringList &busStops, const QString &departureCaption, const QString &departureText) |
| |
| void | SetCurrentRow (int row) |
| |
| void | ClearItemsListWidget () |
| |
| int | GetSelectedCommandSegmentRow () const |
| |
| virtual bool | eventFilter (QObject *object, QEvent *event) |
| |
| | GeneralFormLogic () |
| |
| virtual | ~GeneralFormLogic () |
| |
| template<class Ui , class Widget = QWidget> |
| void | CreateWidget (const QString &cssFile, Ui *ui) |
| |
| SelectCommandSegmentFormLogic::SelectCommandSegmentFormLogic |
( |
| ) |
|
| SelectCommandSegmentFormLogic::~SelectCommandSegmentFormLogic |
( |
| ) |
|
|
virtual |
| void SelectCommandSegmentFormLogic::AddItemListWidget |
( |
int |
row, |
|
|
bool |
enabled, |
|
|
const QString & |
lineText, |
|
|
const QString & |
tripText, |
|
|
const QStringList & |
times, |
|
|
const QStringList & |
busStops, |
|
|
const QString & |
departureCaption, |
|
|
const QString & |
departureText |
|
) |
| |
| void SelectCommandSegmentFormLogic::ClearItemsListWidget |
( |
| ) |
|
| void SelectCommandSegmentFormLogic::currentItemChanged |
( |
QListWidgetItem * |
current, |
|
|
QListWidgetItem * |
previous |
|
) |
| |
|
slot |
| bool SelectCommandSegmentFormLogic::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
virtual |
| int SelectCommandSegmentFormLogic::GetSelectedCommandSegmentRow |
( |
| ) |
const |
| QString SelectCommandSegmentFormLogic::GetTextCommandNumberLineEdit |
( |
| ) |
const |
| void SelectCommandSegmentFormLogic::OnRowSelected |
( |
int |
| ) |
|
|
signal |
| void SelectCommandSegmentFormLogic::SetActualCommandToAutoSuggest |
( |
const QString & |
actualCommandText | ) |
|
| void SelectCommandSegmentFormLogic::SetAutoSuggestValues |
( |
QStringList |
autoSuggestValues | ) |
|
| void SelectCommandSegmentFormLogic::SetCurrentRow |
( |
int |
row | ) |
|
| void SelectCommandSegmentFormLogic::SetFocusCommandNumberLineEdit |
( |
| ) |
|
| void SelectCommandSegmentFormLogic::SetTextCommandNumberCaptionLabel |
( |
const QString & |
text | ) |
|
| void SelectCommandSegmentFormLogic::SetTextCommandNumberLineEdit |
( |
const QString & |
text | ) |
|
| void SelectCommandSegmentFormLogic::textChangedCommandNumberLineEdit |
( |
QString |
text | ) |
|
|
signal |
The documentation for this class was generated from the following files: