TTreeViewDialog Class
Header: | #include <TTreeViewDialog> |
Inherits: | TDialog and TUiInterface |
Public Functions
TTreeViewDialog(QWidget *parent = 0) | |
~TTreeViewDialog() |
- 2 public functions inherited from TDialog
- 8 public functions inherited from QDialog
- 213 public functions inherited from QWidget
Public Slots
TDialogButtonBox * | buttonBox() |
virtual QVariant | getData(const QString &key = "", const QVariant &options = QVariant()) |
void | loadTreeData(const QVariantList &iDataVarLst, const QString &iChildKeyStr = QString( "CHILDREN" )) |
TPageTool * | pageTool() |
void | refreshData(bool iResetPage = true) |
QVariantList | run(bool iIcludeHiddlenBol = false, int *oAnswerInt = 0) |
TSearchEntry * | searchEntry() |
void | selectRows(const QVariantList &iKeyVarLst, bool iClearBeforeBol = true) |
void | setButtons(const QStringList &iButtonStrLst) |
virtual void | setData(const QString &key, const QVariant &data) |
void | setDataKeyList(const QStringList &iKeyStrLst) |
void | setHeaderItem(const QVariantList &iHeaderItemVarLst) |
void | setIcon(const QString &iIconStr) |
void | setPageSize(int iPageSize) |
void | setPrimaryKey(const QString &iKeyStr) |
void | setSearchCallback(std::function<QVariant( QVariantMap ) > iCallback) |
void | setSearchDelayTime(int iMsInt) |
void | setSearchKeys(const QStringList &iKeyStrLst) |
void | setSearchText(const QString &iTextStr) |
void | setSelectionMode(const QAbstractItemView::SelectionMode &iSelectionMode) |
void | setTitle(const QString &iTitleStr) |
TTreeView * | treeView() |
- 2 public slots inherited from TDialog
- 9 public slots inherited from TUiInterface
- 5 public slots inherited from QDialog
- 19 public slots inherited from QWidget
Signals
virtual void | notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" )) |
- 1 signal inherited from TDialog
- 1 signal inherited from TUiInterface
- 3 signals inherited from QDialog
- 3 signals inherited from QWidget
Additional Inherited Members
- 2 properties inherited from QDialog
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 2 protected functions inherited from TDialog
- 2 protected functions inherited from TUiInterface
- 7 protected functions inherited from QDialog
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
TTreeViewDialog::TTreeViewDialog(QWidget *parent = 0)
Default constructs an instance of TTreeViewDialog.
TTreeViewDialog::~TTreeViewDialog()
Destroys the instance of TTreeViewDialog.