ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <ShellCommand.h>
Public Member Functions | |
CShellCommand () | |
virtual | ~CShellCommand () |
virtual BOOL | Match (const TCHAR *pchCommand)=0 |
virtual int | Execute (CConsole &rConsole, CArgumentParser &rArguments)=0 |
virtual const TCHAR * | GetHelpString ()=0 |
virtual const TCHAR * | GetHelpShortDescriptionString ()=0 |
Definition at line 13 of file ShellCommand.h.
CShellCommand::CShellCommand | ( | ) |
Definition at line 33 of file ShellCommand.cpp.
|
virtual |
Definition at line 38 of file ShellCommand.cpp.
|
pure virtual |
Implemented in CShellCommandChangeKey, CShellCommandConnect, CShellCommandDACL, CShellCommandDeleteKey, CShellCommandDeleteValue, CShellCommandDir, CShellCommandDOKA, CShellCommandExit, CShellCommandHelp, CShellCommandNewKey, CShellCommandOwner, CShellCommandSACL, CShellCommandSetValue, CShellCommandValue, and CShellCommandVersion.
Referenced by CShellCommandsLinkedList::Execute().
Implemented in CShellCommandChangeKey, CShellCommandConnect, CShellCommandDACL, CShellCommandDeleteKey, CShellCommandDeleteValue, CShellCommandDir, CShellCommandDOKA, CShellCommandExit, CShellCommandHelp, CShellCommandNewKey, CShellCommandOwner, CShellCommandSACL, CShellCommandSetValue, CShellCommandValue, and CShellCommandVersion.
Referenced by CShellCommandHelp::Execute().
Implemented in CShellCommandChangeKey, CShellCommandConnect, CShellCommandDACL, CShellCommandDeleteKey, CShellCommandDeleteValue, CShellCommandDir, CShellCommandDOKA, CShellCommandExit, CShellCommandHelp, CShellCommandNewKey, CShellCommandOwner, CShellCommandSACL, CShellCommandSetValue, CShellCommandValue, and CShellCommandVersion.
Referenced by CShellCommandHelp::Execute().
Implemented in CShellCommandChangeKey, CShellCommandConnect, CShellCommandDACL, CShellCommandDeleteKey, CShellCommandDeleteValue, CShellCommandDir, CShellCommandDOKA, CShellCommandExit, CShellCommandHelp, CShellCommandNewKey, CShellCommandOwner, CShellCommandSACL, CShellCommandSetValue, CShellCommandValue, and CShellCommandVersion.
Referenced by CShellCommandsLinkedList::Execute(), and CShellCommandsLinkedList::Match().