Wt examples
3.7.1
|
Used to uniquely locate a folder within the folder hierarchy. More...
Public Member Functions | |
Tree (int parentId, int index, const Git::ObjectId &object, int rowCount) | |
Constructor. More... | |
int | parentId () const |
Returns the parent id. More... | |
int | index () const |
Returns the child index within the parent folder. More... | |
const Git::ObjectId & | treeObject () const |
Returns the SHA1 id for the git tree object. More... | |
int | rowCount () const |
Returns the (cached) row count. More... | |
Private Attributes | |
ChildIndex | index_ |
Git::ObjectId | treeObject_ |
int | rowCount_ |
Used to uniquely locate a folder within the folder hierarchy.
Definition at line 131 of file GitModel.h.
|
inline |
Constructor.
Definition at line 135 of file GitModel.h.
|
inline |
Returns the child index within the parent folder.
Index of this folder within the file list of the parent folder.
Definition at line 152 of file GitModel.h.
|
inline |
Returns the parent id.
Index of the parent folder within the treeData_ vector.
Definition at line 146 of file GitModel.h.
|
inline |
|
inline |
|
private |
Definition at line 163 of file GitModel.h.
|
private |
Definition at line 165 of file GitModel.h.
|
private |
Definition at line 164 of file GitModel.h.