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 |
| 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 |
| const FlutterLayer** layers |
Definition at line 20 of file mock_renderable.cc.