|
| a2dLuaConsole (a2dLuaCentralCommandProcessor *cmdh, wxWindow *parent, int id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, long options=WXLUAIDE_DEFAULT, const wxString &name=wxT("a2dLuaConsole")) |
|
void | OnLua (wxLuaEvent &event) |
|
| wxLuaIDE (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, long options=WXLUAIDE_DEFAULT, const wxString &name=wxT("wxLuaIDE")) |
|
bool | Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, long options=WXLUAIDE_DEFAULT, const wxString &name=wxT("wxLuaIDE")) |
|
wxLuaState | GetwxLuaState () const |
|
void | SetwxLuaState (const wxLuaState &wxlState, bool is_static) |
|
virtual bool | RecreatewxLuaState (wxEvtHandler *wxlStateEvtHandler, int win_id) |
|
virtual void | OutputLuaEvent (wxLuaEvent &event, wxLuaShell *outputWin) |
|
virtual void | WriteMessage (wxLuaShell *outputWin, const wxString &str) |
|
wxSplitterWindow * | GetSplitterWin () const |
|
wxSTEditorNotebook * | GetEditorNotebook () const |
|
wxSTEditorNotebook * | GetMsgNotebook () const |
|
wxLuaShell * | GetLuaOutputWin () const |
|
wxLuaShell * | GetLuaShellWin () const |
|
void | SetMenuBar (wxMenuBar *menuBar) |
|
wxMenuBar * | GetMenuBar () const |
|
void | SetToolBar (wxToolBar *toolbar) |
|
wxToolBar * | GetToolBar () const |
|
void | PopulateToolBar (wxToolBar *toolBar, long options=WXLUAIDE_TOOLBAR) const |
|
wxMenu * | CreatewxLuaMenu () const |
|
void | OnMenu (wxCommandEvent &event) |
|
virtual bool | HandleMenuEvent (wxCommandEvent &event) |
|
void | OnLua (wxLuaEvent &event) |
|
void | OnSize (wxSizeEvent &event) |
|
void | OnCreateEditor (wxCommandEvent &event) |
|
Definition at line 121 of file luawrap.h.