]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIPasscodeField.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIPasscodeField.h
diff --git a/UIKit/UIPasscodeField.h b/UIKit/UIPasscodeField.h
new file mode 100644 (file)
index 0000000..74ffd98
--- /dev/null
@@ -0,0 +1,53 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+#import "UITextFieldDelegate-Protocol.h"
+
+@class NSMutableArray, NSMutableString, UIPushButton;
+
+@interface UIPasscodeField : UIView <UITextFieldDelegate>
+{
+    NSMutableString *_value;
+    NSMutableArray *_entryFields;
+    NSMutableArray *_entryBackgrounds;
+    UIPushButton *_okButton;
+    BOOL _opaqueBackground;
+    BOOL _centerHorizontally;
+    int _keyboardType;
+    int _keyboardAppearance;
+    id _delegate;
+}
+
++ (float)defaultHeight;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (void)setKeyboardType:(int)fp8;
+- (void)setKeyboardType:(int)fp8 appearance:(int)fp12;
+- (void)dealloc;
+- (void)_updateFields;
+- (BOOL)showsOKButton;
+- (void)setShowsOKButton:(BOOL)fp8;
+- (void)setTextCentersHorizontally:(BOOL)fp8;
+- (id)stringValue;
+- (void)setStringValue:(id)fp8;
+- (void)appendString:(id)fp8;
+- (void)deleteLastCharacter;
+- (int)numberOfEntryFields;
+- (void)setNumberOfEntryFields:(int)fp8 opaqueBackground:(BOOL)fp12;
+- (void)setNumberOfEntryFields:(int)fp8;
+- (BOOL)canBecomeFirstResponder;
+- (BOOL)becomeFirstResponder;
+- (void)setDelegate:(id)fp8;
+- (void)_textDidChange;
+- (BOOL)textField:(id)fp8 shouldInsertText:(id)fp12 replacingRange:(struct _NSRange)fp16;
+- (BOOL)textFieldShouldStartEditing:(id)fp8;
+- (void)textFieldDidResignFirstResponder:(id)fp8;
+- (void)okButtonClicked:(id)fp8;
+- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+
+@end
+