#include <mgui/command.h>
Inheritance diagram for MGUI::COMMAND_TARGET_T< _CT >:

Public Member Functions | |
| COMMAND_TARGET_T (_CT *pContainer=0, void(_CT::*pfOnCommandFunc)(UINT)=0, void(_CT::*pfOnUpdateUIFunc)(CMDUI *)=0) | |
| void | SetFunctions (_CT *pContainer, void(_CT::*pfOnCommandFunc)(UINT), void(_CT::*pfOnUpdateUIFunc)(CMDUI *)=0) |
Definition at line 307 of file command.h.
|
||||||||||||||||||||
|
Constructor.
|
|
||||||||||||||||||||
|
Set methods to call for command and updating interface.
|
1.3.8-20040913