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

Public Methods | |
| virtual | ~PassguardAbstractCommand () |
| Destructor of the abstract command interface. More... | |
| virtual string | getName (void)=0 |
| Retrieves the name of the command for the menu label. More... | |
| virtual string | getDescription (void)=0 |
| Retrieves the description of the command for the menu tooltip. More... | |
| virtual void | execute (void)=0 |
| the function called when the command must be executed. More... | |
Protected Methods | |
| PassguardAbstractCommand () | |
| Constructor of the abstract command interface. More... | |
|
|
Destructor of the abstract command interface.
|
|
|
Constructor of the abstract command interface.
|
|
|
the function called when the command must be executed.
Implemented in PassguardCommandCopyPassword, and PassguardCommandPrintInfo. |
|
|
Retrieves the description of the command for the menu tooltip.
Implemented in PassguardCommandCopyPassword, and PassguardCommandPrintInfo. |
|
|
Retrieves the name of the command for the menu label.
Implemented in PassguardCommandCopyPassword, and PassguardCommandPrintInfo. |
1.2.15