|
Rabbit Remote Control 0.1.0-bate8
|

Public Member Functions | |
| 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 Attributes | |
| CFavoriteDatabase::Item | item |
| tree * | parent = nullptr |
| QVector< tree * > | children |
Private Attributes | |
| int | m_row = 0 |
Definition at line 61 of file FavoriteModel.h.
| CFavoriteModel::tree::tree | ( | ) |
Definition at line 502 of file FavoriteModel.cpp.
| CFavoriteModel::tree::tree | ( | CFavoriteDatabase::Item | i | ) |
Definition at line 505 of file FavoriteModel.cpp.
| CFavoriteModel::tree::~tree | ( | ) |
Definition at line 509 of file FavoriteModel.cpp.
| bool CFavoriteModel::tree::AddChild | ( | tree * | child | ) |
Definition at line 562 of file FavoriteModel.cpp.
| CFavoriteModel::tree * CFavoriteModel::tree::ChildAt | ( | int | index | ) | const |
Definition at line 538 of file FavoriteModel.cpp.
| int CFavoriteModel::tree::ChildCount | ( | ) | const |
Definition at line 533 of file FavoriteModel.cpp.
| QList< CFavoriteModel::tree * > CFavoriteModel::tree::FindChild | ( | const CFavoriteDatabase::Item & | item | ) | const |
Definition at line 599 of file FavoriteModel.cpp.
| QList< CFavoriteModel::tree * > CFavoriteModel::tree::FindRecursive | ( | const CFavoriteDatabase::Item & | item | ) | const |
Definition at line 610 of file FavoriteModel.cpp.
| int CFavoriteModel::tree::GetInserIndex | ( | tree * | child | ) |
Definition at line 546 of file FavoriteModel.cpp.
| int CFavoriteModel::tree::GetRow | ( | ) | const |
Definition at line 513 of file FavoriteModel.cpp.
| bool CFavoriteModel::tree::InsertChild | ( | int | index, |
| tree * | child | ||
| ) |
Definition at line 569 of file FavoriteModel.cpp.
| bool CFavoriteModel::tree::IsFavorite | ( | ) | const |
Definition at line 528 of file FavoriteModel.cpp.
| bool CFavoriteModel::tree::IsFolder | ( | ) | const |
Definition at line 523 of file FavoriteModel.cpp.
| bool CFavoriteModel::tree::RemoveChild | ( | tree * | child | ) |
Definition at line 582 of file FavoriteModel.cpp.
| void CFavoriteModel::tree::SetRow | ( | int | r | ) |
Definition at line 518 of file FavoriteModel.cpp.
| QVector<tree*> CFavoriteModel::tree::children |
Definition at line 64 of file FavoriteModel.h.
| CFavoriteDatabase::Item CFavoriteModel::tree::item |
Definition at line 62 of file FavoriteModel.h.
|
private |
Definition at line 84 of file FavoriteModel.h.
| tree* CFavoriteModel::tree::parent = nullptr |
Definition at line 63 of file FavoriteModel.h.