mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
New DO documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6873 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9932ed0243
commit
9cd2545b1c
141 changed files with 2248 additions and 1500 deletions
|
@ -70,37 +70,37 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">alloc</a></h2>
|
||||
+ (id) <b>alloc</b><br>
|
||||
+ (id) <b>alloc</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">allocWithZone:</a></h2>
|
||||
+ (id) <b>allocWithZone:</b> (NSZone*)zone<br>
|
||||
+ (id) <b>allocWithZone:</b> (NSZone*)zone;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">cancelPreviousPerformRequestsWithTarget:selector:</a></h2>
|
||||
+ (void) <b>cancelPreviousPerformRequestsWithTarget:</b> (id)aTarget <b>selector:</b> (SEL)aSelector<br>
|
||||
+ (void) <b>cancelPreviousPerformRequestsWithTarget:</b> (id)aTarget <b>selector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">class</a></h2>
|
||||
+ (Class) <b>class</b><br>
|
||||
+ (Class) <b>class</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">conformsToProtocol:</a></h2>
|
||||
+ (BOOL) <b>conformsToProtocol:</b> (Protocol*)aProtocol<br>
|
||||
+ (BOOL) <b>conformsToProtocol:</b> (Protocol*)aProtocol;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">copyWithZone:</a></h2>
|
||||
+ (id) <b>copyWithZone:</b> (NSZone*)zone<br>
|
||||
+ (id) <b>copyWithZone:</b> (NSZone*)zone;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-6">description</a></h2>
|
||||
+ (NSString*) <b>description</b><br>
|
||||
+ (NSString*) <b>description</b>;<br>
|
||||
|
||||
The <code>description</code> factory method describes the class
|
||||
of the receiver. In the default GNUstep implementation, this
|
||||
|
@ -108,7 +108,7 @@
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-7">descriptionWithLocale:</a></h2>
|
||||
+ (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale<br>
|
||||
+ (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale;<br>
|
||||
Standards: GNUstep<br>
|
||||
|
||||
The default (NSOBject) implementation of this method simply calls
|
||||
|
@ -117,7 +117,7 @@ Standards: GNUstep<br>
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-8">descriptionWithLocale:indent:</a></h2>
|
||||
+ (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level<br>
|
||||
+ (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level;<br>
|
||||
Standards: GNUstep<br>
|
||||
|
||||
The default (NSObject) implementation of this method simply calls
|
||||
|
@ -126,7 +126,7 @@ Standards: GNUstep<br>
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-9">descriptionWithLocale:indent:to:</a></h2>
|
||||
+ (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level <b>to:</b> (id<GNUDescriptionDestination>)output<br>
|
||||
+ (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level <b>to:</b> (id<GNUDescriptionDestination>)output;<br>
|
||||
Standards: GNUstep<br>
|
||||
|
||||
The default (NSObject) implementation of this method simply calls
|
||||
|
@ -135,97 +135,97 @@ Standards: GNUstep<br>
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-10">initialize</a></h2>
|
||||
+ (void) <b>initialize</b><br>
|
||||
+ (void) <b>initialize</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-11">instanceMethodForSelector:</a></h2>
|
||||
+ (IMP) <b>instanceMethodForSelector:</b> (SEL)aSelector<br>
|
||||
+ (IMP) <b>instanceMethodForSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-12">instanceMethodSignatureForSelector:</a></h2>
|
||||
+ (NSMethodSignature*) <b>instanceMethodSignatureForSelector:</b> (SEL)aSelector<br>
|
||||
+ (NSMethodSignature*) <b>instanceMethodSignatureForSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-13">instancesRespondToSelector:</a></h2>
|
||||
+ (BOOL) <b>instancesRespondToSelector:</b> (SEL)aSelector<br>
|
||||
+ (BOOL) <b>instancesRespondToSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-14">load</a></h2>
|
||||
+ (void) <b>load</b><br>
|
||||
+ (void) <b>load</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-15">mutableCopyWithZone:</a></h2>
|
||||
+ (id) <b>mutableCopyWithZone:</b> (NSZone*)zone<br>
|
||||
+ (id) <b>mutableCopyWithZone:</b> (NSZone*)zone;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-16">new</a></h2>
|
||||
+ (id) <b>new</b><br>
|
||||
+ (id) <b>new</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-17">poseAsClass:</a></h2>
|
||||
+ (void) <b>poseAsClass:</b> (Class)aClass<br>
|
||||
+ (void) <b>poseAsClass:</b> (Class)aClass;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-18">setVersion:</a></h2>
|
||||
+ (void) <b>setVersion:</b> (int)aVersion<br>
|
||||
+ (void) <b>setVersion:</b> (int)aVersion;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-19">superclass</a></h2>
|
||||
+ (Class) <b>superclass</b><br>
|
||||
+ (Class) <b>superclass</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-20">version</a></h2>
|
||||
+ (int) <b>version</b><br>
|
||||
+ (int) <b>version</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-21">awakeAfterUsingCoder:</a></h2>
|
||||
- (id) <b>awakeAfterUsingCoder:</b> (NSCoder*)aDecoder<br>
|
||||
- (id) <b>awakeAfterUsingCoder:</b> (NSCoder*)aDecoder;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-22">classForArchiver</a></h2>
|
||||
- (Class) <b>classForArchiver</b><br>
|
||||
- (Class) <b>classForArchiver</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-23">classForCoder</a></h2>
|
||||
- (Class) <b>classForCoder</b><br>
|
||||
- (Class) <b>classForCoder</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-24">classForPortCoder</a></h2>
|
||||
- (Class) <b>classForPortCoder</b><br>
|
||||
- (Class) <b>classForPortCoder</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-25">connection:handleRequest:</a></h2>
|
||||
- (BOOL) <b>connection:</b> (NSConnection*)connection <b>handleRequest:</b> (NSDistantObjectRequest*)doreq<br>
|
||||
- (BOOL) <b>connection:</b> (NSConnection*)connection <b>handleRequest:</b> (NSDistantObjectRequest*)doreq;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-26">copy</a></h2>
|
||||
- (id) <b>copy</b><br>
|
||||
- (id) <b>copy</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-27">dealloc</a></h2>
|
||||
- (void) <b>dealloc</b><br>
|
||||
- (void) <b>dealloc</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-28">description</a></h2>
|
||||
- (NSString*) <b>description</b><br>
|
||||
- (NSString*) <b>description</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
|
@ -245,7 +245,7 @@ Standards: GNUstep<br>
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-29">descriptionWithLocale:</a></h2>
|
||||
- (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale<br>
|
||||
- (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale;<br>
|
||||
Standards: GNUstep<br>
|
||||
|
||||
The default (NSOBject) implementation of this method simply calls
|
||||
|
@ -254,7 +254,7 @@ Standards: GNUstep<br>
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-30">descriptionWithLocale:indent:</a></h2>
|
||||
- (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level<br>
|
||||
- (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level;<br>
|
||||
Standards: GNUstep<br>
|
||||
|
||||
The default (NSObject) implementation of this method simply calls
|
||||
|
@ -263,7 +263,7 @@ Standards: GNUstep<br>
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-31">descriptionWithLocale:indent:to:</a></h2>
|
||||
- (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level <b>to:</b> (id<GNUDescriptionDestination>)output<br>
|
||||
- (NSString*) <b>descriptionWithLocale:</b> (NSDictionary*)aLocale <b>indent:</b> (unsigned int)level <b>to:</b> (id<GNUDescriptionDestination>)output;<br>
|
||||
Standards: GNUstep<br>
|
||||
|
||||
The default (NSObject) implementation of this method simply calls
|
||||
|
@ -279,67 +279,67 @@ Standards: GNUstep<br>
|
|||
|
||||
<hr>
|
||||
<h2><a name="method-32">doesNotRecognizeSelector:</a></h2>
|
||||
- (void) <b>doesNotRecognizeSelector:</b> (SEL)aSelector<br>
|
||||
- (void) <b>doesNotRecognizeSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-33">forwardInvocation:</a></h2>
|
||||
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation<br>
|
||||
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-34">hash</a></h2>
|
||||
- (unsigned int) <b>hash</b><br>
|
||||
- (unsigned int) <b>hash</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-35">init</a></h2>
|
||||
- (id) <b>init</b><br>
|
||||
- (id) <b>init</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-36">isEqual:</a></h2>
|
||||
- (BOOL) <b>isEqual:</b> (id)anObject<br>
|
||||
- (BOOL) <b>isEqual:</b> (id)anObject;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-37">methodForSelector:</a></h2>
|
||||
- (IMP) <b>methodForSelector:</b> (SEL)aSelector<br>
|
||||
- (IMP) <b>methodForSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-38">methodSignatureForSelector:</a></h2>
|
||||
- (NSMethodSignature*) <b>methodSignatureForSelector:</b> (SEL)aSelector<br>
|
||||
- (NSMethodSignature*) <b>methodSignatureForSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-39">mutableCopy</a></h2>
|
||||
- (id) <b>mutableCopy</b><br>
|
||||
- (id) <b>mutableCopy</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-40">performSelector:withObject:</a></h2>
|
||||
- (void) <b>performSelector:</b> (SEL)aSelector <b>withObject:</b> (id)anArgument<br>
|
||||
- (void) <b>performSelector:</b> (SEL)aSelector <b>withObject:</b> (id)anArgument;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-41">performSelector:withObject:afterDelay:inModes:</a></h2>
|
||||
- (void) <b>performSelector:</b> (SEL)aSelector <b>withObject:</b> (id)anArgument <b>afterDelay:</b> (NSTimeInterval)delay <b>inModes:</b> (NSArray*)modes<br>
|
||||
- (void) <b>performSelector:</b> (SEL)aSelector <b>withObject:</b> (id)anArgument <b>afterDelay:</b> (NSTimeInterval)delay <b>inModes:</b> (NSArray*)modes;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-42">replacementObjectForArchiver:</a></h2>
|
||||
- (id) <b>replacementObjectForArchiver:</b> (NSArchiver*)anArchiver<br>
|
||||
- (id) <b>replacementObjectForArchiver:</b> (NSArchiver*)anArchiver;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-43">replacementObjectForCoder:</a></h2>
|
||||
- (id) <b>replacementObjectForCoder:</b> (NSCoder*)aCoder<br>
|
||||
- (id) <b>replacementObjectForCoder:</b> (NSCoder*)aCoder;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-44">replacementObjectForPortCoder:</a></h2>
|
||||
- (id) <b>replacementObjectForPortCoder:</b> (NSPortCoder*)aCoder<br>
|
||||
- (id) <b>replacementObjectForPortCoder:</b> (NSPortCoder*)aCoder;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue