#include <PasswordManagerElement.h>
Inheritance diagram for PasswordManagerElement:
Public Methods | |
PasswordManagerElement (string name, int deepness) | |
Constructor of the leaf element of the password composite. More... | |
virtual | ~PasswordManagerElement () |
Destructor of the leaf element of the password composite. More... | |
virtual void | setSavable (bool savable) |
Defines if the composite's element can be saved. More... | |
virtual bool | allow (PasswordTreeElementAbstractVisitor &visitor) |
Defines the visitor interface to deal with data processing accross the composite in leaf element. More... | |
string | getDescription (void) const |
Retreives the description of the composite's element. More... | |
void | setDescription (string description) |
Defines the composite's element description. More... |
|
Constructor of the leaf element of the password composite.
|
|
Destructor of the leaf element of the password composite.
|
|
Defines the visitor interface to deal with data processing accross the composite in leaf element.
Implements PasswordTreeElement. |
|
Retreives the description of the composite's element.
|
|
Defines the composite's element description.
|
|
Defines if the composite's element can be saved.
Reimplemented from PasswordTreeElement. |