|
DAWorkbench 0.0.1
DAWorkbench API
|
Public 成员函数 | |
| DATreeModelPrivate (DATreeModel *p) | |
| bool | isNull () const |
| void | setColumnCount (int col) |
Public 属性 | |
| DATree * | _treePtr |
| int | _columnCount |
| QVector< QString > | _headerLabels |
| 记录头部标签 | |
| QHash< DATreeItem *, QModelIndex > | _itemToIndex |
| 记录item和index的关系 | |