#include "SkScalar.h"
#include "SkKey.h"
#include "SkEventSink.h"
Go to the source code of this file.
Classes | |
class | SkAnimator |
class | SkAnimator::Timeline |
Enumerations | |
enum | SkElementType { kElementDummyType } |
enum | SkFieldType { kFieldDummyType } |
enum SkElementType |
SkElementType is the type of element: a rectangle, a color, an animator, and so on. This enum is incomplete and will be fleshed out in a future release
Definition at line 40 of file SkAnimator.h.
enum SkFieldType |
SkFieldType is the type of field: a scalar, a string, an integer, a boolean, and so on. This enum is incomplete and will be fleshed out in a future release
Definition at line 45 of file SkAnimator.h.