API  0.9.8
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPPlatformWindow.h
Go to the documentation of this file.
1 
3 {
4  CGRect _contentRect;
5 
6  CPInteger _level;
7  BOOL _hasShadow;
8  unsigned _shadowStyle;
9  CPString _title;
10  BOOL _shouldUpdateContentRect;
11  BOOL _hasInitializeInstanceWithWindow;
12 
13 #if PLATFORM(DOM)
14  DOMWindow _DOMWindow;
15 
16  DOMElement _DOMBodyElement;
17  DOMElement _DOMFocusElement;
18  DOMElement _DOMEventGuard;
19  DOMElement _DOMScrollingElement;
20  id _hideDOMScrollingElementTimeout;
21 
22  CPArray _windowLevels;
23  CPDictionary _windowLayers;
24 
25  BOOL _mouseIsDown;
26  BOOL _mouseDownIsRightClick;
27  CGPoint _lastMouseEventLocation;
28  CPWindow _mouseDownWindow;
29  CPTimeInterval _lastMouseUp;
30  CPTimeInterval _lastMouseDown;
31 
32  Object _charCodes;
33  unsigned _keyCode;
34  unsigned _lastKey;
35  BOOL _capsLockActive;
36 
37  BOOL _DOMEventMode;
38 
39  CPPlatformPasteboard _platformPasteboard;
40 
41  CPString _overriddenEventType;
42 #endif
43 }
44 @end