Flutter Engine
 
Loading...
Searching...
No Matches
mock_renderable.cc File Reference

Go to the source code of this file.

Classes

struct  _FlMockRenderable
 

Functions

static void mock_renderable_iface_init (FlRenderableInterface *iface)
 
 G_DEFINE_TYPE_WITH_CODE (FlMockRenderable, fl_mock_renderable, g_object_get_type(), G_IMPLEMENT_INTERFACE(fl_renderable_get_type(), mock_renderable_iface_init)) static void mock_renderable_present_layers(FlRenderable *renderable
 

Variables

const FlutterLayer ** layers
 

Function Documentation

◆ G_DEFINE_TYPE_WITH_CODE()

G_DEFINE_TYPE_WITH_CODE ( FlMockRenderable  ,
fl_mock_renderable  ,
g_object_get_type()  ,
G_IMPLEMENT_INTERFACE(fl_renderable_get_type(), mock_renderable_iface_init  
)

◆ mock_renderable_iface_init()

static void mock_renderable_iface_init ( FlRenderableInterface *  iface)
static

Variable Documentation

◆ layers

const FlutterLayer** layers

Definition at line 20 of file mock_renderable.cc.