|
IA_CONSTRUCTOR void | IAFrameAnimationGroupAttributes_init (IAFrameAnimationGroupAttributes *, IAImageContext *imageContext, size_t numberOfAnimations, const char *names[numberOfAnimations], int numberOfFrames, uint64_t duration) |
|
IA_CONSTRUCTOR void | IAFrameAnimationGroupAttributes_initWithDurationOfSingleFrame (IAFrameAnimationGroupAttributes *, IAImageContext *imageContext, size_t numberOfAnimations, const char *names[numberOfAnimations], int numberOfFrames, uint64_t durationOfSingleFrame) |
|
void | IAFrameAnimationGroupAttributes_setNames (IAFrameAnimationGroupAttributes *, size_t numberOfAnimations, const char *names[numberOfAnimations]) |
|
const char * | IAFrameAnimationGroupAttributes_getName (const IAFrameAnimationGroupAttributes *, size_t index) |
|
size_t | IAFrameAnimationGroupAttributes_getNumberOfAnimations (const IAFrameAnimationGroupAttributes *) |
|
static void | IAFrameAnimationGroupAttributes_setOffset (IAFrameAnimationGroupAttributes *this, int offset) |
|
static void | IAFrameAnimationGroupAttributes_setShouldShowLastFrameForever (IAFrameAnimationGroupAttributes *this, bool shouldShowLastFrameForever) |
|
static void | IAFrameAnimationGroupAttributes_setShouldRepeatAnimation (IAFrameAnimationGroupAttributes *this, bool shouldRepeatAnimation) |
|
static void | IAFrameAnimationGroupAttributes_setShouldReverseAnimation (IAFrameAnimationGroupAttributes *this, bool shouldReverseAnimation) |
|
static void | IAFrameAnimationGroupAttributes_setShouldMakeCopyOfImages (IAFrameAnimationGroupAttributes *this, bool shouldMakeCopyOfImages) |
|
static IAImageContext * | IAFrameAnimationGroupAttributes_getImageContext (const IAFrameAnimationGroupAttributes *this) |
|
static int | IAFrameAnimationGroupAttributes_getNumberOfFrames (const IAFrameAnimationGroupAttributes *this) |
|
static int | IAFrameAnimationGroupAttributes_getOffset (const IAFrameAnimationGroupAttributes *this) |
|
static uint64_t | IAFrameAnimationGroupAttributes_getDuration (const IAFrameAnimationGroupAttributes *this) |
|
static bool | IAFrameAnimationGroupAttributes_shouldShowLastFrameForever (const IAFrameAnimationGroupAttributes *this) |
|
static bool | IAFrameAnimationGroupAttributes_shouldRepeatAnimation (const IAFrameAnimationGroupAttributes *this) |
|
static bool | IAFrameAnimationGroupAttributes_shouldReverseAnimation (const IAFrameAnimationGroupAttributes *this) |
|
static bool | IAFrameAnimationGroupAttributes_shouldMakeCopyOfImages (const IAFrameAnimationGroupAttributes *this) |
|
IA_DESTRUCTOR void | IAFrameAnimationGroupAttributes_deinit (IAFrameAnimationGroupAttributes *) |
|
◆ IAFrameAnimationGroupAttributes_init()
◆ IAFrameAnimationGroupAttributes_initWithDurationOfSingleFrame()
◆ IAFrameAnimationGroupAttributes_setNames()
◆ IAFrameAnimationGroupAttributes_getName()
◆ IAFrameAnimationGroupAttributes_getNumberOfAnimations()
◆ IAFrameAnimationGroupAttributes_setOffset()
◆ IAFrameAnimationGroupAttributes_setShouldShowLastFrameForever()
◆ IAFrameAnimationGroupAttributes_setShouldRepeatAnimation()
◆ IAFrameAnimationGroupAttributes_setShouldReverseAnimation()
◆ IAFrameAnimationGroupAttributes_setShouldMakeCopyOfImages()
◆ IAFrameAnimationGroupAttributes_getImageContext()
◆ IAFrameAnimationGroupAttributes_getNumberOfFrames()
◆ IAFrameAnimationGroupAttributes_getOffset()
◆ IAFrameAnimationGroupAttributes_getDuration()
◆ IAFrameAnimationGroupAttributes_shouldShowLastFrameForever()
◆ IAFrameAnimationGroupAttributes_shouldRepeatAnimation()
◆ IAFrameAnimationGroupAttributes_shouldReverseAnimation()
◆ IAFrameAnimationGroupAttributes_shouldMakeCopyOfImages()
◆ IAFrameAnimationGroupAttributes_deinit()
◆ imageContext
◆ names
IAArray IAFrameAnimationGroupAttributes::names |
◆ numberOfFrames
int IAFrameAnimationGroupAttributes::numberOfFrames |
◆ offset
int IAFrameAnimationGroupAttributes::offset |
◆ duration
uint64_t IAFrameAnimationGroupAttributes::duration |
◆ shouldShowLastFrameForever
bool IAFrameAnimationGroupAttributes::shouldShowLastFrameForever |
◆ shouldRepeatAnimation
bool IAFrameAnimationGroupAttributes::shouldRepeatAnimation |
◆ shouldReverseAnimation
bool IAFrameAnimationGroupAttributes::shouldReverseAnimation |
◆ shouldMakeCopyOfImages
bool IAFrameAnimationGroupAttributes::shouldMakeCopyOfImages |
The documentation for this class was generated from the following files: