#include <PasswordTreeAddElementVisitor.h>
Inheritance diagram for PasswordTreeAddElementVisitor:
Public Methods | |
PasswordTreeAddElementVisitor (PasswordTreeElementFactory *factory) | |
Constructor of the visitor used to add a password infos to the password composite. More... | |
virtual | ~PasswordTreeAddElementVisitor () |
Destructor of the visitor used to add a password infos to the password composite. More... | |
virtual int | visitPasswordRootElement (PasswordRootElement *element) |
Checks if the password information could already be here and if not insert it. More... | |
virtual int | visitPasswordGroupElement (PasswordGroupElement *element) |
Checks if the password information could already be here and if not insert it. More... | |
virtual int | visitPasswordManagerElement (PasswordManagerElement *element) |
Checks if the password informations entry already exists. More... | |
virtual void | setPasswordInfos (PasswordInfos password_infos) |
Defines the password infos of the visitor and reset the visit. More... | |
bool | isPasswordInfosAdded (void) |
Informs if the password informations have been inserted successfully. More... |
|
Constructor of the visitor used to add a password infos to the password composite.
|
|
Destructor of the visitor used to add a password infos to the password composite.
|
|
Informs if the password informations have been inserted successfully.
|
|
Defines the password infos of the visitor and reset the visit.
Reimplemented from PasswordFinderVisitor. |
|
Checks if the password information could already be here and if not insert it.
Reimplemented from PasswordFinderVisitor. |
|
Checks if the password informations entry already exists.
Reimplemented from PasswordFinderVisitor. |
|
Checks if the password information could already be here and if not insert it.
Reimplemented from PasswordFinderVisitor. |