Flutter Engine
 
Loading...
Searching...
No Matches
flutter::testing::ShellTest::Config Struct Reference

#include <shell_test.h>

Public Attributes

const Settingssettings
 
std::optional< TaskRunnerstask_runners = {}
 
bool is_gpu_disabled = false
 
Shell::CreateCallback< PlatformViewplatform_view_create_callback
 
std::optional< int64_t > engine_id
 

Detailed Description

Definition at line 65 of file shell_test.h.

Member Data Documentation

◆ engine_id

std::optional<int64_t> flutter::testing::ShellTest::Config::engine_id

Definition at line 74 of file shell_test.h.

◆ is_gpu_disabled

bool flutter::testing::ShellTest::Config::is_gpu_disabled = false

Definition at line 70 of file shell_test.h.

Referenced by flutter::testing::ShellTest::CreateShell().

◆ platform_view_create_callback

Shell::CreateCallback<PlatformView> flutter::testing::ShellTest::Config::platform_view_create_callback

Definition at line 73 of file shell_test.h.

Referenced by flutter::testing::ShellTest::CreateShell().

◆ settings

const Settings& flutter::testing::ShellTest::Config::settings

Definition at line 67 of file shell_test.h.

Referenced by flutter::testing::ShellTest::CreateShell().

◆ task_runners

std::optional<TaskRunners> flutter::testing::ShellTest::Config::task_runners = {}

Definition at line 69 of file shell_test.h.

69{};

Referenced by flutter::testing::ShellTest::CreateShell().


The documentation for this struct was generated from the following file: