UITextView Klassenreferenz

#import <UITextView.h>

Abgeleitet von UIScroller.

Basisklasse für PSTextView.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - initWithFrame:
(id) - initWithFrame:webView:
(void) - commonInit
(void) - dealloc
(BOOL) - bodyAlwaysFillsFrame
(void) - registerForEditingDelegateNotification:selector:
(struct CGSize- tileSizeForSize:
(void) - suggestionBarWillShow:
(id) - styleString
(void) - recalculateStyle
(id) - delegate
(void) - setDelegate:
(id) - hitTest:forEvent:
(void) - setFrame:
(struct CGRect- visibleRect
(struct CGRect- visibleTextRect
(void) - updateWebViewObjects
(void) - setText:
(id) - body
(id) - text
(void) - setHTML:
(id) - HTML
(int) - marginTop
(void) - setMarginTop:
(void) - setTextFont:
(float) - textSize
(void) - setTextSize:
(void) - setTextColor:
(struct CGColor *) - textColor
(BOOL) - isEditable
(void) - setEditable:
(void) - performBecomeEditableTasks
(struct _NSRange- selectionRange
(void) - setSelectionRange:
(void) - setSelectionWithPoint:
(void) - setSelectionToStart
(void) - setSelectionToEnd
(void) - selectAll
(struct CGRect- rectForSelection:
(id) - topAccessoryView
(void) - setTopAccessoryView:
(id) - _webView
(BOOL) - becomeFirstResponder
(BOOL) - resignFirstResponder
(BOOL) - canBecomeFirstResponder
(BOOL) - canResignFirstResponder
(void) - ensureSelection
(struct CGPoint- constrainedPoint:
(BOOL) - pointInTopAccessoryView:
(void) - textLoupeTimerAction
(void) - mouseDown:
(void) - mouseDragged:
(void) - mouseUp:
(void) - repositionCaretToVisibleRect
(void) - scrollToMakeCaretVisible:
(BOOL) - webView:shouldDeleteDOMRange:
(BOOL) - webView:shouldInsertText:replacingDOMRange:givenAction:
(void) - movedToSuperview:
(void) - webViewDidChange:
(id) - textTraits
(void) - takeTraitsFrom:
(void) - forwardInvocation:
(id) - methodSignatureForSelector:

Geschützte Attribute

UIWebViewm_webView
WebFramem_frame
WebCoreFrameBridgem_bridge
DOMHTMLElementm_body
NSStringm_textFont
float m_textSize
int m_marginTop
struct CGColor * m_textColor
UIDelayedActionm_selectionTimer
UIViewm_topAccessoryView
id m_delegate
UIDelayedActionm_longPressAction
struct CGPoint m_mouseDownPoint
struct CGPoint m_mouseDownOffset
struct __GSEvent * m_mouseDownEvent
BOOL m_selecting
BOOL m_sentMouseDown
BOOL m_handlingMouse
BOOL m_passMouseDownToOther
BOOL m_editable
BOOL m_scrollOnMouseUp

Ausführliche Beschreibung

Definiert in Zeile 13 der Datei UITextView.h.


Dokumentation der Elementfunktionen

- (id) initWithFrame: (struct CGRect fp8  

Implementiert UIScroller.

- (id) initWithFrame: (struct CGRect fp8
webView: (id)  fp24 

- (void) commonInit  

- (void) dealloc  

Implementiert UIScroller.

- (BOOL) bodyAlwaysFillsFrame  

- (void) registerForEditingDelegateNotification: (id)  fp8
selector: (SEL)  fp12 

- (struct CGSize) tileSizeForSize: (struct CGSize fp8  

- (void) suggestionBarWillShow: (id)  fp8  

- (id) styleString  

- (void) recalculateStyle  

- (id) delegate  

Implementiert UIScroller.

- (void) setDelegate: (id)  fp8  

Implementiert UIScroller.

- (id) hitTest: (struct CGPoint fp8
forEvent: (struct __GSEvent *)  fp16 

Implementiert UIScroller.

- (void) setFrame: (struct CGRect fp8  

Implementiert UIScroller.

- (struct CGRect) visibleRect  

- (struct CGRect) visibleTextRect  

- (void) updateWebViewObjects  

- (void) setText: (id)  fp8  

- (id) body  

- (id) text  

- (void) setHTML: (id)  fp8  

- (id) HTML  

- (int) marginTop  

- (void) setMarginTop: (int)  fp8  

- (void) setTextFont: (id)  fp8  

- (float) textSize  

- (void) setTextSize: (float)  fp8  

- (void) setTextColor: (struct CGColor *)  fp8  

- (struct CGColor *) textColor  

- (BOOL) isEditable  

- (void) setEditable: (BOOL)  fp8  

- (void) performBecomeEditableTasks  

- (struct _NSRange) selectionRange  

- (void) setSelectionRange: (struct _NSRange fp8  

- (void) setSelectionWithPoint: (struct CGPoint fp8  

- (void) setSelectionToStart  

- (void) setSelectionToEnd  

- (void) selectAll  

- (struct CGRect) rectForSelection: (struct _NSRange fp8  

- (id) topAccessoryView  

- (void) setTopAccessoryView: (id)  fp8  

- (id) _webView  

- (BOOL) becomeFirstResponder  

Implementiert UIResponder.

- (BOOL) resignFirstResponder  

Implementiert UIResponder.

Implementiert in PSTextView.

- (BOOL) canBecomeFirstResponder  

Implementiert UIResponder.

- (BOOL) canResignFirstResponder  

Implementiert UIResponder.

- (void) ensureSelection  

- (struct CGPoint) constrainedPoint: (struct CGPoint fp8  

- (BOOL) pointInTopAccessoryView: (struct CGPoint fp8  

- (void) textLoupeTimerAction  

- (void) mouseDown: (struct __GSEvent *)  fp8  

Implementiert UIScroller.

- (void) mouseDragged: (struct __GSEvent *)  fp8  

Implementiert UIScroller.

Implementiert in PSTextView.

- (void) mouseUp: (struct __GSEvent *)  fp8  

Implementiert UIScroller.

- (void) repositionCaretToVisibleRect  

- (void) scrollToMakeCaretVisible: (BOOL)  fp8  

Implementiert in PSTextView.

- (BOOL) webView: (id)  fp8
shouldDeleteDOMRange: (id)  fp12 

- (BOOL) webView: (id)  fp8
shouldInsertText: (id)  fp12
replacingDOMRange: (id)  fp16
givenAction: (int)  fp20 

- (void) movedToSuperview: (id)  fp8  

- (void) webViewDidChange: (id)  fp8  

- (id) textTraits  

- (void) takeTraitsFrom: (id)  fp8  

- (void) forwardInvocation: (id)  fp8  

- (id) methodSignatureForSelector: (SEL)  fp8  


Dokumentation der Datenelemente

- (UIWebView*) m_webView [protected]

Definiert in Zeile 15 der Datei UITextView.h.

- (WebFrame*) m_frame [protected]

Definiert in Zeile 16 der Datei UITextView.h.

- (WebCoreFrameBridge*) m_bridge [protected]

Definiert in Zeile 17 der Datei UITextView.h.

- (DOMHTMLElement*) m_body [protected]

Definiert in Zeile 18 der Datei UITextView.h.

- (NSString*) m_textFont [protected]

Definiert in Zeile 19 der Datei UITextView.h.

- (float) m_textSize [protected]

Definiert in Zeile 20 der Datei UITextView.h.

- (int) m_marginTop [protected]

Definiert in Zeile 21 der Datei UITextView.h.

- (struct CGColor*) m_textColor [read, protected]

Definiert in Zeile 22 der Datei UITextView.h.

Definiert in Zeile 23 der Datei UITextView.h.

- (UIView*) m_topAccessoryView [protected]

Definiert in Zeile 24 der Datei UITextView.h.

- (id) m_delegate [protected]

Definiert in Zeile 25 der Datei UITextView.h.

Definiert in Zeile 26 der Datei UITextView.h.

- (struct CGPoint) m_mouseDownPoint [read, protected]

Definiert in Zeile 27 der Datei UITextView.h.

- (struct CGPoint) m_mouseDownOffset [read, protected]

Definiert in Zeile 28 der Datei UITextView.h.

- (struct __GSEvent*) m_mouseDownEvent [read, protected]

Definiert in Zeile 29 der Datei UITextView.h.

- (BOOL) m_selecting [protected]

Definiert in Zeile 30 der Datei UITextView.h.

- (BOOL) m_sentMouseDown [protected]

Definiert in Zeile 31 der Datei UITextView.h.

- (BOOL) m_handlingMouse [protected]

Definiert in Zeile 32 der Datei UITextView.h.

- (BOOL) m_passMouseDownToOther [protected]

Definiert in Zeile 33 der Datei UITextView.h.

- (BOOL) m_editable [protected]

Definiert in Zeile 34 der Datei UITextView.h.

- (BOOL) m_scrollOnMouseUp [protected]

Definiert in Zeile 35 der Datei UITextView.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: