#include <PasswordTreeDelElementVisitor.h>
Inheritance diagram for PasswordTreeDelElementVisitor:
Public Methods | |
PasswordTreeDelElementVisitor (void) | |
Constructor of the visitor used to remove a password infos from the password composite. More... | |
virtual | ~PasswordTreeDelElementVisitor () |
Destructor of the visitor used to remove a password infos from the password composite. More... | |
virtual int | visitPasswordRootElement (PasswordRootElement *element) |
Checks if the password information match here. More... | |
virtual int | visitPasswordGroupElement (PasswordGroupElement *element) |
Checks if the password information match here and mark it for deletion if it's the case. More... | |
virtual int | visitPasswordManagerElement (PasswordManagerElement *element) |
Checks if the password informations match and if it's the case, mark it for deletion. More... | |
virtual void | setPasswordInfos (PasswordInfos password_infos) |
Defines the password infos of the visitor and reset the visit. More... | |
bool | deletePasswordInfos (void) |
Delete effectively and informs if the password informations have been deleted successfully. More... |
|
Constructor of the visitor used to remove a password infos from the password composite.
|
|
Destructor of the visitor used to remove a password infos from the password composite.
|
|
Delete effectively and informs if the password informations have been deleted successfully.
|
|
Defines the password infos of the visitor and reset the visit.
Reimplemented from PasswordFinderVisitor. |
|
Checks if the password information match here and mark it for deletion if it's the case.
Reimplemented from PasswordFinderVisitor. |
|
Checks if the password informations match and if it's the case, mark it for deletion.
Reimplemented from PasswordFinderVisitor. |
|
Checks if the password information match here.
Reimplemented from PasswordFinderVisitor. |