Go to the source code of this file.
|
| typedef | NS_ENUM (NSInteger, FlutterScribbleFocusStatus) |
| |
| typedef | NS_ENUM (NSInteger, FlutterScribbleInteractionStatus) |
| |
| UITextSmartQuotesType smartQuotesType | API_AVAILABLE (ios(11.0)) |
| |
| UITextContentType textContentType | API_AVAILABLE (ios(10.0)) |
| |
◆ API_AVAILABLE() [1/2]
| UITextContentType textContentType API_AVAILABLE |
( |
ios(10.0) |
| ) |
|
|
readwritenonatomiccopy |
◆ API_AVAILABLE() [2/2]
| UITextSmartDashesType smartDashesType API_AVAILABLE |
( |
ios(11.0) |
| ) |
|
|
readwritenonatomicassign |
◆ NS_ENUM() [1/2]
| typedef NS_ENUM |
( |
NSInteger |
, |
|
|
FlutterScribbleFocusStatus |
|
|
) |
| |
Definition at line 17 of file FlutterTextInputPlugin.h.
18 FlutterScribbleFocusStatusUnfocused,
19 FlutterScribbleFocusStatusFocusing,
20 FlutterScribbleFocusStatusFocused,
◆ NS_ENUM() [2/2]
| typedef NS_ENUM |
( |
NSInteger |
, |
|
|
FlutterScribbleInteractionStatus |
|
|
) |
| |
Definition at line 23 of file FlutterTextInputPlugin.h.
24 FlutterScribbleInteractionStatusNone,
25 FlutterScribbleInteractionStatusStarted,
26 FlutterScribbleInteractionStatusEnding,
◆ autocapitalizationType
| UITextAutocapitalizationType autocapitalizationType |
|
readwritenonatomicassign |
◆ autocorrectionType
| UITextAutocorrectionType autocorrectionType |
|
readwritenonatomicassign |
◆ backingTextInputAccessibilityObject
| UIAccessibilityElement* backingTextInputAccessibilityObject |
|
readwritenonatomicweak |
◆ caretRectForPosition
| CGRect caretRectForPosition |
◆ enableDeltaModel
◆ enablesReturnKeyAutomatically
| BOOL enablesReturnKeyAutomatically |
|
readwritenonatomicassign |
◆ initWithCoder
| instancetype initWithCoder |
◆ initWithFrame
| instancetype initWithFrame |
◆ initWithOwner
| instancetype initWithOwner |
◆ inputDelegate
| id<UITextInputDelegate> inputDelegate |
|
readwritenonatomicweak |
◆ isScribbleAvailable
◆ keyboardAppearance
| UIKeyboardAppearance keyboardAppearance |
|
readwritenonatomicassign |
◆ keyboardType
| UIKeyboardType keyboardType |
|
readwritenonatomicassign |
◆ localRectFromFrameworkTransform
| CGRect localRectFromFrameworkTransform |
◆ markedText
◆ markedTextRange
| UITextRange* markedTextRange |
|
readwritenonatomicstrong |
◆ markedTextStyle
| NSDictionary* markedTextStyle |
|
readwritenonatomiccopy |
◆ NS_UNAVAILABLE
| instancetype new NS_UNAVAILABLE |
◆ pendingDeltas
| NSMutableArray* pendingDeltas |
|
readwritenonatomicstrong |
◆ resetScribbleInteractionStatusIfEnding
| void resetScribbleInteractionStatusIfEnding |
◆ returnKeyType
| UIReturnKeyType returnKeyType |
|
readwritenonatomicassign |
◆ scribbleFocusStatus
| FlutterScribbleFocusStatus scribbleFocusStatus |
|
readwritenonatomicassign |
◆ secureTextEntry
◆ selectedTextRange
| UITextRange* selectedTextRange |
|
readwritecopy |
◆ selectionRects
◆ spellCheckingType
| UITextSpellCheckingType spellCheckingType |
|
readwritenonatomicassign |
◆ viewResponder