![]() |
Flutter Engine
The Flutter Engine
|
#include <Adapter.h>
Public Member Functions | |
const sk_sp< T > & | node () const |
![]() | |
template<typename T > | |
bool | bind (const AnimationBuilder &, const skjson::ObjectValue *, T *) |
template<typename T > | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jobject, T &v) |
bool | bindAutoOrientable (const AnimationBuilder &abuilder, const skjson::ObjectValue *jobject, SkV2 *v, float *orientation) |
bool | isStatic () const |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, ScalarValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, ShapeValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, TextValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, Vec2Value *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, VectorValue *v) |
template<> | |
bool | bind (const AnimationBuilder &abuilder, const skjson::ObjectValue *jprop, ColorValue *v) |
![]() | |
StateChanged | seek (float t) |
![]() | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Static Public Member Functions | |
template<typename... Args> | |
static sk_sp< AdapterT > | Make (Args &&... args) |
Protected Member Functions | |
DiscardableAdapterBase () | |
DiscardableAdapterBase (sk_sp< T > node) | |
![]() | |
virtual void | onSync ()=0 |
void | shrink_to_fit () |
void | attachDiscardableAdapter (sk_sp< AnimatablePropertyContainer >) |
![]() | |
Animator ()=default | |
virtual StateChanged | onSeek (float t)=0 |
Additional Inherited Members | |
![]() | |
using | StateChanged = bool |
|
inlineprotected |
Definition at line 29 of file Adapter.h.
|
inlineexplicitprotected |
Definition at line 32 of file Adapter.h.
|
inlinestatic |
|
inline |