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)) |
|
UIEditMenuInteraction *editMenuInteraction | API_AVAILABLE (ios(16.0)) |
|
◆ API_AVAILABLE() [1/3]
UITextContentType textContentType API_AVAILABLE |
( |
ios(10.0) |
| ) |
|
|
readwritenonatomiccopy |
◆ API_AVAILABLE() [2/3]
UITextSmartDashesType smartDashesType API_AVAILABLE |
( |
ios(11.0) |
| ) |
|
|
readwritenonatomicassign |
◆ API_AVAILABLE() [3/3]
UIEditMenuInteraction* editMenuInteraction API_AVAILABLE |
( |
ios(16.0) |
| ) |
|
|
readwritenonatomicstrong |
◆ NS_ENUM() [1/2]
typedef NS_ENUM |
( |
NSInteger |
, |
|
|
FlutterScribbleFocusStatus |
|
|
) |
| |
Definition at line 17 of file FlutterTextInputPlugin.h.
19 FlutterScribbleFocusStatusUnfocused,
20 FlutterScribbleFocusStatusFocusing,
21 FlutterScribbleFocusStatusFocused,
◆ NS_ENUM() [2/2]
typedef NS_ENUM |
( |
NSInteger |
, |
|
|
FlutterScribbleInteractionStatus |
|
|
) |
| |
Definition at line 25 of file FlutterTextInputPlugin.h.
27 FlutterScribbleInteractionStatusNone,
28 FlutterScribbleInteractionStatusStarted,
29 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 |
◆ 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
◆ selectionRects
◆ spellCheckingType
UITextSpellCheckingType spellCheckingType |
|
readwritenonatomicassign |
◆ viewResponder