luaforwindows/files/docs/wxlua/doxygen/html/wxldebug_8cpp.html

115 lines
7.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>wxLua: /mnt/share/devel/lua/wxLua/modules/wxluadebug/src/wxldebug.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="dir_15d5a205ad383328522db6a6be296af1.html">modules</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_cf470daeabd5035b695eccd689e0edbd.html">wxluadebug</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_ad5e19fcea4c8ae5be8211526b26a3a5.html">src</a>
</div>
</div>
<div class="contents">
<h1>wxldebug.cpp File Reference</h1><code>#include &quot;wx/wxprec.h&quot;</code><br/>
<code>#include &quot;wx/wx.h&quot;</code><br/>
<code>#include &quot;<a class="el" href="wxldebug_8h_source.html">wxluadebug/include/wxldebug.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="wxlcallb_8h_source.html">wxlua/include/wxlcallb.h</a>&quot;</code><br/>
<div class="dynheader">
Include dependency graph for wxldebug.cpp:</div>
<div class="dynsection">
</div>
<p><a href="wxldebug_8cpp_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwxLuaDebugDataRefData.html">wxLuaDebugDataRefData</a></td></tr>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxldebug_8cpp.html#afbb25521c653f545c37539a3804a7d97">M_DEBUGREFDATA</a>&nbsp;&nbsp;&nbsp;((<a class="el" href="classwxLuaDebugDataRefData.html">wxLuaDebugDataRefData</a>*)m_refData)</td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxldebug_8cpp.html#ac93374edd0c8b07e2597f4499bf05968">wxLuaBindClassString</a> (<a class="el" href="structwxLuaBindClass.html">wxLuaBindClass</a> *wxlClass)</td></tr>
<tr><td colspan="2"><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classwxLuaDebugData.html">wxLuaDebugData</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="wxldebug_8cpp.html#a25502c55f5eb032e2ddeec59f550ccd3">wxNullLuaDebugData</a> (false)</td></tr>
</table>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="afbb25521c653f545c37539a3804a7d97"></a><!-- doxytag: member="wxldebug.cpp::M_DEBUGREFDATA" ref="afbb25521c653f545c37539a3804a7d97" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define M_DEBUGREFDATA&nbsp;&nbsp;&nbsp;((<a class="el" href="classwxLuaDebugDataRefData.html">wxLuaDebugDataRefData</a>*)m_refData)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxldebug_8cpp_source.html#l00082">82</a> of file <a class="el" href="wxldebug_8cpp_source.html">wxldebug.cpp</a>.</p>
<p>Referenced by <a class="el" href="wxldebug_8cpp_source.html#l00111">wxLuaDebugData::Add()</a>, <a class="el" href="wxldebug_8cpp_source.html#l00118">wxLuaDebugData::Copy()</a>, <a class="el" href="wxldebug_8cpp_source.html#l00171">wxLuaDebugData::EnumerateStack()</a>, <a class="el" href="wxldebug_8cpp_source.html#l00214">wxLuaDebugData::EnumerateStackEntry()</a>, <a class="el" href="wxldebug_8cpp_source.html#l00277">wxLuaDebugData::EnumerateTable()</a>, <a class="el" href="wxldebug_8cpp_source.html#l00090">wxLuaDebugData::GetArray()</a>, <a class="el" href="wxldebug_8cpp_source.html#l00101">wxLuaDebugData::GetCount()</a>, and <a class="el" href="wxldebug_8cpp_source.html#l00106">wxLuaDebugData::Item()</a>.</p>
</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ac93374edd0c8b07e2597f4499bf05968"></a><!-- doxytag: member="wxldebug.cpp::wxLuaBindClassString" ref="ac93374edd0c8b07e2597f4499bf05968" args="(wxLuaBindClass *wxlClass)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">wxString wxLuaBindClassString </td>
<td>(</td>
<td class="paramtype"><a class="el" href="structwxLuaBindClass.html">wxLuaBindClass</a> *&nbsp;</td>
<td class="paramname"> <em>wxlClass</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxldebug_8cpp_source.html#l00260">260</a> of file <a class="el" href="wxldebug_8cpp_source.html">wxldebug.cpp</a>.</p>
<p>References <a class="el" href="wxlbind_8h_source.html#l00231">wxLuaBindClass::baseclassNames</a>, <a class="el" href="wxlbind_8h_source.html#l00229">wxLuaBindClass::classInfo</a>, <a class="el" href="wxlbind_8h_source.html#l00243">wxLuaBindClass::enums_n</a>, <a class="el" href="wxlstate_8h_source.html#l00033">lua2wx()</a>, <a class="el" href="wxlbind_8h_source.html#l00226">wxLuaBindClass::name</a>, <a class="el" href="wxlbind_8h_source.html#l00228">wxLuaBindClass::wxluamethods_n</a>, and <a class="el" href="wxlbind_8h_source.html#l00230">wxLuaBindClass::wxluatype</a>.</p>
<p>Referenced by <a class="el" href="wxldebug_8cpp_source.html#l00277">wxLuaDebugData::EnumerateTable()</a>.</p>
</div>
</div>
<hr/><h2>Variable Documentation</h2>
<a class="anchor" id="a25502c55f5eb032e2ddeec59f550ccd3"></a><!-- doxytag: member="wxldebug.cpp::wxNullLuaDebugData" ref="a25502c55f5eb032e2ddeec59f550ccd3" args="(false)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classwxLuaDebugData.html">wxLuaDebugData</a> <a class="el" href="wxldebug_8cpp.html#a25502c55f5eb032e2ddeec59f550ccd3">wxNullLuaDebugData</a>(false)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Referenced by <a class="el" href="wxldebug_8cpp_source.html#l00118">wxLuaDebugData::Copy()</a>.</p>
</div>
</div>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 13 10:30:39 2010 for wxLua by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>