#include <commandbutton.h>
Collaboration diagram for CommandButton:
Public Methods | |
CommandButton (const std::string &str, Command *acmd) | |
Protected Methods | |
void | clicked_impl () |
|
00029 :
00030 Button(str), cmd(acmd)
00031 {}
protected:
|
|
00034 { 00035 (*cmd)(); 00036 } |