]>
Commit | Line | Data |
---|---|---|
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/UIControl.h> | |
8 | ||
9 | @class UIImageView, UILabel, UIPushButton; | |
10 | ||
11 | @interface UICalloutView : UIControl | |
12 | { | |
13 | UIImageView *_leftCap; | |
14 | UIImageView *_rightCap; | |
15 | UIImageView *_topAnchor; | |
16 | UIImageView *_bottomAnchor; | |
17 | UIImageView *_leftBackground; | |
18 | UIImageView *_rightBackground; | |
19 | UIPushButton *_button; | |
20 | UILabel *_title; | |
21 | UILabel *_subtitle; | |
22 | UILabel *_temporary; | |
23 | struct { | |
24 | struct CGPoint origin; | |
25 | struct CGPoint offset; | |
26 | int position; | |
27 | } _anchor; | |
28 | struct CGRect _frame; | |
29 | id _delegate; | |
30 | struct { | |
31 | unsigned int animated:1; | |
32 | unsigned int didMoveSelectorCalled:1; | |
33 | unsigned int reserved:30; | |
34 | } _flags; | |
35 | } | |
36 | ||
37 | + (id)_buttonImage; | |
38 | + (id)_buttonImagePressed; | |
39 | + (id)_backgroundImage; | |
40 | + (id)_leftCapImage; | |
41 | + (id)_rightCapImage; | |
42 | + (id)_topAnchorImage; | |
43 | + (id)_bottomAnchorImage; | |
44 | + (float)defaultHeight; | |
45 | + (id)sharedCalloutView; | |
46 | - (id)initWithFrame:(struct CGRect)fp8; | |
47 | - (void)dealloc; | |
48 | - (void)setTitle:(id)fp8; | |
49 | - (id)title; | |
50 | - (void)setSubtitle:(id)fp8; | |
51 | - (id)subtitle; | |
52 | - (void)setTemporaryTitle:(id)fp8; | |
53 | - (id)temporaryTitle; | |
54 | - (void)setOffset:(struct CGPoint)fp8; | |
55 | - (struct CGPoint)offset; | |
56 | - (struct CGPoint)anchorPoint; | |
57 | - (void)getActualAnchorPoint:(struct CGPoint *)fp8 frame:(struct CGRect *)fp12 position:(int *)fp16 forDesiredAnchorPoint:(struct CGPoint)fp20 boundaryRect:(struct CGRect)fp28; | |
58 | - (void)_setOriginForScale:(float)fp8; | |
59 | - (void)setAnchorPoint:(struct CGPoint)fp8 boundaryRect:(struct CGRect)fp16 animate:(BOOL)fp32; | |
60 | - (void)animationDidStop:(id)fp8 finished:(id)fp12; | |
61 | - (void)fadeOutWithDuration:(float)fp8; | |
62 | - (void)completeBounceAnimation; | |
63 | - (void)addTarget:(id)fp8 action:(SEL)fp12; | |
64 | - (void)removeTarget:(id)fp8; | |
65 | - (void)setDelegate:(id)fp8; | |
66 | - (id)delegate; | |
67 | - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
68 | ||
69 | @end | |
70 |