]> git.saurik.com Git - iphone-api.git/blame - ChatKit/CKContentEntryView.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / ChatKit / CKContentEntryView.h
CommitLineData
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 "UIScrollView.h"
8
9#import "CKContentEntryBridgeClient-Protocol.h"
10#import "CKEntryField-Protocol.h"
11#import "UITextContentViewDelegate-Protocol.h"
12
13@class CKContentEntryBridge, CKTextContentView, NSMutableArray, UIView;
14
15@interface CKContentEntryView : UIScrollView <CKEntryField, UITextContentViewDelegate, CKContentEntryBridgeClient>
16{
17 NSMutableArray *_contentViews;
18 CKTextContentView *_subjectView;
19 CKTextContentView *_activeView;
20 UIView *_subjectLine;
21 CKContentEntryBridge *_bridge;
22 unsigned int _showsSubject:1;
23 unsigned int _viewsLoaded:1;
24 id _entryFieldDelegate;
25 BOOL _needsScrollToVisible;
26}
27
28- (id)initWithFrame:(struct CGRect)fp8;
29- (void)dealloc;
30- (void)removeFromSuperview;
31- (void)setContentOffset:(struct CGPoint)fp8;
32- (void)_scrollViewAnimationEnded;
33- (void)updateCandidateDisplay;
34- (void)setFrame:(struct CGRect)fp8;
35- (void)scrollSelectionToVisible:(BOOL)fp8;
36- (struct CGRect)contentEntryFrame:(BOOL)fp8;
37- (BOOL)showsSubject;
38- (void)setShowsSubject:(BOOL)fp8;
39- (void)showSubjectLinesAndDefaultText:(BOOL)fp8;
40- (void)tapGesture:(id)fp8;
41- (void)resetKeyboardDelegate:(id)fp8;
42- (BOOL)textContentView:(id)fp8 shouldChangeTextInRange:(struct _NSRange)fp12 replacementText:(id)fp20;
43- (void)textContentViewDidChange:(id)fp8;
44- (BOOL)textContentViewShouldBeginEditing:(id)fp8;
45- (void)textContentViewDidBeginEditing:(id)fp8;
46- (BOOL)textContentViewShouldEndEditing:(id)fp8;
47- (BOOL)textContentView:(id)fp8 shouldChangeSizeForContentSize:(struct CGSize)fp12;
48- (void)textContentView:(id)fp8 didChangeSize:(struct CGSize)fp12;
49- (id)supportedPasteboardTypesInTextContentView:(id)fp8;
50- (id)documentFragmentForPasteboardItemAtIndex:(int)fp8 inTextContentView:(id)fp12;
51- (void)attachmentsDidChange;
52- (void)reflowContent;
53- (void)setContentHidden:(BOOL)fp8 subjectHidden:(BOOL)fp12;
54- (void)setEntryFieldDelegate:(id)fp8;
55- (id)entryFieldDelegate;
56- (void)clearMessage;
57- (BOOL)hasContent;
58- (void)setMessageComposition:(id)fp8;
59- (id)messageComposition;
60- (void)setMessageParts:(id)fp8;
61- (id)messageParts;
62- (void)insertMessagePart:(id)fp8;
63- (void)moveCursorToEnd;
64- (void)setCursorPosition:(int)fp8;
65- (int)cursorPosition;
66- (int)lastCursorPosition;
67- (void)saveCursorPosition;
68- (void)restoreCursorPosition;
69- (void)makeActive;
70- (BOOL)isActive;
71- (void)disableEditing;
72- (void)setIgnoreAnimations:(BOOL)fp8;
73- (id)subject;
74- (void)setSubject:(id)fp8;
75- (void)loadSubviews;
76- (id)attachments;
77- (void)setContentOffset:(struct CGPoint)fp8 animated:(BOOL)fp16;
78- (void)_addContentView:(id)fp8;
79- (void)_reloadEntryViewsIfLoaded;
80- (void)_removeContentView:(id)fp8;
81- (void)_loadEntryViews;
82- (void)_adjustAllContent;
83- (void)_setupGestureRecognizers;
84- (BOOL)canPasteObject:(id)fp8;
85- (id)contentViews;
86
87@end
88