#include <SimpleCommand.h>
Inheritance diagram for O_SESSAME::SimpleCommand< Receiver >:
Definition at line 25 of file SimpleCommand.h.
Public Types | |
typedef void(Receiver::* | Action )() |
Public Member Functions | |
SimpleCommand (Receiver *_pnewReceiver, Action _newAction) | |
virtual | ~Command () |
virtual void | Execute () |
Protected Attributes | |
Action | m_Action |
Receiver * | m_pReceiver |
|
Definition at line 28 of file SimpleCommand.h. |
|
Definition at line 29 of file SimpleCommand.h. |
|
Reimplemented from O_SESSAME::Command. |
|
Implements O_SESSAME::Command. Definition at line 32 of file SimpleCommand.h. |
|
Definition at line 35 of file SimpleCommand.h. |
|
Definition at line 36 of file SimpleCommand.h. |