API
0.9.8
All
Classes
Files
Functions
Variables
Typedefs
Macros
Groups
Pages
CPApplication.h
Go to the documentation of this file.
1
2
@interface
CPApplication
:
CPResponder
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
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
AppKit
CPApplication.h
Generated on Sun Mar 29 2015 14:04:30 for API by
1.8.4