C
TreeView 所有的成员列表
这是 TreeView 的完整成员列表,包括继承的成员。
- currentIndex : int
- currentItem : int
- currentModelIndex : int
- depth : int [附加属性]
- hasChildren : bool [附加属性]
- isExpanded : bool [附加属性]
- navigationMode : int
- styleHints : int
- view : TreeView [附加属性]
- collapse(行号)
- collapseModelIndex(模型索引)
- int columnAtX(x, 包括间距)
- int depth(行号)
- expand(行号)
- expandModelIndex(模型索引)
- bool hasChildren(行号)
- bool hasSiblings(行号)
- bool isExpanded(行号)
- bool isModelIndexExpanded(模型索引)
- Item itemAtCell(点 单元格)
- Item itemAtIndex(视图索引)
- Item itemAtModelIndex(模型索引)
- QModelIndex mapFromModel(模型索引)
- QModelIndex mapToModel(视图索引)
- int rowAtY(y, 包括间距)
- toggleExpanded(行号)
- toggleModelIndexExpanded(模型索引)
- QModelIndex viewIndex(列, 行)
以下成员是从 TableView 继承的。
- columnSpacing : real
- columnWidthProvider : var
- columns : int
- contentHeight : real
- contentWidth : real
- delegate : Component
- model : model
- reuseItems : bool
- rowHeightProvider : var
- rowSpacing : real
- rows : int
- syncDirection : Qt::Orientations
- syncView : TableView
- view : TableView [附加属性]
- forceLayout()
- pooled()
- reused()
在特定的 Qt 许可证下可用。
了解更多信息。