From: John L. <jr...@us...> - 2006-05-24 04:50:10
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4440/wxLua/docs Modified Files: wxlua.html wxluaref.html Log Message: move the wxLuaDebugSocket bindings to their own dir and out of wxWidgets bindings fix using more than two bindings with same namespace Index: wxluaref.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxluaref.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxluaref.html 19 May 2006 05:31:52 -0000 1.4 --- wxluaref.html 24 May 2006 04:50:00 -0000 1.5 *************** *** 293,299 **** wxLogWindow - NOT WRAPPED<br> wxLongLong - NOT WRAPPED<br> - <a href="#wxLuaDebugData">wxLuaDebugData</a> - NOT IN WX REF MANUAL<br> - <a href="#wxLuaDebugEvent">wxLuaDebugEvent</a> - NOT IN WX REF MANUAL<br> - <a href="#wxLuaDebugServer">wxLuaDebugServer</a> - NOT IN WX REF MANUAL<br> <a href="#wxLuaHtmlWinTagEvent">wxLuaHtmlWinTagEvent</a> - NOT IN WX REF MANUAL<br> <a href="#wxLuaHtmlWindow">wxLuaHtmlWindow</a> - NOT IN WX REF MANUAL<br> --- 293,296 ---- *************** *** 2812,2815 **** --- 2809,2822 ---- <br> //-----------------------------------------------------------------------------<br> + // <a href="#wxString">wxString</a> - a stub class for people who need <a href="#wxString">wxString</a> (wxLua uses lua strings)<br> + <br> + <font color=#AA0000><font size=+1><i>%class</i> <i>%noclassinfo</i> <i>%encapsulate</i> <b><a name="wxString">wxString</a></b></font></font><blockquote> + <a href="#wxString">wxString</a>(const <a href="#wxString">wxString</a>& str = "")<br> + <br> + <a href="#wxString">wxString</a> GetData() const<br> + <br> + </blockquote><font color=#AA0000><i>%endclass</i></font><br> + <br> + //-----------------------------------------------------------------------------<br> // wxClientData<br> <br> *************** *** 12446,12505 **** <br> //-----------------------------------------------------------------------------<br> - // wxLuaDebugServer<br> - <br> - <i>%if</i> wxLUA_USE_wxLuaDebugServer<br> - <br> - <i>%include</i> "wxluasocket/include/wxldserv.h"<br> - <br> - <font color=#AA0000><font size=+1><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <b><a name="wxLuaDebugServer">wxLuaDebugServer</a></b></font></font><blockquote> - <a href="#wxLuaDebugServer">wxLuaDebugServer</a>(int portNumber)<br> - <i>%constructor</i> wxLuaDebugServerCompile(const <a href="#wxString">wxString</a> &buffer, const <a href="#wxString">wxString</a> &fileName)<br> - <br> - bool StartClient()<br> - bool StartServerThread()<br> - bool AddBreakPoint(const <a href="#wxString">wxString</a> &fileName, int lineNumber)<br> - bool RemoveBreakPoint(const <a href="#wxString">wxString</a> &fileName, int lineNumber)<br> - bool ClearAllBreakPoints()<br> - bool Run(const <a href="#wxString">wxString</a> &file, const <a href="#wxString">wxString</a> &fileName)<br> - bool Step()<br> - bool StepOver()<br> - bool StepOut()<br> - bool Continue()<br> - bool Break()<br> - bool Reset()<br> - void DisplayStackDialog(<a href="#wxWindow">wxWindow</a> *pParent)<br> - bool EvaluateExpr(int exprRef, const <a href="#wxString">wxString</a> &expr)<br> - </blockquote><font color=#AA0000><i>%endclass</i></font><br> - <br> - //-----------------------------------------------------------------------------<br> - // wxLuaDebugData<br> - <br> - <font color=#AA0000><font size=+1><i>%class</i> <i>%noclassinfo</i> <b><a name="wxLuaDebugData">wxLuaDebugData</a></b></font></font><blockquote> - </blockquote><font color=#AA0000><i>%endclass</i></font><br> - <br> - //-----------------------------------------------------------------------------<br> - // wxLuaDebugEvent<br> - <br> - <font color=#AA0000><font size=+1><i>%class</i> <i>%delete</i> <b><a name="wxLuaDebugEvent">wxLuaDebugEvent</a></b>, <a href="#wxEvent">wxEvent</a></font></font><blockquote> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_CLIENT_CONNECTED</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_BREAK</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_PRINT</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_ERROR</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_EXIT</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_STACK_ENUM</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_STACK_ENTRY_ENUM</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_TABLE_ENUM</font><br> - <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_WXLUA_DEBUG_EVALUATE_EXPR</font><br> - <br> - int GetLineNumber() const<br> - int GetReference() const<br> - <a href="#wxString">wxString</a> GetFileName() const<br> - <a href="#wxString">wxString</a> GetMessage() const<br> - const <a href="#wxLuaDebugData">wxLuaDebugData</a> *GetDebugData() const<br> - </blockquote><font color=#AA0000><i>%endclass</i></font><br> - <br> - <i>%endif</i> wxLUA_USE_wxLuaDebugServer<br> - <br> - //-----------------------------------------------------------------------------<br> // wxLuaPrintout<br> <br> --- 12453,12456 ---- *************** *** 12747,12752 **** /////////////////////////////////////////////////////////////////////////////<br> <br> - <i>%if</i> wxLUA_USE_wxStyledTextCtrl<br> - <br> <i>%include</i> "wx/stc/stc.h"<br> <br> --- 12698,12701 ---- *************** *** 13819,13823 **** </blockquote><font color=#AA0000><i>%endclass</i></font><br> <br> - <i>%endif</i> wxLUA_USE_wxStyledTextCtrl<br> </body> </html> --- 13768,13771 ---- Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxlua.html 14 May 2006 00:40:55 -0000 1.5 --- wxlua.html 24 May 2006 04:50:00 -0000 1.6 *************** *** 4,14 **** --- 4,19 ---- + + <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> + [...2790 lines suppressed...] + </ul> + <li>The other functions are documented in wxlstate.h.</li> + </ul> + <br> + </body> </html> |