Flutter Engine
The Flutter Engine
|
#include <SkSVGTypes.h>
Public Types | |
using | ValueT = T |
Public Member Functions | |
SkSVGProperty () | |
SkSVGProperty (SkSVGPropertyState state) | |
SkSVGProperty (const T &value) | |
SkSVGProperty (T &&value) | |
template<typename... Args> | |
void | init (Args &&... args) |
constexpr bool | isInheritable () const |
bool | isValue () const |
T * | getMaybeNull () const |
void | set (SkSVGPropertyState state) |
void | set (const T &value) |
void | set (T &&value) |
T * | operator-> () |
const T * | operator-> () const |
T & | operator* () |
const T & | operator* () const |
Definition at line 40 of file SkSVGTypes.h.
using SkSVGProperty< T, kInheritable >::ValueT = T |
Definition at line 42 of file SkSVGTypes.h.
|
inline |
Definition at line 44 of file SkSVGTypes.h.
|
inlineexplicit |
Definition at line 46 of file SkSVGTypes.h.
|
inlineexplicit |
Definition at line 48 of file SkSVGTypes.h.
|
inlineexplicit |
Definition at line 52 of file SkSVGTypes.h.
|
inline |
Definition at line 66 of file SkSVGTypes.h.
|
inline |
Definition at line 57 of file SkSVGTypes.h.
|
inlineconstexpr |
Definition at line 62 of file SkSVGTypes.h.
|
inline |
Definition at line 64 of file SkSVGTypes.h.
|
inline |
Definition at line 99 of file SkSVGTypes.h.
|
inline |
Definition at line 105 of file SkSVGTypes.h.
|
inline |
Definition at line 87 of file SkSVGTypes.h.
|
inline |
Definition at line 93 of file SkSVGTypes.h.
|
inline |
Definition at line 77 of file SkSVGTypes.h.
|
inline |
Definition at line 70 of file SkSVGTypes.h.
|
inline |
Definition at line 82 of file SkSVGTypes.h.