#include <command.h>
Inheritance diagram for glift::MemberCommand0< Receiver >:
Definition at line 85 of file command.h.
Public Types | |
typedef void(Receiver::* | Action )() |
Public Member Functions | |
MemberCommand0 (Receiver *r, Action a) | |
virtual void | execute () |
virtual Command * | clone () |
|
|
|
Definition at line 101 of file command.h. References r. |
|
Implements glift::Command. |
|
Implements glift::Command. |