Cappuccino
1.0.0
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
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
AppKit
CPApplication.h
Generated on Fri Sep 7 2018 11:26:14 for Cappuccino by
1.8.3