#include <PassguardCommandPrintInfo.h>
Inheritance diagram for PassguardCommandPrintInfo:

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... | |
|
|
Constructor of the command that print info on stderr.
|
|
|
Destructor of the command that print info on stderr.
|
|
|
Print the debug message on stderr.
Implements PassguardAbstractCommand. |
|
|
Retrieves the description of the command for the menu tooltip.
Implements PassguardAbstractCommand. |
|
|
Retrieves the name of the command for the menu label.
Implements PassguardAbstractCommand. |
1.2.15