The peer class for all of the StringAttribute subclasses in semantics.dart. More...
#include <string_attribute.h>
Public Member Functions | |
| ~NativeStringAttribute () override | |
| const StringAttributePtr | GetAttribute () const |
| Returns the c++ representataion of StringAttribute. | |
Public Member Functions inherited from flutter::RefCountedDartWrappable< NativeStringAttribute > | |
| virtual void | RetainDartWrappableReference () const override |
| virtual void | ReleaseDartWrappableReference () const override |
Public Member Functions inherited from fml::RefCountedThreadSafe< T > | |
| void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| void | AddRef () const |
| bool | HasOneRef () const |
| void | AssertHasOneRef () const |
Public Member Functions inherited from tonic::DartWrappable | |
| DartWrappable () | |
| virtual const DartWrapperInfo & | GetDartWrapperInfo () const =0 |
| Dart_Handle | CreateDartWrapper (DartState *dart_state) |
| void | AssociateWithDartWrapper (Dart_Handle wrappable) |
| void | ClearDartWrapper () |
| Dart_WeakPersistentHandle | dart_wrapper () const |
Static Public Member Functions | |
| static void | initSpellOutStringAttribute (Dart_Handle string_attribute_handle, int32_t start, int32_t end) |
| The init method for SpellOutStringAttribute constructor. | |
| static void | initLocaleStringAttribute (Dart_Handle string_attribute_handle, int32_t start, int32_t end, std::string locale) |
| The init method for LocaleStringAttribute constructor. | |
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
| enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< T > | |
| RefCountedThreadSafe () | |
| ~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| RefCountedThreadSafeBase () | |
| ~RefCountedThreadSafeBase () | |
| bool | Release () const |
| void | Adopt () |
Protected Member Functions inherited from tonic::DartWrappable | |
| virtual | ~DartWrappable () |
Static Protected Member Functions inherited from tonic::DartWrappable | |
| static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
The peer class for all of the StringAttribute subclasses in semantics.dart.
Definition at line 56 of file string_attribute.h.
|
override |
Definition at line 21 of file string_attribute.cc.
| const StringAttributePtr flutter::NativeStringAttribute::GetAttribute | ( | ) | const |
Returns the c++ representataion of StringAttribute.
Definition at line 55 of file string_attribute.cc.
|
static |
The init method for LocaleStringAttribute constructor.
Definition at line 38 of file string_attribute.cc.
References end, flutter::kLocale, start, and flutter::UIDartState::ThrowIfUIOperationsProhibited().
|
static |
The init method for SpellOutStringAttribute constructor.
Definition at line 23 of file string_attribute.cc.
References end, flutter::kSpellOut, start, and flutter::UIDartState::ThrowIfUIOperationsProhibited().