| Gwork: 0.3.0Dev |
A class wanting to receive events must be derived from this. More...
#include <Events.h>
Public Types | |
| typedef void(Handler::* | Function) (Gwk::Controls::Base *fromPanel) |
| typedef void(Handler::* | FunctionBlank) () |
| typedef void(Handler::* | FunctionWithInformation) (Gwk::Event::Info info) |
Public Member Functions | |
| void | RegisterCaller (Caller *) |
| void | UnRegisterCaller (Caller *) |
Protected Member Functions | |
| void | CleanLinks () |
Protected Attributes | |
| std::list< Caller * > | m_callers |
A class wanting to receive events must be derived from this.