API  1.0.0
CPImage.h
Go to the documentation of this file.
1 
2 @interface CPImage : CPObject
3 {
4  CGSize _size;
5  CPString _filename;
6  CPString _name;
7 
8  id <CPImageDelegate> _delegate;
9  unsigned _loadStatus;
10  unsigned _implementedDelegateMethods;
11 
12  Image _image;
13 }
14 @end
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPImage.h:2