This is the complete list of members for flutter::PlatformHandler, including all inherited members.
| GetHasStrings(std::unique_ptr< MethodResult< rapidjson::Document > > result) | flutter::PlatformHandler | protectedvirtual |
| GetPlainText(std::unique_ptr< MethodResult< rapidjson::Document > > result, std::string_view key) | flutter::PlatformHandler | protectedvirtual |
| kClipboardError | flutter::PlatformHandler | protectedstatic |
| kExitTypeCancelable | flutter::PlatformHandler | static |
| kExitTypeRequired | flutter::PlatformHandler | static |
| kSoundTypeAlert | flutter::PlatformHandler | protectedstatic |
| kSoundTypeClick | flutter::PlatformHandler | protectedstatic |
| kSoundTypeTick | flutter::PlatformHandler | protectedstatic |
| PlatformHandler(flutter::BinaryMessenger *messenger, GLFWwindow *window) | flutter::PlatformHandler | explicit |
| PlatformHandler(BinaryMessenger *messenger, FlutterWindowsEngine *engine, std::optional< std::function< std::unique_ptr< ScopedClipboardInterface >()> > scoped_clipboard_provider=std::nullopt) | flutter::PlatformHandler | explicit |
| QuitApplication(std::optional< HWND > hwnd, std::optional< WPARAM > wparam, std::optional< LPARAM > lparam, UINT exit_code) | flutter::PlatformHandler | protectedvirtual |
| RequestAppExit(std::optional< HWND > hwnd, std::optional< WPARAM > wparam, std::optional< LPARAM > lparam, AppExitType exit_type, UINT exit_code) | flutter::PlatformHandler | virtual |
| RequestAppExitSuccess(std::optional< HWND > hwnd, std::optional< WPARAM > wparam, std::optional< LPARAM > lparam, const rapidjson::Document *result, UINT exit_code) | flutter::PlatformHandler | protectedvirtual |
| SetPlainText(const std::string &text, std::unique_ptr< MethodResult< rapidjson::Document > > result) | flutter::PlatformHandler | protectedvirtual |
| SystemExitApplication(AppExitType exit_type, UINT exit_code, std::unique_ptr< MethodResult< rapidjson::Document > > result) | flutter::PlatformHandler | protectedvirtual |
| SystemSoundPlay(const std::string &sound_type, std::unique_ptr< MethodResult< rapidjson::Document > > result) | flutter::PlatformHandler | protectedvirtual |
| ~PlatformHandler() | flutter::PlatformHandler | virtual |