mGEff API Reference  v1.2.0
An animation framework for MiniGUI apps
mgeff.h
Go to the documentation of this file.
1 
41 #ifndef _MGEFF_H_
42 #define _MGEFF_H_
43 
44 #ifdef __cplusplus
45 extern "C" {
46 #endif
47 
48 #include "mgeff-common.h"
49 #include "mgeff-animation.h"
50 #include "mgeff-animationgroup.h"
51 #include "mgeff-motioncurve.h"
52 #ifdef _MGEFF_EFFECTOR
53  #include "mgeff-effector-sink.h"
54  #include "mgeff-effector-source.h"
55  #include "mgeff-effector.h"
56  #include "mgeff-window-animation.h"
57 #endif
58 
59 #ifdef __cplusplus
60 }
61 #endif
62 
63 #endif
64 
animation group headfile.
Effecr sink headfile.
A motion curve headfile.
A motion curve headfile.
Effector source headfile.
window animation headfile.
common macro and type define.
Effector headfile.