mGEff API Reference  v1.2.0
An animation framework for MiniGUI apps
mgeff-animationgroup.h
Go to the documentation of this file.
1 
41 #ifndef _MGEFF_ANIMATION_GROUP_H_
42 #define _MGEFF_ANIMATION_GROUP_H_
43 
65 
79 void MGEFF_EXPORT mGEffAnimationAddToGroup(MGEFF_ANIMATION group,
80  MGEFF_ANIMATION animation);
81 
82 #endif
83 
MGEFF_ANIMATION MGEFF_EXPORT mGEffAnimationCreateGroup(enum EffAnimationType type)
Create mgeff animation group.
EffAnimationType
group animation
Definition: mgeff-animation.h:115
#define MGEFF_EXPORT
Definition: mgeff-common.h:52
void MGEFF_EXPORT mGEffAnimationAddToGroup(MGEFF_ANIMATION group, MGEFF_ANIMATION animation)
Adds an animation to an animation group.