|
玉兔远程控制 0.1.0-bate8
|

Public 成员函数 | |
| tree (CFavoriteDatabase::Item i) | |
| int | GetRow () const |
| void | SetRow (int r) |
| bool | IsFolder () const |
| bool | IsFavorite () const |
| int | ChildCount () const |
| tree * | ChildAt (int index) const |
| int | GetInserIndex (tree *child) |
| bool | AddChild (tree *child) |
| bool | InsertChild (int index, tree *child) |
| bool | RemoveChild (tree *child) |
| QList< tree * > | FindChild (const CFavoriteDatabase::Item &item) const |
| QList< tree * > | FindRecursive (const CFavoriteDatabase::Item &item) const |
Public 属性 | |
| CFavoriteDatabase::Item | item |
| tree * | parent = nullptr |
| QVector< tree * > | children |
Private 属性 | |
| int | m_row = 0 |
在文件 FavoriteModel.h 第 61 行定义.
| CFavoriteModel::tree::tree | ( | ) |
在文件 FavoriteModel.cpp 第 502 行定义.
| CFavoriteModel::tree::tree | ( | CFavoriteDatabase::Item | i | ) |
在文件 FavoriteModel.cpp 第 505 行定义.
| CFavoriteModel::tree::~tree | ( | ) |
在文件 FavoriteModel.cpp 第 509 行定义.
| bool CFavoriteModel::tree::AddChild | ( | tree * | child | ) |
在文件 FavoriteModel.cpp 第 562 行定义.
| CFavoriteModel::tree * CFavoriteModel::tree::ChildAt | ( | int | index | ) | const |
在文件 FavoriteModel.cpp 第 538 行定义.
| int CFavoriteModel::tree::ChildCount | ( | ) | const |
在文件 FavoriteModel.cpp 第 533 行定义.
| QList< CFavoriteModel::tree * > CFavoriteModel::tree::FindChild | ( | const CFavoriteDatabase::Item & | item | ) | const |
在文件 FavoriteModel.cpp 第 599 行定义.
| QList< CFavoriteModel::tree * > CFavoriteModel::tree::FindRecursive | ( | const CFavoriteDatabase::Item & | item | ) | const |
在文件 FavoriteModel.cpp 第 610 行定义.
| int CFavoriteModel::tree::GetInserIndex | ( | tree * | child | ) |
在文件 FavoriteModel.cpp 第 546 行定义.
| int CFavoriteModel::tree::GetRow | ( | ) | const |
在文件 FavoriteModel.cpp 第 513 行定义.
| bool CFavoriteModel::tree::InsertChild | ( | int | index, |
| tree * | child | ||
| ) |
在文件 FavoriteModel.cpp 第 569 行定义.
| bool CFavoriteModel::tree::IsFavorite | ( | ) | const |
在文件 FavoriteModel.cpp 第 528 行定义.
| bool CFavoriteModel::tree::IsFolder | ( | ) | const |
在文件 FavoriteModel.cpp 第 523 行定义.
| bool CFavoriteModel::tree::RemoveChild | ( | tree * | child | ) |
在文件 FavoriteModel.cpp 第 582 行定义.
| void CFavoriteModel::tree::SetRow | ( | int | r | ) |
在文件 FavoriteModel.cpp 第 518 行定义.
| QVector<tree*> CFavoriteModel::tree::children |
在文件 FavoriteModel.h 第 64 行定义.
| CFavoriteDatabase::Item CFavoriteModel::tree::item |
在文件 FavoriteModel.h 第 62 行定义.
|
private |
在文件 FavoriteModel.h 第 84 行定义.
| tree* CFavoriteModel::tree::parent = nullptr |
在文件 FavoriteModel.h 第 63 行定义.