2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
2000-09-22 13:45:58 +00:00
|
|
|
<title>NSProxy</title>
|
2000-03-05 17:39:33 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2000-09-22 13:45:58 +00:00
|
|
|
<a href ="NSProtocolChecker.html">[Previous]</a>
|
|
|
|
<a href ="Base.html">[Up]</a>
|
|
|
|
<a href ="NSRecursiveLock.html">[Next]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<h1>NSProxy</h1>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
|
|
|
<p>Version: 0.1</p>
|
|
|
|
<p>Date: 28 February, 2000</p>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2><a name ="cont-0">NSProxy</a></h2>
|
|
|
|
<h2><a name ="NSProxy">NSProxy</a></h2>
|
|
|
|
<p><b>Declared in: </b> Foundation/NSProxy.h</p>
|
|
|
|
<p><b>Conforms to: </b> NSObject
|
2000-03-05 17:39:33 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-09-15 19:56:39 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<h2>Methods </h2>
|
2000-03-05 17:39:33 +00:00
|
|
|
<ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<li><a href ="NSProxy.html#method-0">+alloc</a>
|
|
|
|
<li><a href ="NSProxy.html#method-1">+allocWithZone:</a>
|
|
|
|
<li><a href ="NSProxy.html#method-2">+class</a>
|
|
|
|
<li><a href ="NSProxy.html#method-3">+load</a>
|
|
|
|
<li><a href ="NSProxy.html#method-4">+respondsToSelector:</a>
|
|
|
|
<li><a href ="NSProxy.html#method-5">-class</a>
|
|
|
|
<li><a href ="NSProxy.html#method-6">-conformsToProtocol:</a>
|
|
|
|
<li><a href ="NSProxy.html#method-7">-dealloc</a>
|
|
|
|
<li><a href ="NSProxy.html#method-8">-description</a>
|
|
|
|
<li><a href ="NSProxy.html#method-9">-forwardInvocation:</a>
|
|
|
|
<li><a href ="NSProxy.html#method-10">-isKindOfClass:</a>
|
|
|
|
<li><a href ="NSProxy.html#method-11">-isMemberOfClass:</a>
|
|
|
|
<li><a href ="NSProxy.html#method-12">-isProxy</a>
|
|
|
|
<li><a href ="NSProxy.html#method-13">-methodSignatureForSelector:</a>
|
|
|
|
<li><a href ="NSProxy.html#method-14">-respondsToSelector:</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
</ul>
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">alloc</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (id) <b>alloc</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">allocWithZone:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (id) <b>allocWithZone:</b> (NSZone*)zone;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">class</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (Class) <b>class</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">load</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (void) <b>load</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">respondsToSelector:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
+ (BOOL) <b>respondsToSelector:</b> (SEL)aSelector;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-5">class</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (Class) <b>class</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">conformsToProtocol:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (BOOL) <b>conformsToProtocol:</b> (Protocol)aProtocol;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-7">dealloc</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (void) <b>dealloc</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-8">description</a></h3>
|
|
|
|
- (NSString*) <b>description</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-9">forwardInvocation:</a></h3>
|
|
|
|
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-10">isKindOfClass:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (BOOL) <b>isKindOfClass:</b> (Class)aClass;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-11">isMemberOfClass:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (BOOL) <b>isMemberOfClass:</b> (Class)aClass;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-12">isProxy</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (BOOL) <b>isProxy</b>;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-13">methodSignatureForSelector:</a></h3>
|
|
|
|
- (NSMethodSignature*) <b>methodSignatureForSelector:</b> (SEL)aSelector;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-14">respondsToSelector:</a></h3>
|
2000-07-04 19:53:39 +00:00
|
|
|
- (BOOL) <b>respondsToSelector:</b> (SEL)aSelector;<br>
|
2000-03-05 17:39:33 +00:00
|
|
|
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:33 +00:00
|
|
|
</body>
|
|
|
|
|
2000-09-22 13:45:58 +00:00
|
|
|
</html>
|