2003-04-21 23:36:49 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>NSInvocation class additions</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="StepTalk.html">Up</a>
|
|
|
|
<br />
|
|
|
|
<h1><a name="title$NSInvocation+additions">NSInvocation class additions</a></h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
2003-08-06 18:02:52 +00:00
|
|
|
<dt>Stefan Urbanek (<a href="mailto:urbanek@host.sk"><code>urbanek@host.sk</code></a>)</dt>
|
2003-04-21 23:36:49 +00:00
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<p><b>Copyright:</b> (C) 2002 Free Software Foundation</p>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3>Contents -</h3>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="#001000000000">Software documentation for the
|
|
|
|
NSInvocation(STAdditions) category</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#002000000000">NSInvocation+additions functions</a>
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h1><a name="001000000000">
|
|
|
|
Software documentation for the
|
|
|
|
NSInvocation(STAdditions) category
|
|
|
|
</a></h1>
|
|
|
|
<h2>NSInvocation(<a name="category$NSInvocation(STAdditions)">STAdditions</a>)</h2>
|
|
|
|
<blockquote>
|
|
|
|
<dl>
|
|
|
|
<dt><b>Declared in:</b></dt>
|
|
|
|
<dd>StepTalk/NSInvocation+additions.h</dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
2004-03-27 23:32:04 +00:00
|
|
|
<li><a rel="gsdoc" href="NSInvocation+additions.html#method$NSInvocation+invocationWithTarget:selector:">+invocationWithTarget:selector:</a></li>
|
2003-04-21 23:36:49 +00:00
|
|
|
<li><a rel="gsdoc" href="NSInvocation+additions.html#method$NSInvocation+invocationWithTarget:selectorName:">+invocationWithTarget:selectorName:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSInvocation+additions.html#method$NSInvocation-getArgumentAsObjectAtIndex:">-getArgumentAsObjectAtIndex:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSInvocation+additions.html#method$NSInvocation-returnValueAsObject">-returnValueAsObject</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSInvocation+additions.html#method$NSInvocation-setArgumentAsObject:atIndex:">-setArgumentAsObject:atIndex:</a></li>
|
|
|
|
</ul>
|
|
|
|
<hr width="50%" align="left" />
|
2004-03-27 23:32:04 +00:00
|
|
|
<h3><a name="method$NSInvocation(STAdditions)+invocationWithTarget:selector:">invocationWithTarget:selector:</a></h3>
|
|
|
|
+ (id) <b>invocationWithTarget:</b> (id)target<b> selector:</b> (SEL)selector;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
2003-04-21 23:36:49 +00:00
|
|
|
<h3><a name="method$NSInvocation(STAdditions)+invocationWithTarget:selectorName:">invocationWithTarget:selectorName:</a></h3>
|
|
|
|
+ (id) <b>invocationWithTarget:</b> (id)target<b> selectorName:</b> (NSString*)selectorName;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSInvocation(STAdditions)-getArgumentAsObjectAtIndex:">getArgumentAsObjectAtIndex:</a></h3>
|
|
|
|
- (id) <b>getArgumentAsObjectAtIndex:</b> (int)anIndex;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSInvocation(STAdditions)-returnValueAsObject">returnValueAsObject</a></h3>
|
|
|
|
- (id) <b>returnValueAsObject</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSInvocation(STAdditions)-setArgumentAsObject:atIndex:">setArgumentAsObject:atIndex:</a></h3>
|
|
|
|
- (void) <b>setArgumentAsObject:</b> (id)anObject<b> atIndex:</b> (int)anIndex;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
|
|
|
|
<h1><a name="002000000000">NSInvocation+additions functions</a></h1>
|
|
|
|
<p>
|
|
|
|
</p>
|
|
|
|
<h3><a name="function$STGetValueOfTypeFromObject">STGetValueOfTypeFromObject</a></h3>
|
|
|
|
void STGetValueOfTypeFromObject(void* <b>value</b>, const char* <b>type</b>, id <b>anObject</b>);<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="function$STObjectFromValueOfType">STObjectFromValueOfType</a></h3>
|
|
|
|
id STObjectFromValueOfType(void* <b>value</b>, const char* <b>type</b>);<br />
|
|
|
|
<p>
|
|
|
|
|
2004-03-27 23:32:04 +00:00
|
|
|
This method is a factory method, that means that you
|
|
|
|
have to release the object when you no longer need it.
|
2003-04-21 23:36:49 +00:00
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<br />
|
|
|
|
<a href="StepTalk.html">Up</a>
|
|
|
|
</body>
|
|
|
|
</html>
|