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

139 lines
7.9 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: wxLuaBindCFunc Struct 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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><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="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>wxLuaBindCFunc Struct Reference</h1><!-- doxytag: class="wxLuaBindCFunc" -->
<p><code>#include &lt;<a class="el" href="wxlbind_8h_source.html">wxlbind.h</a>&gt;</code></p>
<p><a href="structwxLuaBindCFunc-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">lua_CFunction&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxLuaBindCFunc.html#a6184d5deed3363ec14f67ecf5f63c84f">lua_cfunc</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxLuaBindCFunc.html#a9eba97dea3c4725b06234b62c5fd379a">method_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxLuaBindCFunc.html#ab76dacd34dc14e51d580d353aad17017">minargs</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxLuaBindCFunc.html#a763cb668b2e1e6f13eafe1e922612c82">maxargs</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="wxlbind_8h.html#a6628a536d11950b5d99cc6ba3a2e648d">wxLuaArgType</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxLuaBindCFunc.html#aefe2c60616304f09c47eade1163a4b27">argtypes</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="wxlbind_8h_source.html#l00150">150</a> of file <a class="el" href="wxlbind_8h_source.html">wxlbind.h</a>.</p>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="aefe2c60616304f09c47eade1163a4b27"></a><!-- doxytag: member="wxLuaBindCFunc::argtypes" ref="aefe2c60616304f09c47eade1163a4b27" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="wxlbind_8h.html#a6628a536d11950b5d99cc6ba3a2e648d">wxLuaArgType</a>* <a class="el" href="structwxLuaBindCFunc.html#aefe2c60616304f09c47eade1163a4b27">wxLuaBindCFunc::argtypes</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlbind_8h_source.html#l00156">156</a> of file <a class="el" href="wxlbind_8h_source.html">wxlbind.h</a>.</p>
<p>Referenced by <a class="el" href="wxlbind_8cpp_source.html#l00658">wxlua_callOverloadedFunction()</a>, and <a class="el" href="wxlua__bind_8cpp_source.html#l00322">wxluabind_wxLuaBindCFunc__index()</a>.</p>
</div>
</div>
<a class="anchor" id="a6184d5deed3363ec14f67ecf5f63c84f"></a><!-- doxytag: member="wxLuaBindCFunc::lua_cfunc" ref="a6184d5deed3363ec14f67ecf5f63c84f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">lua_CFunction <a class="el" href="structwxLuaBindCFunc.html#a6184d5deed3363ec14f67ecf5f63c84f">wxLuaBindCFunc::lua_cfunc</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlbind_8h_source.html#l00152">152</a> of file <a class="el" href="wxlbind_8h_source.html">wxlbind.h</a>.</p>
<p>Referenced by <a class="el" href="wxlbind_8cpp_source.html#l01208">wxLuaBinding::InstallClass()</a>, <a class="el" href="wxlbind_8cpp_source.html#l00647">wxlua_callOverloadedFunction()</a>, <a class="el" href="wxlbind_8cpp_source.html#l00340">wxlua_wxLuaBindClass__index()</a>, <a class="el" href="wxlbind_8cpp_source.html#l00459">wxlua_wxLuaBindClass__newindex()</a>, <a class="el" href="wxlbind_8cpp_source.html#l00574">wxlua_wxLuaBindMethod_table__index()</a>, <a class="el" href="wxlbind_8cpp_source.html#l00609">wxlua_wxLuaBindMethod_table__newindex()</a>, and <a class="el" href="wxlua__bind_8cpp_source.html#l00322">wxluabind_wxLuaBindCFunc__index()</a>.</p>
</div>
</div>
<a class="anchor" id="a763cb668b2e1e6f13eafe1e922612c82"></a><!-- doxytag: member="wxLuaBindCFunc::maxargs" ref="a763cb668b2e1e6f13eafe1e922612c82" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structwxLuaBindCFunc.html#a763cb668b2e1e6f13eafe1e922612c82">wxLuaBindCFunc::maxargs</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlbind_8h_source.html#l00155">155</a> of file <a class="el" href="wxlbind_8h_source.html">wxlbind.h</a>.</p>
<p>Referenced by <a class="el" href="wxlbind_8cpp_source.html#l00816">wxlua_getBindMethodArgsMsg()</a>, and <a class="el" href="wxlua__bind_8cpp_source.html#l00322">wxluabind_wxLuaBindCFunc__index()</a>.</p>
</div>
</div>
<a class="anchor" id="a9eba97dea3c4725b06234b62c5fd379a"></a><!-- doxytag: member="wxLuaBindCFunc::method_type" ref="a9eba97dea3c4725b06234b62c5fd379a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structwxLuaBindCFunc.html#a9eba97dea3c4725b06234b62c5fd379a">wxLuaBindCFunc::method_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlbind_8h_source.html#l00153">153</a> of file <a class="el" href="wxlbind_8h_source.html">wxlbind.h</a>.</p>
<p>Referenced by <a class="el" href="wxlua__bind_8cpp_source.html#l00322">wxluabind_wxLuaBindCFunc__index()</a>.</p>
</div>
</div>
<a class="anchor" id="ab76dacd34dc14e51d580d353aad17017"></a><!-- doxytag: member="wxLuaBindCFunc::minargs" ref="ab76dacd34dc14e51d580d353aad17017" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structwxLuaBindCFunc.html#ab76dacd34dc14e51d580d353aad17017">wxLuaBindCFunc::minargs</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="wxlbind_8h_source.html#l00154">154</a> of file <a class="el" href="wxlbind_8h_source.html">wxlbind.h</a>.</p>
<p>Referenced by <a class="el" href="wxlbind_8cpp_source.html#l00658">wxlua_callOverloadedFunction()</a>, <a class="el" href="wxlbind_8cpp_source.html#l00816">wxlua_getBindMethodArgsMsg()</a>, and <a class="el" href="wxlua__bind_8cpp_source.html#l00322">wxluabind_wxLuaBindCFunc__index()</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/mnt/share/devel/lua/wxLua/modules/wxlua/include/<a class="el" href="wxlbind_8h_source.html">wxlbind.h</a></li>
</ul>
</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>