]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPPhonePad.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / TelephonyUI / TPPhonePad.h
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 "UIControl.h"
8
9 @interface TPPhonePad : UIControl
10 {
11 int _downKey;
12 id _delegate;
13 BOOL _playsSounds;
14 float _topHeight;
15 float _midHeight;
16 float _bottomHeight;
17 float _leftWidth;
18 float _midWidth;
19 float _rightWidth;
20 struct __CFSet *_inflightSounds;
21 struct __CFDictionary *_keyToButtonMap;
22 unsigned int _incompleteSounds;
23 unsigned int _delegateSoundCallbacks:1;
24 unsigned int _soundsActivated:1;
25 }
26
27 + (BOOL)shouldStringAutoDial:(id)fp8 givenLastChar:(BOOL)fp12;
28 + (BOOL)launchFieldTestIfNeeded:(id)fp8;
29 + (void)_delayedDeactivate;
30 - (id)initWithFrame:(struct CGRect)fp8;
31 - (void)dealloc;
32 - (void)_activateSounds:(BOOL)fp8;
33 - (void)removeFromSuperview;
34 - (void)_appSuspended;
35 - (void)_appResumed;
36 - (void)movedFromWindow:(id)fp8;
37 - (void)movedToWindow:(id)fp8;
38 - (void)setDelegate:(id)fp8;
39 - (void)setPlaysSounds:(BOOL)fp8;
40 - (void)setButton:(id)fp8 forKeyAtIndex:(int)fp12;
41 - (void)setNeedsDisplayForKey:(int)fp8;
42 - (id)_pressedImage;
43 - (id)_keypadImage;
44 - (float)_yFudge;
45 - (void)drawRect:(struct CGRect)fp8;
46 - (BOOL)pointMostlyInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
47 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
48 - (void)setHighlighted:(BOOL)fp8;
49 - (BOOL)cancelMouseTracking;
50 - (void)_handleKey:(id)fp8 forEvent:(struct __GSEvent *)fp12;
51 - (void)_handleKeyPressAndHold:(id)fp8;
52 - (int)_keyForPoint:(struct CGPoint)fp8;
53 - (struct CGRect)_rectForKey:(int)fp8;
54 - (void)_notifySoundCompletionIfNecessary:(unsigned long)fp8;
55 - (void)_playSoundForKey:(int)fp8;
56 - (void)_stopSoundForKey:(int)fp8;
57 - (void)_stopAllSoundsForcingCallbacks:(BOOL)fp8;
58
59 @end
60