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

Public Methods | |
| PasswordTreeElementFactory () | |
| Constructor of the Factory of the password composite. More... | |
| virtual | ~PasswordTreeElementFactory () |
| Destructor of the Factory of the password composite. More... | |
| virtual PasswordManagerElement * | createPasswordManagerElement (string name, int deepness) |
| Create a PasswordManagerElement object that is a leaf element of the password composite. More... | |
| virtual PasswordGroupElement * | createPasswordGroupElement (string name, int deepness) |
| Create a PasswordGroupElement that is a branch element of the password composite. More... | |
| virtual PasswordRootElement * | createPasswordRootElement (void) |
| Create a PasswordRootElement that is the root element of the password composite. Its name is "TreeRoot" and its deepness is 0. More... | |
|
|
Constructor of the Factory of the password composite.
|
|
|
Destructor of the Factory of the password composite.
|
|
||||||||||||
|
Create a PasswordGroupElement that is a branch element of the password composite.
|
|
||||||||||||
|
Create a PasswordManagerElement object that is a leaf element of the password composite.
|
|
|
Create a PasswordRootElement that is the root element of the password composite. Its name is "TreeRoot" and its deepness is 0.
|
1.2.15