#include <src/Commands/Commands.h>
List of all members.
Constructor & Destructor Documentation
virtual TestSomethingCommandClass::~TestSomethingCommandClass |
( |
| ) |
[inline, virtual] |
TestSomethingCommandClass::TestSomethingCommandClass |
( |
| ) |
[inline] |
Member Function Documentation
virtual void TestSomethingCommandClass::Execute |
( |
DWORD |
dwUnk | ) |
[inline, virtual] |
{
MessageListClass::Instance->PrintMessage(L"Test Function executed!");
}
virtual const char* TestSomethingCommandClass::GetName |
( |
| ) |
[inline, virtual] |
{ return "TestSomething"; }
virtual const wchar_t* TestSomethingCommandClass::GetUICategory |
( |
| ) |
[inline, virtual] |
{ return L"Development"; }
virtual const wchar_t* TestSomethingCommandClass::GetUIDescription |
( |
| ) |
[inline, virtual] |
{ return L"Executes a test function."; }
virtual const wchar_t* TestSomethingCommandClass::GetUIName |
( |
| ) |
[inline, virtual] |
{ return L"Test Function"; }
The documentation for this class was generated from the following file: