]>
Commit | Line | Data |
---|---|---|
c58d80b0 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 "UIView.h" | |
8 | ||
9 | @class CKMessagePart, NSString; | |
10 | ||
11 | @interface CKBalloonView : UIView | |
12 | { | |
13 | id _delegate; | |
14 | id _tapDelegate; | |
15 | int _orientation; | |
16 | float _bubbleAlpha; | |
17 | float _tightenedWidth; | |
18 | unsigned int _hasURLs:1; | |
19 | unsigned int _draws:1; | |
20 | unsigned int _forceTighten:1; | |
21 | unsigned int _balloonHighlight:1; | |
22 | float _topMargin; | |
23 | CKMessagePart *_messagePart; | |
24 | NSString *_subject; | |
25 | unsigned int _preview:1; | |
26 | unsigned int _isIgnoringSingleTap:1; | |
27 | unsigned int _calloutRegistered:1; | |
28 | } | |
29 | ||
30 | + (float)fixedHeight; | |
31 | + (BOOL)shouldHaveAccessoryDiclosure; | |
32 | + (struct CGSize)defaultSize; | |
33 | + (id)defaultFont; | |
34 | + (BOOL)showsSubject; | |
35 | + (struct CGSize)sizeForMessagePart:(id)fp8 width:(float)fp12; | |
36 | + (float)heightForText:(id)fp8 width:(float)fp12 subject:(id)fp16; | |
37 | + (struct CGSize)sizeForMessagePart:(id)fp8 width:(float)fp12 withSubject:(BOOL)fp16; | |
38 | + (struct CGPoint)offsetForBubbleInsetAtPoint:(struct CGPoint)fp8; | |
39 | + (float)additionalHeightForBubbleWhenInsetAtPoint:(struct CGPoint)fp8; | |
40 | + (float)heightForText:(id)fp8; | |
41 | + (float)heightForText:(id)fp8 width:(float)fp12; | |
42 | + (float)heightForText:(id)fp8 width:(float)fp12 includeBuffers:(BOOL)fp16; | |
43 | + (struct CGContext *)sharedSizingContext; | |
44 | - (void)setPreview:(BOOL)fp8; | |
45 | - (BOOL)isPreview; | |
46 | - (void)copy:(id)fp8; | |
47 | - (void)_stopIgnoringSingleTapGesture; | |
48 | - (void)_temporarilyIgnoreSingleTapGesture; | |
49 | - (void)calloutWillHide:(id)fp8; | |
50 | - (void)_toggleCopyCallout; | |
51 | - (void)_hideCopyCallout; | |
52 | - (void)_showCopyCallout; | |
53 | - (void)copyToPasteboard; | |
54 | - (void)_setBalloonHighlight:(BOOL)fp8; | |
55 | - (float)balloonContentHeadMargin; | |
56 | - (float)balloonContentTailMargin; | |
57 | - (float)balloonContentTopMargin; | |
58 | - (float)balloonContentBottomMargin; | |
59 | - (void)setTopMargin:(float)fp8; | |
60 | - (void)oneFingerDoubleTap:(id)fp8; | |
61 | - (void)longPressGesture:(id)fp8; | |
62 | - (void)singleTap:(id)fp8; | |
63 | - (void)setupGestureRecognizers; | |
64 | - (id)initWithFrame:(struct CGRect)fp8 delegate:(id)fp24; | |
65 | - (int)orientation; | |
66 | - (void)setOrientation:(int)fp8; | |
67 | - (void)setBubbleAlpha:(float)fp8; | |
68 | - (void)setComposition:(id)fp8; | |
69 | - (void)setText:(id)fp8; | |
70 | - (id)messagePart; | |
71 | - (void)setMessagePart:(id)fp8; | |
72 | - (void)setDraws:(BOOL)fp8; | |
73 | - (id)text; | |
74 | - (void)setFrame:(struct CGRect)fp8; | |
75 | - (float)tightenedWidth; | |
76 | - (void)setForceTighten:(BOOL)fp8; | |
77 | - (float)heightForWidth:(float)fp8; | |
78 | - (void)tighten; | |
79 | - (void)drawBalloonImage:(id)fp8 inRect:(struct CGRect)fp12; | |
80 | - (struct CGRect)_tightenedBounds; | |
81 | - (struct CGRect)contentBounds; | |
82 | - (struct CGRect)balloonBounds; | |
83 | - (void)drawRect:(struct CGRect)fp8; | |
84 | - (void)prepareForReuse; | |
85 | - (BOOL)hasURLs; | |
86 | - (BOOL)canBecomeFirstResponder; | |
87 | - (BOOL)canResignFirstResponder; | |
88 | - (void)dealloc; | |
89 | - (id)tapDelegate; | |
90 | - (void)setTapDelegate:(id)fp8; | |
91 | - (id)delegate; | |
92 | - (void)setDelegate:(id)fp8; | |
93 | - (id)subject; | |
94 | - (void)setSubject:(id)fp8; | |
95 | ||
96 | @end | |
97 |