#include <Folder.hpp>
Inheritance diagram for Folder::
Public Methods | |
Folder () | |
Folder (const string &id, const string &path, const string &title, const string &desc, const string &add_date) | |
Folder (const Folder &n) | |
void | addChild (Node *child) |
Node * | getChild (const string &title) |
void | removeChild (const Node *child) |
vector< Node *> & | getChildren () |
void | empty () |
|
Default constructor. Sets all properties to an empty string. |
|
Constructor. Sets all properties to the given value. |
|
Copy constructor. |
|
Add a child node to this folder. |
|
Remove all children.
|
|
Get the child node with the specified title. |
|
Get all children of this folder.
|
|
Remove the specified child from this folder.
|