[Previous]
[Up]
[Next]
NSObject
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSObject.h
Conforms to: NSObject
+ (id) alloc
+ (id) allocWithZone: (NSZone*)zone
+ (void) cancelPreviousPerformRequestsWithTarget: (id)aTarget selector: (SEL)aSelector
+ (Class) class
+ (BOOL) conformsToProtocol: (Protocol*)aProtocol
+ (id) copyWithZone: (NSZone*)zone
+ (NSString*) description
+ (void) initialize
+ (IMP) instanceMethodForSelector: (SEL)aSelector
+ (NSMethodSignature*) instanceMethodSignatureForSelector: (SEL)aSelector
+ (BOOL) instancesRespondToSelector: (SEL)aSelector
+ (void) load
+ (id) mutableCopyWithZone: (NSZone*)zone
+ (id) new
+ (void) poseAsClass: (Class)aClass
+ (void) setVersion: (int)aVersion
+ (Class) superclass
+ (int) version
- (id) awakeAfterUsingCoder: (NSCoder*)aDecoder
- (Class) classForArchiver
- (Class) classForCoder
- (Class) classForPortCoder
- (BOOL) connection: (NSConnection*)connection handleRequest: (NSDistantObjectRequest*)doreq
- (id) copy
- (void) dealloc
- (NSString*) description
- (void) doesNotRecognizeSelector: (SEL)aSelector
- (void) forwardInvocation: (NSInvocation*)anInvocation
- (unsigned int) hash
- (id) init
- (BOOL) isEqual: (id)anObject
- (IMP) methodForSelector: (SEL)aSelector
- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector
- (id) mutableCopy
- (void) performSelector: (SEL)aSelector withObject: (id)anArgument
- (void) performSelector: (SEL)aSelector withObject: (id)anArgument afterDelay: (NSTimeInterval)delay inModes: (NSArray*)modes
- (id) replacementObjectForArchiver: (NSArchiver*)anArchiver
- (id) replacementObjectForCoder: (NSCoder*)aCoder
- (id) replacementObjectForPortCoder: (NSPortCoder*)aCoder