Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 6282078ae76a671f49c6af38c67b1a07 > files > 2106

kdelibs-devel-2.2.2-49.2mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>class FunctionImp</TITLE>

<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
	<TABLE BORDER="0">
		<TR><TD valign="top" align="left" cellspacing="10">
		<h1>class FunctionImp</h1>
		</TD>
		<TD valign="top" align="right" colspan="1">Implementation class for Functions.
    <small><A HREF="#longdesc">More...</A></small></TD></TR>
	</TABLE>
	<HR>
	<TABLE BORDER="0">
		<TR><TH colspan="2">Contains pure virtuals</TH></TR><TR><TH>Full name</TH><TD><code><A HREF="KJS.html">KJS</A>::FunctionImp</code></TD></TR>
<TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="function_h.html">function.h</A>&gt;</code></TD></TR>
<TR><TH>Inherits</TH><TD><A HREF="KJS__ObjectImp.html">KJS::ObjectImp</A> <small>[public ]</small></TD></TR>
<TR><TH>Inherited by</TH><TD><i><A HREF="KJS__ConstructorImp.html">ConstructorImp</A></i>, <A HREF="KJS__InternalFunctionImp.html">InternalFunctionImp</A></TD></TR>
<TR><TH><A HREF="full-list-KJS__FunctionImp.html">List of all Methods</A></TH></TR>
	</TABLE>
	</TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE>
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref2">FunctionImp</A></b> () 
</LI>
<LI>&nbsp;<b><A HREF="#ref3">FunctionImp</A></b> (const UString &n) 
</LI>
<LI>virtual  &nbsp;<b><A HREF="#ref4">~FunctionImp</A></b> () 
</LI>
<LI>virtual  const TypeInfo* &nbsp;<b><A HREF="#ref5">typeInfo</A></b> ()  const
</LI>
<LI>virtual  Completion &nbsp;<b><i><A HREF="#ref7">execute</A></i></b> (const List &) 
</LI>
<LI>bool &nbsp;<b><A HREF="#ref8">hasAttribute</A></b> (FunctionAttribute a)  const
</LI>
<LI>virtual  CodeType &nbsp;<b><i><A HREF="#ref9">codeType</A></i></b> ()  const
</LI>
<LI>KJSO &nbsp;<b><A HREF="#ref10">thisValue</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref11">addParameter</A></b> (const UString &n) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref12">setLength</A></b> (int l) 
</LI>
<LI>KJSO &nbsp;<b><A HREF="#ref13">executeCall</A></b> (Imp *thisV, const List *args) 
</LI>
<LI>KJSO &nbsp;<b><A HREF="#ref14">executeCall</A></b> (Imp *thisV, const List *args, const List *extraScope) 
</LI>
<LI>UString &nbsp;<b><A HREF="#ref15">name</A></b> ()  const
</LI>
</ul><h4>Public Members</h4><ul><LI>static const TypeInfo <b><A HREF="#ref6">info</A></b></LI>
</ul><h4>Protected Members</h4><ul><LI>UString <b><A HREF="#ref16">ident</A></b></LI>
<LI>FunctionAttribute <b><A HREF="#ref17">attr</A></b></LI>
<LI>Parameter *<b><A HREF="#ref18">param</A></b></LI>
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
</p>
<A NAME="FunctionImp"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>FunctionImp</strong> ()
<br></td><td align="right"><h3><strong>FunctionImp</strong></h3></td></tr></table><p></p><A NAME="FunctionImp"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>FunctionImp</strong> (const UString &n)
<br></td><td align="right"><h3><strong>FunctionImp</strong></h3></td></tr></table><p></p><A NAME="~FunctionImp"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td> &nbsp;<strong>~FunctionImp</strong> ()
<br></td><td align="right"><h3><strong>~FunctionImp</strong></h3></td></tr></table><p> <small>[virtual]</small></p><A NAME="typeInfo"></A><A NAME="ref5"></A><table width="100%"><tr bgcolor="#eeeeee"><td> const TypeInfo* &nbsp;<strong>typeInfo</strong> ()
<br></td><td align="right"><h3><strong>typeInfo</strong></h3></td></tr></table><p> <small>[const virtual]</small></p><p>Reimplemented from <A HREF="KJS__ObjectImp.html#typeInfo">ObjectImp</A>.</p>
<A NAME="info"></A><A NAME="ref6"></A><table width="100%"><tr bgcolor="#eeeeee"><td>static const TypeInfo  <strong>info</strong>
</td><td align="right"><h3><strong>info</strong></h3></td></tr></table><p></p><A NAME="execute"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td> Completion &nbsp;<i><strong>execute</strong></i> (const List &)
<br></td><td align="right"><h3><i><strong>execute</strong></i></h3></td></tr></table><p> <small>[pure virtual]</small></p><A NAME="hasAttribute"></A><A NAME="ref8"></A><table width="100%"><tr bgcolor="#eeeeee"><td>bool &nbsp;<strong>hasAttribute</strong> (FunctionAttribute a)
<br></td><td align="right"><h3><strong>hasAttribute</strong></h3></td></tr></table><p> <small>[const]</small></p><A NAME="codeType"></A><A NAME="ref9"></A><table width="100%"><tr bgcolor="#eeeeee"><td> CodeType &nbsp;<i><strong>codeType</strong></i> ()
<br></td><td align="right"><h3><i><strong>codeType</strong></i></h3></td></tr></table><p> <small>[const pure virtual]</small></p><A NAME="thisValue"></A><A NAME="ref10"></A><table width="100%"><tr bgcolor="#eeeeee"><td>KJSO &nbsp;<strong>thisValue</strong> ()
<br></td><td align="right"><h3><strong>thisValue</strong></h3></td></tr></table><p> <small>[const]</small></p><A NAME="addParameter"></A><A NAME="ref11"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>addParameter</strong> (const UString &n)
<br></td><td align="right"><h3><strong>addParameter</strong></h3></td></tr></table><p></p><A NAME="setLength"></A><A NAME="ref12"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setLength</strong> (int l)
<br></td><td align="right"><h3><strong>setLength</strong></h3></td></tr></table><p></p><A NAME="executeCall"></A><A NAME="ref13"></A><table width="100%"><tr bgcolor="#eeeeee"><td>KJSO &nbsp;<strong>executeCall</strong> (Imp *thisV, const List *args)
<br></td><td align="right"><h3><strong>executeCall</strong></h3></td></tr></table><p></p><A NAME="executeCall"></A><A NAME="ref14"></A><table width="100%"><tr bgcolor="#eeeeee"><td>KJSO &nbsp;<strong>executeCall</strong> (Imp *thisV, const List *args, const List *extraScope)
<br></td><td align="right"><h3><strong>executeCall</strong></h3></td></tr></table><p></p><A NAME="name"></A><A NAME="ref15"></A><table width="100%"><tr bgcolor="#eeeeee"><td>UString &nbsp;<strong>name</strong> ()
<br></td><td align="right"><h3><strong>name</strong></h3></td></tr></table><p> <small>[const]</small></p><A NAME="ident"></A><A NAME="ref16"></A><table width="100%"><tr bgcolor="#eeeeee"><td>UString  <strong>ident</strong>
</td><td align="right"><h3><strong>ident</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="attr"></A><A NAME="ref17"></A><table width="100%"><tr bgcolor="#eeeeee"><td>FunctionAttribute  <strong>attr</strong>
</td><td align="right"><h3><strong>attr</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="param"></A><A NAME="ref18"></A><table width="100%"><tr bgcolor="#eeeeee"><td>Parameter * <strong>param</strong>
</td><td align="right"><h3><strong>param</strong></h3></td></tr></table><p> <small>[protected]</small></p><HR>
	<table>
	<tr><td><small>Generated by: qateam on updates.mandrakesoft.com on Mon Dec 30 16:09:36 2002, using kdoc 2.0a53.</small></td></tr>
	</table>
</BODY>
</HTML>