PumpkinBrush
|
#include <Command.hpp>
Public Member Functions | |
Command (int cmdFlag, std::string m_commandDescriptionP) | |
virtual | ~Command () |
N/A. More... | |
virtual bool | execute ()=0 |
virtual bool | undo ()=0 |
std::string | getCommand () |
Public Attributes | |
int | m_cmdFlag |
|
inline |
|
virtual |
N/A.
std::string Command::getCommand | ( | ) |
int Command::m_cmdFlag |