mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 19:20:51 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
124 lines
3.2 KiB
HTML
124 lines
3.2 KiB
HTML
<html><head>
|
|
<title>NSProxy</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSProtocolChecker.html">[Previous] </a>
|
|
<a href ="Base.html">[Up] </a>
|
|
<a href ="NSRecursiveLock.html">[Next] </a>
|
|
<h1>NSProxy</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<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
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<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>
|
|
</ul>
|
|
<hr><h2>Class Methods </h2>
|
|
<h3><a name ="method-0">alloc</a></h3>
|
|
+ (id) <b>alloc</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">allocWithZone:</a></h3>
|
|
+ (id) <b>allocWithZone:</b> (NSZone*)zone;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">class</a></h3>
|
|
+ (Class) <b>class</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">load</a></h3>
|
|
+ (void) <b>load</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">respondsToSelector:</a></h3>
|
|
+ (BOOL) <b>respondsToSelector:</b> (SEL)aSelector;<br>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-5">class</a></h3>
|
|
- (Class) <b>class</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">conformsToProtocol:</a></h3>
|
|
- (BOOL) <b>conformsToProtocol:</b> (Protocol)aProtocol;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">dealloc</a></h3>
|
|
- (void) <b>dealloc</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-8">description</a></h3>
|
|
- (NSString*) <b>description</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-9">forwardInvocation:</a></h3>
|
|
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-10">isKindOfClass:</a></h3>
|
|
- (BOOL) <b>isKindOfClass:</b> (Class)aClass;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-11">isMemberOfClass:</a></h3>
|
|
- (BOOL) <b>isMemberOfClass:</b> (Class)aClass;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-12">isProxy</a></h3>
|
|
- (BOOL) <b>isProxy</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-13">methodSignatureForSelector:</a></h3>
|
|
- (NSMethodSignature*) <b>methodSignatureForSelector:</b> (SEL)aSelector;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-14">respondsToSelector:</a></h3>
|
|
- (BOOL) <b>respondsToSelector:</b> (SEL)aSelector;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|