2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @
class NSArray
, UIImage
;
11 @interface UIAccentedCharacterView
: UIView
13 NSArray
*m_characters
;
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
;
28 struct CGPoint m_dragPoint
;
31 - (id
)initWithFrame
:(struct CGRect
)fp8 variants
:(id
)fp24 expansion
:(int)fp28 orientation
:(int)fp32
;
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
;