API 0.9.5
AppKit/CPApplication.h
Go to the documentation of this file.
00001 
00002 @interface CPApplication : CPResponder
00003 {
00004     CPArray                 _eventListeners;
00005 
00006     CPEvent                 _currentEvent;
00007 
00008     CPArray                 _windows;
00009     CPWindow                _keyWindow;
00010     CPWindow                _mainWindow;
00011     CPWindow                _previousKeyWindow;
00012     CPWindow                _previousMainWindow;
00013 
00014     CPDocumentController    _documentController;
00015 
00016     CPModalSession          _currentSession;
00017 
00018     //
00019     id                      _delegate;
00020     BOOL                    _finishedLaunching;
00021     BOOL                    _isActive;
00022 
00023     CPDictionary            _namedArgs;
00024     CPArray                 _args;
00025     CPString                _fullArgsString;
00026 
00027     CPImage                 _applicationIconImage;
00028 
00029     CPPanel                 _aboutPanel;
00030 
00031     CPThemeBlend            _themeBlend // @accessors(property=themeBlend);
00032 }
00033 @end
 All Classes Files Functions Variables Defines