]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIPasscodeField.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIPasscodeField.h
CommitLineData
2cd8f71b
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 <UIKit/UIView.h>
8
9#import "UITextFieldDelegate-Protocol.h"
10
11@class NSMutableArray, NSMutableString, UIPushButton;
12
13@interface UIPasscodeField : UIView <UITextFieldDelegate>
14{
15 NSMutableString *_value;
16 NSMutableArray *_entryFields;
17 NSMutableArray *_entryBackgrounds;
18 UIPushButton *_okButton;
19 BOOL _opaqueBackground;
20 BOOL _centerHorizontally;
21 int _keyboardType;
22 int _keyboardAppearance;
23 id _delegate;
24}
25
26+ (float)defaultHeight;
27- (id)initWithFrame:(struct CGRect)fp8;
28- (void)setKeyboardType:(int)fp8;
29- (void)setKeyboardType:(int)fp8 appearance:(int)fp12;
30- (void)dealloc;
31- (void)_updateFields;
32- (BOOL)showsOKButton;
33- (void)setShowsOKButton:(BOOL)fp8;
34- (void)setTextCentersHorizontally:(BOOL)fp8;
35- (id)stringValue;
36- (void)setStringValue:(id)fp8;
37- (void)appendString:(id)fp8;
38- (void)deleteLastCharacter;
39- (int)numberOfEntryFields;
40- (void)setNumberOfEntryFields:(int)fp8 opaqueBackground:(BOOL)fp12;
41- (void)setNumberOfEntryFields:(int)fp8;
42- (BOOL)canBecomeFirstResponder;
43- (BOOL)becomeFirstResponder;
44- (void)setDelegate:(id)fp8;
45- (void)_textDidChange;
46- (BOOL)textField:(id)fp8 shouldInsertText:(id)fp12 replacingRange:(struct _NSRange)fp16;
47- (BOOL)textFieldShouldStartEditing:(id)fp8;
48- (void)textFieldDidResignFirstResponder:(id)fp8;
49- (void)okButtonClicked:(id)fp8;
50- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
51
52@end
53