]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIView.h> | |
8 | ||
9 | @class UIBezierPath; | |
10 | ||
11 | @interface UITouchDiagnosticsLayer : UIView | |
12 | { | |
13 | struct __CFArray *_eventQueue; | |
14 | UIBezierPath *_hitRectsPath; | |
15 | UIBezierPath *_customHitRectsPath; | |
16 | UIBezierPath *_chargesPath; | |
17 | BOOL _trackTouchEvents; | |
18 | BOOL _displayTouchEvents; | |
19 | BOOL _displayHitRects; | |
20 | BOOL _displayChargeMap; | |
21 | } | |
22 | ||
23 | - (id)initWithFrame:(struct CGRect)fp8; | |
24 | - (void)dealloc; | |
25 | - (BOOL)layerRespondsToEvents:(id)fp8; | |
26 | - (void)_addLayerHitRects:(id)fp8 toPath:(id)fp12 customPath:(id)fp16; | |
27 | - (void)drawChargeMap; | |
28 | - (void)drawRect:(struct CGRect)fp8; | |
29 | - (void)diagnoseEvent:(struct __GSEvent *)fp8; | |
30 | - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
31 | - (void)refreshHitRects; | |
32 | - (void)setTrackTouchEvents:(BOOL)fp8; | |
33 | - (void)setDisplayHitRects:(BOOL)fp8; | |
34 | - (void)setDisplayTouchEvents:(BOOL)fp8; | |
35 | - (void)setDisplayChargeMap:(BOOL)fp8; | |
36 | - (void)tearDown; | |
37 | ||
38 | @end | |
39 |