API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPCib Class Reference

#import <CPCib.h>

+ Inheritance diagram for CPCib:

Instance Methods

(void) - connection:didFailWithError:
 
(void) - connection:didReceiveData:
 
(void) - connectionDidFinishLoading:
 
(id) - initWithCibNamed:bundle:
 
(id) - initWithCibNamed:bundle:loadDelegate:
 
(id) - initWithContentsOfURL:
 
(id) - initWithContentsOfURL:loadDelegate:
 
(BOOL) - instantiateCibWithExternalNameTable:
 
(BOOL) - instantiateCibWithOwner:topLevelObjects:
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray- exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(Class) + class
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isSubclassOfClass:
 
(CPSet+ keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 
- Instance Variables inherited from CPObject
Class isa
 

Detailed Description

Definition at line 2 of file CPCib.h.

Method Documentation

- (void) connection: (CPURLConnection aConnection
didFailWithError: (CPError)  anError 
implementation

Provided by category CPCib(CPURLConnectionDelegate).

Definition at line 174 of file CPCib.j.

- (void) connection: (CPURLConnection aConnection
didReceiveData: (CPString data 
implementation

Provided by category CPCib(CPURLConnectionDelegate).

Definition at line 165 of file CPCib.j.

- (void) connectionDidFinishLoading: (CPURLConnection aConnection
implementation

Provided by category CPCib(CPURLConnectionDelegate).

Definition at line 182 of file CPCib.j.

- (id) initWithCibNamed: (CPString aName
bundle: (CPBundle aBundle 
implementation

Definition at line 79 of file CPCib.j.

- (id) initWithCibNamed: (CPString aName
bundle: (CPBundle aBundle
loadDelegate: (id)  aLoadDelegate 
implementation

Definition at line 93 of file CPCib.j.

- (id) initWithContentsOfURL: (CPURL aURL
implementation

Definition at line 46 of file CPCib.j.

- (id) initWithContentsOfURL: (CPURL aURL
loadDelegate: (id)  aLoadDelegate 
implementation

Definition at line 63 of file CPCib.j.

- (BOOL) instantiateCibWithExternalNameTable: (CPDictionary anExternalNameTable
implementation

Definition at line 117 of file CPCib.j.

- (BOOL) instantiateCibWithOwner: (id)  anOwner
topLevelObjects: (CPArray topLevelObjects 
implementation

Definition at line 156 of file CPCib.j.


The documentation for this class was generated from the following files: