#include <src/Commands/Debugging.h>
List of all members.
Constructor & Destructor Documentation
virtual DebuggingCommandClass::~DebuggingCommandClass |
( |
| ) |
[inline, virtual] |
DebuggingCommandClass::DebuggingCommandClass |
( |
| ) |
[inline] |
Member Function Documentation
virtual void DebuggingCommandClass::Execute |
( |
DWORD |
dwUnk | ) |
[inline, virtual] |
virtual const char* DebuggingCommandClass::GetName |
( |
| ) |
[inline, virtual] |
virtual const wchar_t* DebuggingCommandClass::GetUICategory |
( |
| ) |
[inline, virtual] |
{ return L"Development"; }
virtual const wchar_t* DebuggingCommandClass::GetUIDescription |
( |
| ) |
[inline, virtual] |
{ return L"Dumps the current debug data to the log"; }
virtual const wchar_t* DebuggingCommandClass::GetUIName |
( |
| ) |
[inline, virtual] |
{ return L"Debugging Dump"; }
The documentation for this class was generated from the following file: