mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
URL fixes and implementation of unimplemented methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7584 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91205d1463
commit
81bb7908f3
90 changed files with 6448 additions and 5922 deletions
|
@ -1,69 +1,69 @@
|
|||
<html><head>
|
||||
<title>NSProtocolChecker</title>
|
||||
<title>NSProtocolChecker</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSProcessInfo.html">[Previous]</a>
|
||||
<a href="Base.html">[Up]</a>
|
||||
<a href="NSProxy.html">[Next]</a>
|
||||
<a href ="NSProcessInfo.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSProxy.html">[Next]</a>
|
||||
<h1>NSProtocolChecker</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: 0.1</p>
|
||||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSProtocolChecker</a></h2>
|
||||
<h2><a name="NSProtocolChecker">NSProtocolChecker</a></h2>
|
||||
<p><b>Declared in:</b> Foundation/NSProtocolChecker.h</p>
|
||||
<p><b>Inherits from:</b> <A HREF="NSObject.html#NSObject">NSObject</A></p>
|
||||
<h2><a name ="cont-0">NSProtocolChecker</a></h2>
|
||||
<h2><a name ="NSProtocolChecker">NSProtocolChecker</a></h2>
|
||||
<p><b>Declared in: </b> Foundation/NSProtocolChecker.h</p>
|
||||
<p><b>Inherits from: </b> NSObject</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<h2>Instance Variables</h2>
|
||||
<h2>Instance Variables </h2>
|
||||
<ul>
|
||||
</ul>
|
||||
<h2>Methods</h2>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href="NSProtocolChecker.html#method-0">+protocolCheckerWithTarget:</a>
|
||||
<li><a href="NSProtocolChecker.html#method-1">-forwardInvocation:</a>
|
||||
<li><a href="NSProtocolChecker.html#method-2">-initWithTarget:</a>
|
||||
<li><a href="NSProtocolChecker.html#method-3">-methodDescriptionForSelector:</a>
|
||||
<li><a href="NSProtocolChecker.html#method-4">-protocol</a>
|
||||
<li><a href="NSProtocolChecker.html#method-5">-target</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-0">+protocolCheckerWithTarget:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-1">-forwardInvocation:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-2">-initWithTarget:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-3">-methodDescriptionForSelector:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-4">-protocol</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-5">-target</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods</h2>
|
||||
<h3><a name="method-0">protocolCheckerWithTarget:</a></h3>
|
||||
+ (id) <b>protocolCheckerWithTarget:</b> (<A HREF="NSObject.html#NSObject">NSObject</A>*)anObject;<br>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">protocolCheckerWithTarget:</a></h3>
|
||||
+ (id) <b>protocolCheckerWithTarget:</b> (NSObject*)anObject;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<hr><h2>Instances Methods</h2>
|
||||
<h3><a name="method-1">forwardInvocation:</a></h3>
|
||||
- (void) <b>forwardInvocation:</b> (<A HREF="NSInvocation.html#NSInvocation">NSInvocation</A>*)anInvocation;<br>
|
||||
<hr>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-1">forwardInvocation:</a></h3>
|
||||
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name="method-2">initWithTarget:</a></h3>
|
||||
- (id) <b>initWithTarget:</b> (<A HREF="NSObject.html#NSObject">NSObject</A>*)anObject;<br>
|
||||
<hr>
|
||||
<h3><a name ="method-2">initWithTarget:</a></h3>
|
||||
- (id) <b>initWithTarget:</b> (NSObject*)anObject;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name="method-3">methodDescriptionForSelector:</a></h3>
|
||||
<hr>
|
||||
<h3><a name ="method-3">methodDescriptionForSelector:</a></h3>
|
||||
- (structobjc_method_description*) <b>methodDescriptionForSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name="method-4">protocol</a></h3>
|
||||
<hr>
|
||||
<h3><a name ="method-4">protocol</a></h3>
|
||||
- (Protocol*) <b>protocol</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name="method-5">target</a></h3>
|
||||
- (<A HREF="NSObject.html#NSObject">NSObject</A>*) <b>target</b>;<br>
|
||||
<hr>
|
||||
<h3><a name ="method-5">target</a></h3>
|
||||
- (NSObject*) <b>target</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue