#include <tree.h>
Inheritance diagram for GNUMessenger::Folder:


Public Member Functions | |
| Folder (const Folder &tree) | |
| Folder (const string &xml) | |
| virtual const string | type () const |
| virtual const string & | name () const |
| a virtual function to return a 'name' | |
| virtual XMLNode & | setName (const string &name) |
| Set tag name. | |
| int | countContacts () const |
| int | countFolders () const |
| Contact | addContact (const string &name) |
| Contact | addContact (const Contact &contact) |
| Folder | addFolder (const string &name) |
| Folder | addFolder (const Folder &Folder) |
| Contact | getContact (const string &name) const |
| Folder | getFolder (const string &name) const |
| Contact | contactAt (int index) const |
| Folder | folderAt (int index) const |
| Folder & | operator= (const Folder &other) |
| Assignment operator, shallow copy. | |
Definition at line 43 of file tree.h.
|
|
Assignment operator, shallow copy.
References GNUMessenger::XMLNode::m_xmlData.
|
1.3.8