|
| IA_CONSTRUCTOR void | IAFrameAnimationAttributes_init (IAFrameAnimationAttributes *, IAImageContext *imageContext, const char *name, int numberOfFrames, uint64_t duration) |
| |
| IA_CONSTRUCTOR void | IAFrameAnimationAttributes_initWithDurationOfSingleFrame (IAFrameAnimationAttributes *, IAImageContext *imageContext, const char *name, int numberOfFrames, uint64_t durationOfSingleFrame) |
| |
| void | IAFrameAnimationAttributes_setDefaultFrame (IAFrameAnimationAttributes *this, int defaultFrame) |
| |
| void | IAFrameAnimationAttributes_setLastAsDefaultFrame (IAFrameAnimationAttributes *this) |
| |
| static void | IAFrameAnimationAttributes_setName (IAFrameAnimationAttributes *this, const char *name) |
| |
| static void | IAFrameAnimationAttributes_setOffset (IAFrameAnimationAttributes *this, int offset) |
| |
| static void | IAFrameAnimationAttributes_setShouldShowLastFrameForever (IAFrameAnimationAttributes *this, bool shouldShowLastFrameForever) |
| |
| static void | IAFrameAnimationAttributes_setShouldRepeatAnimation (IAFrameAnimationAttributes *this, bool shouldRepeatAnimation) |
| |
| static void | IAFrameAnimationAttributes_setShouldReverseAnimation (IAFrameAnimationAttributes *this, bool shouldReverseAnimation) |
| |
| static void | IAFrameAnimationAttributes_setShouldMakeCopyOfImages (IAFrameAnimationAttributes *this, bool shouldMakeCopyOfImages) |
| |
| static const char * | IAFrameAnimationAttributes_getName (const IAFrameAnimationAttributes *this) |
| |
| static IAImageContext * | IAFrameAnimationAttributes_getImageContext (const IAFrameAnimationAttributes *this) |
| |
| static int | IAFrameAnimationAttributes_getNumberOfFrames (const IAFrameAnimationAttributes *this) |
| |
| static int | IAFrameAnimationAttributes_getOffset (const IAFrameAnimationAttributes *this) |
| |
| static uint64_t | IAFrameAnimationAttributes_getDuration (const IAFrameAnimationAttributes *this) |
| |
| static int | IAFrameAnimationAttributes_getDefaultFrame (const IAFrameAnimationAttributes *this) |
| |
| static bool | IAFrameAnimationAttributes_shouldShowLastFrameForever (const IAFrameAnimationAttributes *this) |
| |
| static bool | IAFrameAnimationAttributes_shouldRepeatAnimation (const IAFrameAnimationAttributes *this) |
| |
| static bool | IAFrameAnimationAttributes_shouldReverseAnimation (const IAFrameAnimationAttributes *this) |
| |
| static bool | IAFrameAnimationAttributes_shouldMakeCopyOfImages (const IAFrameAnimationAttributes *this) |
| |
| IA_DESTRUCTOR void | IAFrameAnimationAttributes_deinit (IAFrameAnimationAttributes *) |
| |
◆ IAFrameAnimationAttributes_init()
◆ IAFrameAnimationAttributes_initWithDurationOfSingleFrame()
◆ IAFrameAnimationAttributes_setDefaultFrame()
◆ IAFrameAnimationAttributes_setLastAsDefaultFrame()
◆ IAFrameAnimationAttributes_setName()
◆ IAFrameAnimationAttributes_setOffset()
◆ IAFrameAnimationAttributes_setShouldShowLastFrameForever()
| static void IAFrameAnimationAttributes_setShouldShowLastFrameForever |
( |
IAFrameAnimationAttributes * |
this, |
|
|
bool |
shouldShowLastFrameForever |
|
) |
| |
|
inline |
◆ IAFrameAnimationAttributes_setShouldRepeatAnimation()
◆ IAFrameAnimationAttributes_setShouldReverseAnimation()
| static void IAFrameAnimationAttributes_setShouldReverseAnimation |
( |
IAFrameAnimationAttributes * |
this, |
|
|
bool |
shouldReverseAnimation |
|
) |
| |
|
inline |
◆ IAFrameAnimationAttributes_setShouldMakeCopyOfImages()
| static void IAFrameAnimationAttributes_setShouldMakeCopyOfImages |
( |
IAFrameAnimationAttributes * |
this, |
|
|
bool |
shouldMakeCopyOfImages |
|
) |
| |
|
inline |
◆ IAFrameAnimationAttributes_getName()
◆ IAFrameAnimationAttributes_getImageContext()
◆ IAFrameAnimationAttributes_getNumberOfFrames()
◆ IAFrameAnimationAttributes_getOffset()
◆ IAFrameAnimationAttributes_getDuration()
◆ IAFrameAnimationAttributes_getDefaultFrame()
◆ IAFrameAnimationAttributes_shouldShowLastFrameForever()
◆ IAFrameAnimationAttributes_shouldRepeatAnimation()
◆ IAFrameAnimationAttributes_shouldReverseAnimation()
◆ IAFrameAnimationAttributes_shouldMakeCopyOfImages()
◆ IAFrameAnimationAttributes_deinit()
◆ imageContext
◆ name
| IAString IAFrameAnimationAttributes::name |
◆ numberOfFrames
| int IAFrameAnimationAttributes::numberOfFrames |
◆ offset
| int IAFrameAnimationAttributes::offset |
◆ duration
| uint64_t IAFrameAnimationAttributes::duration |
◆ defaultFrame
| int IAFrameAnimationAttributes::defaultFrame |
◆ shouldShowLastFrameForever
| bool IAFrameAnimationAttributes::shouldShowLastFrameForever |
◆ shouldRepeatAnimation
| bool IAFrameAnimationAttributes::shouldRepeatAnimation |
◆ shouldReverseAnimation
| bool IAFrameAnimationAttributes::shouldReverseAnimation |
◆ shouldMakeCopyOfImages
| bool IAFrameAnimationAttributes::shouldMakeCopyOfImages |
The documentation for this class was generated from the following files: