API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPApplication.h
Go to the documentation of this file.
1 
3 {
4  CPArray _eventListeners;
5 
6  CPEvent _currentEvent;
7  CPWindow _lastMouseMoveWindow;
8 
9  CPArray _windows;
10  CPWindow _keyWindow;
11  CPWindow _mainWindow;
12  CPWindow _previousKeyWindow;
13  CPWindow _previousMainWindow;
14 
15  CPDocumentController _documentController;
16 
17  CPModalSession _currentSession;
18 
19  //
20  id _delegate;
21  BOOL _finishedLaunching;
22  BOOL _isActive;
23 
24  CPDictionary _namedArgs;
25  CPArray _args;
26  CPString _fullArgsString;
27 
28  CPImage _applicationIconImage;
29 
30  CPPanel _aboutPanel;
31 
32  CPThemeBlend _themeBlend // @accessors(property=themeBlend);
33 }
34 @end