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

PassguardCommandPrintInfo Class Reference

the command that print informations on stderr. More...

#include <PassguardCommandPrintInfo.h>

Inheritance diagram for PassguardCommandPrintInfo:

PassguardAbstractCommand List of all members.

Public Methods

 PassguardCommandPrintInfo (string debug_text)
 Constructor of the command that print info on stderr. More...

virtual ~PassguardCommandPrintInfo ()
 Destructor of the command that print info on stderr. More...

virtual string getName (void)
 Retrieves the name of the command for the menu label. More...

virtual string getDescription (void)
 Retrieves the description of the command for the menu tooltip. More...

virtual void execute (void)
 Print the debug message on stderr. More...


Detailed Description

the command that print informations on stderr.


Constructor & Destructor Documentation

PassguardCommandPrintInfo::PassguardCommandPrintInfo string    debug_text
 

Constructor of the command that print info on stderr.

Parameters:
debug_text  the text to display when this command is executed
Returns:
none

PassguardCommandPrintInfo::~PassguardCommandPrintInfo   [virtual]
 

Destructor of the command that print info on stderr.

Returns:
none


Member Function Documentation

void PassguardCommandPrintInfo::execute void    [virtual]
 

Print the debug message on stderr.

Returns:
none

Implements PassguardAbstractCommand.

string PassguardCommandPrintInfo::getDescription void    [virtual]
 

Retrieves the description of the command for the menu tooltip.

Returns:
the string holding the description of the command

Implements PassguardAbstractCommand.

string PassguardCommandPrintInfo::getName void    [virtual]
 

Retrieves the name of the command for the menu label.

Returns:
the string holding the name of the command

Implements PassguardAbstractCommand.


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