API  1.0.0
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 <CPApplicationDelegate> _delegate;
22  CPInteger _implementedDelegateMethods;
23 
24  BOOL _finishedLaunching;
25  BOOL _isActive;
26 
27  CPDictionary _namedArgs;
28  CPArray _args;
29  CPString _fullArgsString;
30 
31  CPImage _applicationIconImage;
32 
33  CPPanel _aboutPanel;
34 
35  CPThemeBlend _themeBlend // @accessors(property=themeBlend);
36 }
37 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPImage.h:2
Definition: CPEvent.h:2
Definition: CPPanel.h:2