API 0.9.5
CPCib Class Reference

#import <CPCib.h>

Inheritance diagram for CPCib:

List of all members.

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:

Detailed Description

Definition at line 2 of file CPCib.h.


Method Documentation

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

Definition at line 170 of file CPCib.j.

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

Definition at line 161 of file CPCib.j.

- (void) connectionDidFinishLoading: (CPURLConnection aConnection

Definition at line 178 of file CPCib.j.

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

Definition at line 75 of file CPCib.j.

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

Definition at line 89 of file CPCib.j.

- (id) initWithContentsOfURL: (CPURL aURL

Definition at line 46 of file CPCib.j.

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

Definition at line 59 of file CPCib.j.

- (BOOL) instantiateCibWithExternalNameTable: (CPDictionary anExternalNameTable

Definition at line 113 of file CPCib.j.

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

Definition at line 152 of file CPCib.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines