Flutter Engine
The Flutter Engine
|
Instance Methods | |
(nonnull instancetype) | - init |
(void) | - respondEmbedderCallsWith: |
(void) | - recordEmbedderCallsTo: |
(void) | - recordEmbedderEventsTo:returning: |
(void) | - respondChannelCallsWith: |
(void) | - recordChannelCallsTo: |
(void) | - respondTextInputWith: |
(void) | - recordCallTypesTo:forTypes: |
(id) | - lastKeyboardChannelResult |
(void) | - sendKeyboardChannelMessage: |
(void) | - handleEmbedderEvent:callback:userData: |
(void) | - handleChannelMessage:message:binaryReply: |
(BOOL) | - handleTextInputKeyEvent: |
(void) | - setLayout: [implementation] |
(void) | - handleKeyboardChannelMessage:message: [implementation] |
(void) | - onSetKeyboardLayoutNotifier: [implementation] |
(LayoutClue) | - lookUpLayoutForKeyCode:shift: [implementation] |
(void) | - setKeyboardChannelHandler:handler: [implementation] |
Properties | |
FlutterKeyboardManager * | manager |
NSResponder * | nextResponder |
Definition at line 180 of file FlutterKeyboardManagerTest.mm.
- (void) handleChannelMessage: | (NSString*) | channel | |
message: | (NSData* _Nullable) | message | |
binaryReply: | (FlutterBinaryReply _Nullable) | callback | |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) handleEmbedderEvent: | (const FlutterKeyEvent&) | event | |
callback: | (nullable FlutterKeyEventCallback) | callback | |
userData: | (nullable void*) | userData | |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
|
implementation |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (BOOL) handleTextInputKeyEvent: | (NSEvent*) | event |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (nonnull instancetype) init |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (id) lastKeyboardChannelResult |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
|
implementation |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
|
implementation |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) recordCallTypesTo: | (nonnull NSMutableArray<NSNumber*>*) | typeStorage | |
forTypes: | (uint32_t) | typeMask | |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) recordChannelCallsTo: | (nonnull NSMutableArray<FlutterAsyncKeyCallback>*) | storage |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) recordEmbedderCallsTo: | (nonnull NSMutableArray<FlutterAsyncKeyCallback>*) | storage |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) recordEmbedderEventsTo: | (nonnull std::vector<FlutterKeyEvent>*) | storage | |
returning: | (bool) | handled | |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) respondChannelCallsWith: | (BOOL) | response |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) respondEmbedderCallsWith: | (BOOL) | response |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) respondTextInputWith: | (BOOL) | response |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
- (void) sendKeyboardChannelMessage: | (NSData* _Nullable) | message |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
|
implementation |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
|
implementation |
Definition at line 248 of file FlutterKeyboardManagerTest.mm.
|
readnonatomicstrong |
Definition at line 219 of file FlutterKeyboardManagerTest.mm.
|
readwritenonatomicstrong |
Definition at line 220 of file FlutterKeyboardManagerTest.mm.