]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAccentedCharacterView.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIAccentedCharacterView.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 <UIKit/UIView.h>
8
9 @class NSArray, UIImage;
10
11 @interface UIAccentedCharacterView : UIView
12 {
13 NSArray *m_characters;
14 unsigned int m_count;
15 int m_expansion;
16 int m_orientation;
17 float m_stringWidth;
18 UIImage *m_endcapImage;
19 UIImage *m_middleImage;
20 UIImage *m_grabberImage;
21 struct CGPoint m_endcapPoint;
22 struct CGRect m_middleToRect;
23 struct CGRect m_middleFromRect;
24 struct CGPoint m_grabberPoint;
25 UIView *m_selectedView;
26 unsigned int m_selectedIndex;
27 BOOL m_dragged;
28 struct CGPoint m_dragPoint;
29 }
30
31 - (id)initWithFrame:(struct CGRect)fp8 variants:(id)fp24 expansion:(int)fp28 orientation:(int)fp32;
32 - (void)dealloc;
33 - (void)setSelectedIndex:(int)fp8;
34 - (void)sendSelectedString;
35 - (BOOL)canHandleHandEvent:(struct __GSEvent *)fp8;
36 - (void)mouseDown:(struct __GSEvent *)fp8;
37 - (void)mouseDragged:(struct __GSEvent *)fp8;
38 - (void)mouseUp:(struct __GSEvent *)fp8;
39 - (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
40 - (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
41 - (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
42 - (void)touchesCancelled:(id)fp8 withEvent:(id)fp12;
43 - (void)drawRect:(struct CGRect)fp8;
44
45 @end
46