#include <PasswordTreeElementAbstractVisitor.h>
Inheritance diagram for PasswordTreeElementAbstractVisitor:
Public Methods | |
virtual | ~PasswordTreeElementAbstractVisitor () |
Destructor of the abstract visitor of the password composite. More... | |
virtual int | visitPasswordRootElement (PasswordRootElement *element)=0 |
Defines what to do with a composite's root. More... | |
virtual int | visitPasswordGroupElement (PasswordGroupElement *element)=0 |
Defines what to do with a composite's branch. More... | |
virtual int | visitPasswordManagerElement (PasswordManagerElement *element)=0 |
Defines what to do with a composite's leaf. More... |
|
Destructor of the abstract visitor of the password composite.
|
|
Defines what to do with a composite's branch.
Implemented in PasswordFinderVisitor, PasswordSaverVisitor, PasswordTreeAddElementVisitor, and PasswordTreeDelElementVisitor. |
|
Defines what to do with a composite's leaf.
Implemented in PasswordFinderVisitor, PasswordSaverVisitor, PasswordTreeAddElementVisitor, and PasswordTreeDelElementVisitor. |
|
Defines what to do with a composite's root.
Implemented in PasswordFinderVisitor, PasswordSaverVisitor, PasswordTreeAddElementVisitor, and PasswordTreeDelElementVisitor. |