|
ADTF Qt5
|
Legacy version namespace for all functionality taken over from ADTF v3.13. More...
Functions | |
| QString | dump_tree (const QAbstractItemModel *pTree, size_t nColumnCount, const QModelIndex oNode=QModelIndex(), QString strPrefix="") |
Legacy version namespace for all functionality taken over from ADTF v3.13.
| QString adtf::ui::testing::nitro::dump_tree | ( | const QAbstractItemModel * | pTree, |
| size_t | nColumnCount, | ||
| const QModelIndex | oNode = QModelIndex(), | ||
| QString | strPrefix = "" ) |
Dumps the content of a QAbstractItemModel
| [in] | pTree | The tree widget of which the content should be dumped. |
| [in] | nColumnCount | The amout of columns to dump, >= 2 |
| [in] | oNode | The index from which to dump all data and children from |
| [in] | strPrefix | A prefix to all elements. |