#include <src/Commands/FrameByFrame.h>
List of all members.
Constructor & Destructor Documentation
virtual FrameByFrameCommandClass::~FrameByFrameCommandClass |
( |
| ) |
[inline, virtual] |
FrameByFrameCommandClass::FrameByFrameCommandClass |
( |
| ) |
[inline] |
Member Function Documentation
virtual void FrameByFrameCommandClass::Execute |
( |
DWORD |
dwUnk | ) |
[inline, virtual] |
{
Unsorted::ArmageddonMode = !Unsorted::ArmageddonMode;
wchar_t msg[0x40] = L"\0";
wsprintfW(msg, L"Single stepping mode %s.", Unsorted::ArmageddonMode ? L"enabled" : L"disabled");
MessageListClass::PrintMessage(msg);
}
virtual const char* FrameByFrameCommandClass::GetName |
( |
| ) |
[inline, virtual] |
virtual const wchar_t* FrameByFrameCommandClass::GetUICategory |
( |
| ) |
[inline, virtual] |
{ return L"Development"; }
virtual const wchar_t* FrameByFrameCommandClass::GetUIDescription |
( |
| ) |
[inline, virtual] |
{ return L"Toggles the single-stepping debug mode on or off."; }
virtual const wchar_t* FrameByFrameCommandClass::GetUIName |
( |
| ) |
[inline, virtual] |
{ return L"Toggle Single-stepping"; }
The documentation for this class was generated from the following file: