|
玉兔远程控制 0.1.0-bate11
|

类 | |
| struct | _DATA |
Public 类型 | |
| enum | TYPE { Node , Leaf } |
Public 成员函数 | |
| TreeItem (TYPE type) | |
| TreeItem (const TreeItem &item) | |
| TreeItem & | operator= (const TreeItem &item) |
| bool | IsNode () const |
| bool | IsLeaf () const |
| TYPE | GetType () const |
| void | SetType (TYPE type) |
| int | GetId () const |
| void | SetId (int newId) |
| QString | GetName () const |
| void | SetName (const QString &newName) |
| QDateTime | GetCreateTime () const |
| void | SetCreateTime (const QDateTime &newCreateTime) |
| QDateTime | GetModifyTime () const |
| void | SetModifyTime (const QDateTime &newModifyTime) |
| QDateTime | GetLastVisitTime () const |
| void | SetLastVisitTime (const QDateTime &newLastVisitTime) |
| int | GetParentId () const |
| void | SetParentId (int newParentId) |
| int | GetSortOrder () const |
| void | SetSortOrder (int newSortOrder) |
| int | GetKey () const |
| void | SetKey (int newNKey) |
Private 属性 | |
| _DATA | m_Data |
在文件 DatabaseTree.h 第 7 行定义.
| enum TreeItem::TYPE |
在文件 DatabaseTree.h 第 9 行定义.
| TreeItem::TreeItem | ( | const TreeItem & | item | ) |
在文件 DatabaseTree.cpp 第 21 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 102 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 52 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 92 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 122 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 112 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 62 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 72 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 82 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 42 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 37 行定义.
|
nodiscard |
在文件 DatabaseTree.cpp 第 32 行定义.
在文件 DatabaseTree.cpp 第 26 行定义.
| void TreeItem::SetCreateTime | ( | const QDateTime & | newCreateTime | ) |
在文件 DatabaseTree.cpp 第 107 行定义.
| void TreeItem::SetId | ( | int | newId | ) |
在文件 DatabaseTree.cpp 第 57 行定义.
| void TreeItem::SetKey | ( | int | newNKey | ) |
在文件 DatabaseTree.cpp 第 97 行定义.
| void TreeItem::SetLastVisitTime | ( | const QDateTime & | newLastVisitTime | ) |
在文件 DatabaseTree.cpp 第 127 行定义.
| void TreeItem::SetModifyTime | ( | const QDateTime & | newModifyTime | ) |
在文件 DatabaseTree.cpp 第 117 行定义.
| void TreeItem::SetName | ( | const QString & | newName | ) |
在文件 DatabaseTree.cpp 第 67 行定义.
| void TreeItem::SetParentId | ( | int | newParentId | ) |
在文件 DatabaseTree.cpp 第 77 行定义.
| void TreeItem::SetSortOrder | ( | int | newSortOrder | ) |
在文件 DatabaseTree.cpp 第 87 行定义.
| void TreeItem::SetType | ( | TYPE | type | ) |
在文件 DatabaseTree.cpp 第 47 行定义.
|
private |
在文件 DatabaseTree.h 第 53 行定义.