Flutter Engine
 
Loading...
Searching...
No Matches
string_attribute.h File Reference

Go to the source code of this file.

Classes

struct  flutter::StringAttribute
 
struct  flutter::SpellOutStringAttribute
 
struct  flutter::LocaleStringAttribute
 
class  flutter::NativeStringAttribute
 The peer class for all of the StringAttribute subclasses in semantics.dart. More...
 

Namespaces

namespace  flutter
 

Typedefs

using flutter::StringAttributePtr = std::shared_ptr< flutter::StringAttribute >
 
using flutter::StringAttributes = std::vector< StringAttributePtr >
 

Enumerations

enum class  flutter::StringAttributeType : int32_t {
  flutter::kSpellOut ,
  flutter::kLocale
}