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