![]() |
API 0.9.5
|
#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: |
| - (void) connection: | (CPURLConnection) | aConnection | |
| didFailWithError: | (CPError) | anError | |
| - (void) connection: | (CPURLConnection) | aConnection | |
| didReceiveData: | (CPString) | data | |
| - (void) connectionDidFinishLoading: | (CPURLConnection) | aConnection |
| - (id) initWithContentsOfURL: | (CPURL) | aURL | |
| loadDelegate: | (id) | aLoadDelegate | |
| - (BOOL) instantiateCibWithExternalNameTable: | (CPDictionary) | anExternalNameTable |
| - (BOOL) instantiateCibWithOwner: | (id) | anOwner | |
| topLevelObjects: | (CPArray) | topLevelObjects | |