#include <PasswordSetCommandVisitor.h>
Public Methods | |
| PasswordSetCommandVisitor (PassguardCommandAbstractFactory *factory, int nb_password_information) | |
| Constructor of the class PasswordSetCommandVisitor. More... | |
| virtual | ~PasswordSetCommandVisitor () |
| Destructor of the class PasswordSetCommandVisitor. More... | |
| virtual int | visitPasswordRootElement (PasswordRootElement *element) |
| Go directly to the childs. More... | |
| virtual int | visitPasswordGroupElement (PasswordGroupElement *element) |
| Store the current group name in the PasswordInfos structure. More... | |
| virtual int | visitPasswordManagerElement (PasswordManagerElement *element) |
| Store the password and description in the PasswordInfos structure and push it into the codec object. More... | |
| bool | isVisitSuccessfull (void) |
| Infirms if the saving of the tree has occured successfully. More... | |
Protected Attributes | |
| bool | _is_successfull |
| string | _last_function_in_error |
| PassguardCommandAbstractFactory * | _factory |
| PasswordInfos * | _current_password_infos |
| int | _password_nb_field |
|
||||||||||||
|
Constructor of the class PasswordSetCommandVisitor.
|
|
|
Destructor of the class PasswordSetCommandVisitor.
|
|
|
Infirms if the saving of the tree has occured successfully.
|
|
|
Store the current group name in the PasswordInfos structure.
|
|
|
Store the password and description in the PasswordInfos structure and push it into the codec object.
|
|
|
Go directly to the childs.
|
1.2.15