Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions | Variables
FlutterViewController_Internal.h File Reference
#include "flutter/fml/platform/darwin/weak_nsobject.h"
#include "flutter/fml/time/time_point.h"
import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Typedefs

typedef void(^ FlutterKeyboardAnimationCallback) (fml::TimePoint)
 

Functions

typedef NS_ENUM (NSInteger, FlutterKeyboardMode)
 

Variables

FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterViewControllerWillDealloc
 
FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterViewControllerHideHomeIndicator
 
FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterViewControllerShowHomeIndicator
 

Typedef Documentation

◆ FlutterKeyboardAnimationCallback

typedef void(^ FlutterKeyboardAnimationCallback) (fml::TimePoint)

Definition at line 42 of file FlutterViewController_Internal.h.

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
FlutterKeyboardMode   
)

Definition at line 34 of file FlutterViewController_Internal.h.

34 {
35 // NOLINTBEGIN(readability-identifier-naming)
36 FlutterKeyboardModeHidden = 0,
37 FlutterKeyboardModeDocked = 1,
38 FlutterKeyboardModeFloating = 2,
39 // NOLINTEND(readability-identifier-naming)
40};

Variable Documentation

◆ FlutterViewControllerHideHomeIndicator

FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterViewControllerHideHomeIndicator
extern

Definition at line 44 of file FlutterViewController.mm.

◆ FlutterViewControllerShowHomeIndicator

FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterViewControllerShowHomeIndicator
extern

Definition at line 46 of file FlutterViewController.mm.

◆ FlutterViewControllerWillDealloc

FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterViewControllerWillDealloc
extern

Definition at line 43 of file FlutterViewController.mm.