TTableChooserView Class
| Header: | #include <TTableChooserView> |
| Inherits: | TTableView |
Properties
- repetitionEnabled : bool
- 1 property inherited from TTableView
- 5 properties inherited from QTableView
- 16 properties inherited from QAbstractItemView
- 3 properties inherited from QAbstractScrollArea
- 6 properties inherited from QFrame
- 58 properties inherited from QWidget
Public Functions
| TTableChooserView(QWidget *parent = 0) | |
| ~TTableChooserView() |
- 34 public functions inherited from QTableView
- 57 public functions inherited from QAbstractItemView
- 20 public functions inherited from QAbstractScrollArea
- 14 public functions inherited from QFrame
- 213 public functions inherited from QWidget
Public Slots
| bool | isRepetitionEnabled() const |
| QVariantList | itemList() const |
| void | setDialogButtons(const QStringList &iButtonStrLst) |
| void | setDialogIcon(const QString &iIconStr) |
| void | setDialogLeftTableSelectionMode(const QAbstractItemView::SelectionMode &iMode) |
| void | setDialogRightTableSelectionMode(const QAbstractItemView::SelectionMode &iMode) |
| void | setDialogSearchDelayTime(int iMsInt) |
| void | setDialogSearchKeys(const QStringList &iKeyStrLst) |
| void | setDialogSearchText(const QString &iTextStr) |
| void | setDialogTitle(const QString &iTitleStr) |
| void | setItemList(QVariantList iItemVarLst) |
| void | setRepetitionEnabled(bool iEnabledBol) |
| void | setViewDataKeyList(const QStringList &iKeysStrLst) |
| void | setViewHeaderItem(const QVariantList &iHeaderItemVarLst) |
| void | setViewPrimaryKey(const QString &iKeyStr) |
- 98 public slots inherited from TTableView
- 11 public slots inherited from QTableView
- 9 public slots inherited from TUiInterface
- 9 public slots inherited from QAbstractItemView
- 19 public slots inherited from QWidget
Additional Inherited Members
- 10 signals inherited from TTableView
- 1 signal inherited from TUiInterface
- 7 signals inherited from QAbstractItemView
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 15 protected functions inherited from QTableView
- 2 protected functions inherited from TUiInterface
- 37 protected functions inherited from QAbstractItemView
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
- 6 protected slots inherited from QTableView
- 9 protected slots inherited from QAbstractItemView
- 1 protected slot inherited from QWidget
Detailed Description
Property Documentation
repetitionEnabled : bool
Access functions:
| bool | isRepetitionEnabled() const |
| void | setRepetitionEnabled(bool iEnabledBol) |
Member Function Documentation
TTableChooserView::TTableChooserView(QWidget *parent = 0)
Default constructs an instance of TTableChooserView.
TTableChooserView::~TTableChooserView()
Destroys the instance of TTableChooserView.
[slot] QVariantList TTableChooserView::itemList() const
See also setItemList().
[slot] void TTableChooserView::setDialogButtons(const QStringList &iButtonStrLst)
[slot] void TTableChooserView::setDialogIcon(const QString &iIconStr)
[slot] void TTableChooserView::setDialogLeftTableSelectionMode(const QAbstractItemView::SelectionMode &iMode)
[slot] void TTableChooserView::setDialogRightTableSelectionMode(const QAbstractItemView::SelectionMode &iMode)
[slot] void TTableChooserView::setDialogSearchDelayTime(int iMsInt)
[slot] void TTableChooserView::setDialogSearchKeys(const QStringList &iKeyStrLst)
[slot] void TTableChooserView::setDialogSearchText(const QString &iTextStr)
[slot] void TTableChooserView::setDialogTitle(const QString &iTitleStr)
[slot] void TTableChooserView::setItemList(QVariantList iItemVarLst)
See also itemList().