Private properties of FlutterTextInputPlugin.
Definition at line 788 of file FlutterTextInputPlugin.mm.
◆ addToInputParentViewIfNeeded:
◆ cleanUpViewHierarchy:clearText:delayRemoval:
| - (void) cleanUpViewHierarchy: |
|
(BOOL) |
includeActiveView |
| clearText: |
|
(BOOL) |
clearText |
| delayRemoval: |
|
(BOOL) |
delayRemoval |
|
|
| |
◆ enableActiveViewAccessibility
| - (void) enableActiveViewAccessibility |
|
|
|
◆ handleMethodCall:result:
Handles a Flutter system message on the text input channel.
◆ hostView
◆ setEditingState:
| - (void) setEditingState: |
|
(NSDictionary *) |
state |
|
Updates the text input model with state received from the framework via the TextInput.setEditingState message.
◆ showKeyboardAndRemoveScreenshot
| - (void) showKeyboardAndRemoveScreenshot |
|
|
|
◆ startLiveTextInput
| - (void) startLiveTextInput |
|
|
|
◆ textAffinityString
| - (NSString *) textAffinityString |
|
|
|
Return the string representation of the current textAffinity as it should be sent over the FlutterMethodChannel.
◆ textInputViews
| - (NSArray< UIView * > *) textInputViews |
|
|
|
◆ updateEditState
Informs the Flutter framework of changes to the text input model's state by sending the entire new state.
◆ updateEditStateWithDelta:
Informs the Flutter framework of changes to the text input model's state by sending only the difference.
◆ updateTextAndSelection
| - (void) updateTextAndSelection |
|
|
|
Updates the stringValue and selectedRange that stored in the NSTextView interface that this plugin inherits from.
If there is a FlutterTextField uses this plugin as its field editor, this method will update the stringValue and selectedRange through the API of the FlutterTextField.
◆ _activeModel
◆ _caretRect
◆ _channel
◆ _clientID
◆ _currentViewController
◆ _delegate
◆ _editableTransform
| - (CATransform3D) _editableTransform |
|
protected |
Transform for current the editable. Used to determine position of accent selection menu.
Definition at line 299 of file FlutterTextInputPlugin.mm.
◆ _enableDeltaModel
| - (BOOL) _enableDeltaModel |
|
protected |
◆ _eventProducedOutput
| - (BOOL) _eventProducedOutput |
|
protected |
Set to true if the last event fed to the input context produced a text editing command or text output. It is reset to false at the beginning of every key event, and is only used while processing this event.
Definition at line 274 of file FlutterTextInputPlugin.mm.
◆ _inputAction
| - (NSString*) _inputAction |
|
protected |
◆ _inputType
◆ _originalViewController
The originally requested view controller. This may be attached to a window that is a descendant of _currentViewController window in case the window can not become a key window (i.e. popup window).
Definition at line 228 of file FlutterTextInputPlugin.mm.
◆ _pendingSelectors
| - (NSMutableArray*) _pendingSelectors |
|
protected |
Used to gather multiple selectors performed in one run loop turn. These will be all sent in one platform channel call so that the framework can process them in single microtask.
Definition at line 289 of file FlutterTextInputPlugin.mm.
◆ _previouslyPressedFlags
| - (uint64_t) _previouslyPressedFlags |
|
protected |
◆ _shown
◆ _textAffinity
| - (FlutterTextAffinity) _textAffinity |
|
protected |
◆ _textInputContext
| - (NSTextInputContext*) _textInputContext |
|
protected |
◆ activeView
◆ autofillContext
◆ cachedFirstResponder
| - (UIView *) cachedFirstResponder |
|
readwritenonatomicassign |
◆ customRunLoopMode
| - (NSString*) customRunLoopMode |
|
readwritenonatomicassign |
◆ hostView
◆ inputHider [1/2]
◆ inputHider [2/2]
◆ keyboardRect
◆ keyboardView
| - (UIView *) keyboardView |
|
readwritenonatomicassign |
◆ keyboardViewContainer
| - (UIView *) keyboardViewContainer |
|
readwritenonatomicassign |
◆ pendingAutofillRemoval
| - (BOOL) pendingAutofillRemoval |
|
readnonatomicassign |
◆ pendingInputViewRemoval
| - (BOOL) pendingInputViewRemoval |
|
readnonatomicassign |
◆ pointerYVelocity
| - (CGFloat) pointerYVelocity |
|
readwritenonatomicassign |
◆ previousPointerYPosition
| - (CGFloat) previousPointerYPosition |
|
readwritenonatomicassign |
◆ textInputContext
| - (NSTextInputContext*) textInputContext |
|
readwritenonatomicassign |
◆ textInputDelegate
◆ viewResponder
The documentation for this category was generated from the following files: