]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITextInputTraits.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UITextInputTraits.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 <Foundation/NSObject.h>
8
9 #import <UIKit/UITextInputTraits-Protocol.h>
10 #import "UITextInputTraits_Private-Protocol.h"
11
12 @class UIColor;
13
14 @interface UITextInputTraits : NSObject <UITextInputTraits, UITextInputTraits_Private, NSCopying>
15 {
16 int autocapitalizationType;
17 int autocorrectionType;
18 int keyboardType;
19 int keyboardAppearance;
20 int returnKeyType;
21 BOOL enablesReturnKeyAutomatically;
22 BOOL secureTextEntry;
23 struct __CFCharacterSet *textTrimmingSet;
24 UIColor *insertionPointColor;
25 unsigned int insertionPointWidth;
26 int textLoupeVisibility;
27 int textSelectionBehavior;
28 id textSuggestionDelegate;
29 BOOL contentsIsSingleValue;
30 }
31
32 + (id)defaultTextInputTraits;
33 + (BOOL)keyboardTypeRequiresASCIICapable:(int)fp8;
34 - (void)setToSecureValues;
35 - (struct __CFCharacterSet *)textTrimmingSet;
36 - (void)setTextTrimmingSet:(struct __CFCharacterSet *)fp8;
37 - (id)textSuggestionDelegate;
38 - (void)setTextSuggestionDelegate:(id)fp8;
39 - (void)setSecureTextEntry:(BOOL)fp8;
40 - (id)init;
41 - (void)dealloc;
42 - (void)setToDefaultValues;
43 - (void)takeTraitsFrom:(id)fp8;
44 - (id)copyWithZone:(struct _NSZone *)fp8;
45 - (id)description;
46 - (BOOL)contentsIsSingleValue;
47 - (void)setContentsIsSingleValue:(BOOL)fp8;
48 - (int)textSelectionBehavior;
49 - (void)setTextSelectionBehavior:(int)fp8;
50 - (int)textLoupeVisibility;
51 - (void)setTextLoupeVisibility:(int)fp8;
52 - (unsigned int)insertionPointWidth;
53 - (void)setInsertionPointWidth:(unsigned int)fp8;
54 - (id)insertionPointColor;
55 - (void)setInsertionPointColor:(id)fp8;
56 - (BOOL)isSecureTextEntry;
57 - (BOOL)enablesReturnKeyAutomatically;
58 - (void)setEnablesReturnKeyAutomatically:(BOOL)fp8;
59 - (int)returnKeyType;
60 - (void)setReturnKeyType:(int)fp8;
61 - (int)keyboardAppearance;
62 - (void)setKeyboardAppearance:(int)fp8;
63 - (int)keyboardType;
64 - (void)setKeyboardType:(int)fp8;
65 - (int)autocorrectionType;
66 - (void)setAutocorrectionType:(int)fp8;
67 - (int)autocapitalizationType;
68 - (void)setAutocapitalizationType:(int)fp8;
69
70 @end
71