]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITextField.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UITextField.h
diff --git a/UIKit/UITextField.h b/UIKit/UITextField.h
new file mode 100644 (file)
index 0000000..9144675
--- /dev/null
@@ -0,0 +1,236 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIControl.h>
+
+#import <UIKit/UITextInputTraits-Protocol.h>
+
+@class NSString, UIColor, UIImage, UIImageView, UILabel, UITextFieldAtomBackgroundView, UITextFieldBackgroundView, UITextFieldBorderView, UITextFieldLabel, UITextInputTraits, UIView;
+
+@interface UITextField : UIControl <UITextInputTraits, NSCoding>
+{
+    NSString *_text;
+    UIColor *_textColor;
+    int _borderStyle;
+    float _minimumFontSize;
+    id _delegate;
+    UIImage *_background;
+    UIImage *_disabledBackground;
+    int _clearButtonMode;
+    UIView *_leftView;
+    int _leftViewMode;
+    UIView *_rightView;
+    int _rightViewMode;
+    UITextInputTraits *_traits;
+    float _fullFontSize;
+    float _paddingLeft;
+    float _paddingTop;
+    float _paddingRight;
+    float _paddingBottom;
+    NSString *_textFont;
+    UIColor *_caretColor;
+    struct _NSRange _selectionRange;
+    int _scrollXOffset;
+    int _scrollYOffset;
+    float _progress;
+    NSString *_style;
+    double _mouseDownTime;
+    UIView *_clearButton;
+    struct CGSize _clearButtonOffset;
+    struct CGSize _leftViewOffset;
+    struct CGSize _rightViewOffset;
+    UITextFieldBorderView *_backgroundView;
+    UITextFieldBorderView *_disabledBackgroundView;
+    UITextFieldBackgroundView *_systemBackgroundView;
+    UITextFieldLabel *_textLabel;
+    UITextFieldLabel *_placeholderLabel;
+    UIImageView *_iconView;
+    UILabel *_label;
+    float _labelOffset;
+    UITextFieldAtomBackgroundView *_atomBackgroundView;
+    struct {
+        unsigned int secureTextChanged:1;
+        unsigned int guard:1;
+        unsigned int delegateRespondsToHandleKeyDown:1;
+        unsigned int verticallyCenterText:1;
+        unsigned int isAnimating:4;
+        unsigned int inactiveHasDimAppearance:1;
+        unsigned int becomesFirstResponderOnClearButtonTap:1;
+        unsigned int clearsOnBeginEditing:1;
+        unsigned int adjustsFontSizeToFitWidth:1;
+        unsigned int fieldEditorAttached:1;
+        unsigned int inBecomeFirstResponder:1;
+    } _textFieldFlags;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initWithCoder:(id)fp8;
+- (void)_populateArchivedSubviews:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (void)_clearStyle;
+- (void)_setNeedsStyleRecalc;
+- (void)_sizeChanged:(BOOL)fp8;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)setBounds:(struct CGRect)fp8;
+- (void)setAnimating:(BOOL)fp8;
+- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
+- (BOOL)canBecomeFirstResponder;
+- (BOOL)canResignFirstResponder;
+- (BOOL)becomeFirstResponder;
+- (BOOL)resignFirstResponder;
+- (BOOL)_sendInitialMouseEvents;
+- (void)mouseDown:(struct __GSEvent *)fp8;
+- (void)mouseDragged:(struct __GSEvent *)fp8;
+- (void)mouseUp:(struct __GSEvent *)fp8;
+- (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
+- (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
+- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
+- (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
+- (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
+- (void)setFont:(id)fp8 fullFontSize:(float)fp12;
+- (id)_copyFont:(id)fp8 newSize:(float)fp12 maxSize:(float)fp16;
+- (float)_marginTopForText:(id)fp8;
+- (id)_style;
+- (void)_endedEditing;
+- (void)_updateButtons;
+- (void)_updateAutosizeStyleIfNeeded;
+- (struct CGRect)_atomBackgroundViewFrame;
+- (BOOL)_showsAtomBackground;
+- (void)_updateAtomBackground;
+- (BOOL)_showsClearButton:(BOOL)fp8;
+- (BOOL)_showsLeftView;
+- (BOOL)_showsRightView;
+- (struct CGRect)_textRectForBounds:(struct CGRect)fp8 forEditing:(BOOL)fp24;
+- (struct CGRect)_textRectExcludingButtonsForBounds:(struct CGRect)fp8;
+- (void)_updateLabel;
+- (struct CGRect)_frameForLabel:(id)fp8 inTextRect:(struct CGRect)fp12;
+- (void)layoutSubviews;
+- (BOOL)_shouldEndEditing;
+- (void)_updateBackgroundViews;
+- (void)_clearBackgroundViews;
+- (struct CGSize)_leftViewOffset;
+- (void)_setLeftViewOffset:(struct CGSize)fp8;
+- (struct CGSize)_rightViewOffset;
+- (void)_setRightViewOffset:(struct CGSize)fp8;
+- (Class)_systemBackgroundViewClass;
+- (id)textInputTraits;
+- (void)forwardInvocation:(id)fp8;
+- (id)methodSignatureForSelector:(SEL)fp8;
+- (void)_updateTextLabel;
+- (void)setSecureTextEntry:(BOOL)fp8;
+- (id)text;
+- (void)setText:(id)fp8;
+- (void)_updateTextColor;
+- (void)setTextColor:(id)fp8;
+- (id)textColor;
+- (void)setFont:(id)fp8;
+- (id)font;
+- (void)setTextAlignment:(int)fp8;
+- (int)textAlignment;
+- (void)setContentVerticalAlignment:(int)fp8;
+- (void)setBorderStyle:(int)fp8;
+- (id)createPlaceholderLabelWithFont:(id)fp8 andTextAlignment:(int)fp12;
+- (id)createTextLabelWithTextColor:(id)fp8;
+- (void)setPlaceholder:(id)fp8;
+- (id)placeholder;
+- (BOOL)clearsOnBeginEditing;
+- (void)setClearsOnBeginEditing:(BOOL)fp8;
+- (BOOL)adjustsFontSizeToFitWidth;
+- (void)setAdjustsFontSizeToFitWidth:(BOOL)fp8;
+- (void)setBackground:(id)fp8;
+- (void)setDisabledBackground:(id)fp8;
+- (BOOL)isEditing;
+- (void)setClearButtonMode:(int)fp8;
+- (void)setLeftView:(id)fp8;
+- (void)setLeftViewMode:(int)fp8;
+- (void)setRightView:(id)fp8;
+- (void)setRightViewMode:(int)fp8;
+- (struct CGRect)borderRectForBounds:(struct CGRect)fp8;
+- (struct CGRect)textRectForBounds:(struct CGRect)fp8;
+- (struct CGRect)placeholderRectForBounds:(struct CGRect)fp8;
+- (struct CGRect)editingRectForBounds:(struct CGRect)fp8;
+- (struct CGRect)clearButtonRectForBounds:(struct CGRect)fp8;
+- (struct CGRect)leftViewRectForBounds:(struct CGRect)fp8;
+- (struct CGRect)rightViewRectForBounds:(struct CGRect)fp8;
+- (void)drawTextInRect:(struct CGRect)fp8;
+- (void)drawPlaceholderInRect:(struct CGRect)fp8;
+- (void)_drawTextInRect:(struct CGRect)fp8 forLabel:(id)fp24;
+- (void)willAttachFieldEditor:(id)fp8;
+- (void)attachFieldEditor:(id)fp8;
+- (void)willDetachFieldEditor:(id)fp8;
+- (BOOL)keyboardInput:(id)fp8 shouldInsertText:(id)fp12 isMarkedText:(BOOL)fp16;
+- (BOOL)keyboardInputShouldDelete:(id)fp8;
+- (BOOL)keyboardInputChanged:(id)fp8;
+- (void)keyboardInputChangedSelection:(id)fp8;
+- (id)keyboardInputOverlayContainer:(id)fp8;
+- (int)keyboardInput:(id)fp8 positionForAutocorrection:(id)fp12;
+- (BOOL)fieldEditorShouldEndEditing:(id)fp8;
+- (void)fieldEditorDidBecomeFirstResponder:(id)fp8;
+- (void)fieldEditorDidResignFirstResponder:(id)fp8;
+- (void)fieldEditorDidChange:(id)fp8;
+- (void)selectAllFromFieldEditor:(id)fp8;
+- (struct _NSRange)fieldEditor:(id)fp8 willChangeSelectionFromCharacterRange:(struct _NSRange)fp12 toCharacterRange:(struct _NSRange)fp20;
+- (void)fieldEditorDidChangeSelection:(id)fp8;
+- (BOOL)fieldEditor:(id)fp8 shouldInsertText:(id)fp12 replacingRange:(struct _NSRange)fp16;
+- (BOOL)fieldEditor:(id)fp8 shouldReplaceWithText:(id)fp12;
+- (BOOL)webView:(id)fp8 shouldInsertText:(id)fp12 replacingDOMRange:(id)fp16 givenAction:(int)fp20;
+- (void)setAutoresizesTextToFit:(BOOL)fp8;
+- (void)setTextAutorresizesToFit:(BOOL)fp8;
+- (void)setClearButtonStyle:(int)fp8;
+- (struct CGRect)clearButtonRect;
+- (struct CGRect)textRect;
+- (struct CGRect)editRect;
+- (void)drawRect:(struct CGRect)fp8;
+- (void)drawBorder:(struct CGRect)fp8;
+- (void)setPaddingTop:(float)fp8 paddingLeft:(float)fp12;
+- (void)setPaddingLeft:(float)fp8;
+- (float)paddingLeft;
+- (void)setPaddingTop:(float)fp8;
+- (float)paddingTop;
+- (void)setPaddingBottom:(float)fp8;
+- (float)paddingBottom;
+- (void)setPaddingRight:(float)fp8;
+- (float)paddingRight;
+- (void)setTextFont:(id)fp8;
+- (void)setInactiveHasDimAppearance:(BOOL)fp8;
+- (void)setEnabled:(BOOL)fp8;
+- (void)selectAll:(id)fp8;
+- (struct _NSRange)selectionRange;
+- (void)setSelectionRange:(struct _NSRange)fp8;
+- (unsigned int)characterOffsetAtPoint:(struct CGPoint)fp8;
+- (void)setIcon:(id)fp8;
+- (struct CGSize)clearButtonOffset;
+- (void)setBecomesFirstResponderOnClearButtonTap:(BOOL)fp8;
+- (struct CGRect)iconRect;
+- (void)setProgress:(float)fp8;
+- (BOOL)hasMarkedText;
+- (void)setLabelOffset:(float)fp8;
+- (id)textLabel;
+- (void)setLabel:(id)fp8;
+- (void)setTextCentersHorizontally:(BOOL)fp8;
+- (void)setTextCentersVertically:(BOOL)fp8;
+- (void)_clearButtonClicked:(id)fp8;
+- (void)setClearButtonOffset:(struct CGSize)fp8;
+- (void)setDrawsAsAtom:(BOOL)fp8;
+- (BOOL)drawsAsAtom;
+- (void)setAtomStyle:(int)fp8;
+- (int)atomStyle;
+- (int)rightViewMode;
+- (id)rightView;
+- (int)leftViewMode;
+- (id)leftView;
+- (int)clearButtonMode;
+- (id)disabledBackground;
+- (id)background;
+- (id)delegate;
+- (void)setDelegate:(id)fp8;
+- (float)minimumFontSize;
+- (void)setMinimumFontSize:(float)fp8;
+- (int)borderStyle;
+
+@end
+