#include <PasswordTree.h>
Inheritance diagram for PasswordTree:

Public Methods | |
| PasswordTree (PasswordTreeElementFactory *factory) | |
| Constructor of the password tree manager. More... | |
| ~PasswordTree () | |
| Destructor of the password tree manager. More... | |
| void | create (PasswordCodecPrototype *codec) |
| Create the password tree with the specified codec. More... | |
| bool | save (PasswordCodecPrototype *codec, string password) |
| Run trough all the tree and save all the passwords with the given codec object. More... | |
| bool | saveAs (PasswordCodecPrototype *codec, string password, string filename) |
| Run trough all the tree and save all the passwords with the given codec object but in a new file instead of the one presently setted. More... | |
| PasswordRootElement * | getRoot (void) |
| Returns the root of the password tree. More... | |
|
|
Constructor of the password tree manager.
|
|
|
Destructor of the password tree manager.
|
|
|
Create the password tree with the specified codec.
|
|
|
Returns the root of the password tree.
|
|
||||||||||||
|
Run trough all the tree and save all the passwords with the given codec object.
|
|
||||||||||||||||
|
Run trough all the tree and save all the passwords with the given codec object but in a new file instead of the one presently setted.
|
1.2.15