API 0.9.5
AppKit/CPViewController.h
Go to the documentation of this file.
00001 
00002 @interface CPViewController : CPResponder
00003 {
00004     CPView          _view // @accessors(property=view);
00005     BOOL            _isLoading;
00006 
00007     id              _representedObject // @accessors(property=representedObject);
00008     CPString        _title // @accessors(property=title);
00009 
00010     CPString        _cibName // @accessors(property=cibName, readonly);
00011     CPBundle        _cibBundle // @accessors(property=cibBundle, readonly);
00012     CPDictionary    _cibExternalNameTable // @accessors(property=cibExternalNameTable, readonly);
00013 }
00014 @end
 All Classes Files Functions Variables Defines