SourceForge Logo
Main Page   Class Hierarchy   Compound List   File List   Compound Members  

PasswordRootElement Class Reference

Root element of the password composite. More...

#include <PasswordRootElement.h>

Inheritance diagram for PasswordRootElement:

PasswordGroupElement PasswordTreeElement PassguardErrorManager List of all members.

Public Methods

 PasswordRootElement ()
 Constructor of the root element of the password composite. More...

virtual ~PasswordRootElement ()
 Destructor of the root element of the password composite. More...

virtual bool allow (PasswordTreeElementAbstractVisitor &visitor)
 Defines the visitor interface to deal with data processing accross the composite in the root element. More...


Detailed Description

Root element of the password composite.


Constructor & Destructor Documentation

PasswordRootElement::PasswordRootElement  
 

Constructor of the root element of the password composite.

Its name is always "TreeRoot" and its deepness is 0.

Returns:
none

PasswordRootElement::~PasswordRootElement   [virtual]
 

Destructor of the root element of the password composite.

Returns:
none


Member Function Documentation

bool PasswordRootElement::allow PasswordTreeElementAbstractVisitor   visitor [virtual]
 

Defines the visitor interface to deal with data processing accross the composite in the root element.

Parameters:
visitor  the visitor class that will make the wanted data processing
Return values:
false  data can't be processed in this branch so switch to next one of the current level
true  data have been processed so stop running through the composite

Reimplemented from PasswordGroupElement.


The documentation for this class was generated from the following files:
Generated on Sun Mar 9 15:36:52 2003 for PassGuardFramework by doxygen1.2.15