◆ handleUndoWithDirection:
- (void) handleUndoWithDirection: |
|
(FlutterUndoRedoDirection) |
direction |
|
|
implementation |
Pass changes to the framework through the undo manager channel.
Reimplemented from <FlutterUndoManagerDelegate>.
Definition at line 29 of file FlutterUndoManagerPluginTest.mm.
51 :(FlutterUndoRedoDirection)direction {
52 if (direction == FlutterUndoRedoDirectionUndo) {
53 _undoCount++;
54 } else {
55 _redoCount++;
56 }
57}
◆ initWithUndoManager:activeTextInputView: [1/2]
- (instancetype) initWithUndoManager: |
|
(NSUndoManager*) |
undoManager |
activeTextInputView: |
|
(UIView<UITextInput>*) |
activeTextInputView |
|
|
| |
|
implementation |
Definition at line 29 of file FlutterUndoManagerPluginTest.mm.
43 self = [super init];
44 if (self) {
47 }
48 return self;
49}
UIView< UITextInput > * activeTextInputView
NSUndoManager * undoManager
◆ initWithUndoManager:activeTextInputView: [2/2]
- (instancetype) initWithUndoManager: |
|
(NSUndoManager *) |
undoManager |
activeTextInputView: |
|
(TextInputViewTest *) |
activeTextInputView |
|
|
| |
◆ redoCount
◆ undoCount
The documentation for this class was generated from the following file: