|
Public Member Functions |
| | WxGUI () |
| virtual | ~WxGUI () |
| | DECLARE_CLASS (WxGUI, Node) |
| Fusion::ResultType | execute () |
| virtual void | execute (wxEvent *event) |
| virtual Fusion::ResultType | preInitialize () |
| virtual Fusion::ResultType | finalize () |
| | Finalize this instance before it is destroyed.
|
| virtual Fusion::ResultType | endFieldFiring (const char *property, const Fusion::Value &value) |
| virtual bool | handleEvent (const Event &event) |
| | Callback function that is implemented by the callee.
|
| virtual int | filterWxEvent (wxEvent &event) |
| virtual Fusion::Value | createMenu () |
| virtual void | addMenuEvent (int32_t id) |
| virtual Fusion::Value | getGUI () |
Protected Types |
| enum | WxGuiEventType {
NONE,
URL,
NAME,
SHOW,
FLOATING,
WIDGETS,
POSITION,
UNLOAD,
TERMINATE
} |
Protected Member Functions |
| bool | _unloadResource () |
| bool | _createDialog () |
| void | _setEvents () |
| void | _updatePosition () |
| void | _fieldFired (WxGuiEventType) |
| void | _processEvent (WxGuiEventType t) |
| bool | _sendEvent (WxGuiEventType t) |
Friends |
| class | MyApp |