Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterStringAttribute). More... | |
size_t | start |
size_t | end |
FlutterStringAttributeType | type |
The type of the attribute described by the subsequent union. More... | |
union { | |
const FlutterSpellOutStringAttribute * spell_out | |
const FlutterLocaleStringAttribute * locale | |
}; | |
Definition at line 1230 of file embedder.h.
union { ... } FlutterStringAttribute::@52 |
size_t FlutterStringAttribute::end |
Definition at line 1236 of file embedder.h.
const FlutterLocaleStringAttribute* FlutterStringAttribute::locale |
Definition at line 1243 of file embedder.h.
const FlutterSpellOutStringAttribute* FlutterStringAttribute::spell_out |
Definition at line 1241 of file embedder.h.
size_t FlutterStringAttribute::start |
Definition at line 1234 of file embedder.h.
size_t FlutterStringAttribute::struct_size |
The size of this struct. Must be sizeof(FlutterStringAttribute).
Definition at line 1232 of file embedder.h.
FlutterStringAttributeType FlutterStringAttribute::type |
The type of the attribute described by the subsequent union.
Definition at line 1238 of file embedder.h.