API
0.9.6
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Macros
Groups
Pages
CPApplication.h
Go to the documentation of this file.
1
2
@interface
CPApplication
:
CPResponder
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
AppKit
CPApplication.h
Generated on Tue Jan 29 2013 20:13:01 for API by
1.8.3