API 0.9.5
AppKit/CPImage.h
Go to the documentation of this file.
00001 
00002 @interface CPImage : CPObject
00003 {
00004     CGSize      _size;
00005     CPString    _filename;
00006     CPString    _name;
00007 
00008     id          _delegate;
00009     unsigned    _loadStatus;
00010 
00011     Image       _image;
00012 }
00013 @end
 All Classes Files Functions Variables Defines