Flutter Engine
The Flutter Engine
|
#include <semantics_update_builder.h>
Public Member Functions | |
~SemanticsUpdateBuilder () override | |
void | updateNode (int id, int flags, int actions, int maxValueLength, int currentValueLength, int textSelectionBase, int textSelectionExtent, int platformViewId, int scrollChildren, int scrollIndex, double scrollPosition, double scrollExtentMax, double scrollExtentMin, double left, double top, double right, double bottom, double elevation, double thickness, std::string identifier, std::string label, const std::vector< NativeStringAttribute * > &labelAttributes, std::string value, const std::vector< NativeStringAttribute * > &valueAttributes, std::string increasedValue, const std::vector< NativeStringAttribute * > &increasedValueAttributes, std::string decreasedValue, const std::vector< NativeStringAttribute * > &decreasedValueAttributes, std::string hint, const std::vector< NativeStringAttribute * > &hintAttributes, std::string tooltip, int textDirection, const tonic::Float64List &transform, const tonic::Int32List &childrenInTraversalOrder, const tonic::Int32List &childrenInHitTestOrder, const tonic::Int32List &customAccessibilityActions, int headingLevel) |
void | updateCustomAction (int id, std::string label, std::string hint, int overrideId) |
void | build (Dart_Handle semantics_update_handle) |
Public Member Functions inherited from flutter::RefCountedDartWrappable< SemanticsUpdateBuilder > | |
virtual void | RetainDartWrappableReference () const override |
virtual void | ReleaseDartWrappableReference () const override |
Public Member Functions inherited from fml::RefCountedThreadSafe< SemanticsUpdateBuilder > | |
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 |
virtual void | RetainDartWrappableReference () const =0 |
virtual void | ReleaseDartWrappableReference () 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 | Create (Dart_Handle wrapper) |
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< SemanticsUpdateBuilder > | |
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) |
Definition at line 18 of file semantics_update_builder.h.
|
overridedefault |
void flutter::SemanticsUpdateBuilder::build | ( | Dart_Handle | semantics_update_handle | ) |
Definition at line 138 of file semantics_update_builder.cc.
|
inlinestatic |
Definition at line 24 of file semantics_update_builder.h.
void flutter::SemanticsUpdateBuilder::updateCustomAction | ( | int | id, |
std::string | label, | ||
std::string | hint, | ||
int | overrideId | ||
) |
void flutter::SemanticsUpdateBuilder::updateNode | ( | int | id, |
int | flags, | ||
int | actions, | ||
int | maxValueLength, | ||
int | currentValueLength, | ||
int | textSelectionBase, | ||
int | textSelectionExtent, | ||
int | platformViewId, | ||
int | scrollChildren, | ||
int | scrollIndex, | ||
double | scrollPosition, | ||
double | scrollExtentMax, | ||
double | scrollExtentMin, | ||
double | left, | ||
double | top, | ||
double | right, | ||
double | bottom, | ||
double | elevation, | ||
double | thickness, | ||
std::string | identifier, | ||
std::string | label, | ||
const std::vector< NativeStringAttribute * > & | labelAttributes, | ||
std::string | value, | ||
const std::vector< NativeStringAttribute * > & | valueAttributes, | ||
std::string | increasedValue, | ||
const std::vector< NativeStringAttribute * > & | increasedValueAttributes, | ||
std::string | decreasedValue, | ||
const std::vector< NativeStringAttribute * > & | decreasedValueAttributes, | ||
std::string | hint, | ||
const std::vector< NativeStringAttribute * > & | hintAttributes, | ||
std::string | tooltip, | ||
int | textDirection, | ||
const tonic::Float64List & | transform, | ||
const tonic::Int32List & | childrenInTraversalOrder, | ||
const tonic::Int32List & | childrenInHitTestOrder, | ||
const tonic::Int32List & | customAccessibilityActions, | ||
int | headingLevel | ||
) |
Definition at line 33 of file semantics_update_builder.cc.