◆ _columnCount()
| int _columnCount |
( |
long |
parent | ) |
|
|
private |
◆ _data()
| Object _data |
( |
long |
index, |
|
|
int |
role |
|
) |
| |
|
private |
在文件 QStandardModel.x 第 43 行定义.
43 {
44 return data(
new ItemIndex(index), (ItemDataRole)role);
45 }
Object data(ItemIndex index, ItemDataRole role)
◆ _flags()
◆ _headerdata()
| Object _headerdata |
( |
int |
section, |
|
|
int |
orientation, |
|
|
int |
role |
|
) |
| |
|
private |
在文件 QStandardModel.x 第 49 行定义.
49 {
50 return headerdata(section, (Orientation)orientation, (ItemDataRole)role);
51 }
Object headerdata(int section, Orientation orientation, int role)
◆ _index()
| long _index |
( |
int |
row, |
|
|
int |
col, |
|
|
long |
parent |
|
) |
| |
|
private |
在文件 QStandardModel.x 第 31 行定义.
31 {
32 return index(row, col,
new ItemIndex(parent)).id();
33 }
ItemIndex index(int row, int col, ItemIndex parent)
◆ _parent()
| long _parent |
( |
long |
child | ) |
|
|
private |
◆ _rowCount()
| int _rowCount |
( |
long |
parent | ) |
|
|
private |
◆ columnCount()
| int columnCount |
( |
ItemIndex |
parent | ) |
|
◆ data()
| Object data |
( |
ItemIndex |
index, |
|
|
ItemDataRole |
role |
|
) |
| |
◆ flags()
| ItemFlag flags |
( |
ItemIndex |
index | ) |
|
◆ headerdata()
| Object headerdata |
( |
int |
section, |
|
|
Orientation |
orientation, |
|
|
int |
role |
|
) |
| |
◆ index()
| ItemIndex index |
( |
int |
row, |
|
|
int |
col, |
|
|
ItemIndex |
parent |
|
) |
| |
◆ parent()
| ItemIndex parent |
( |
ItemIndex |
child | ) |
|
◆ rowCount()
| int rowCount |
( |
ItemIndex |
parent | ) |
|