Enumerations | |
enum | _Emotion_Vis { EMOTION_VIS_NONE , EMOTION_VIS_GOOM , EMOTION_VIS_LIBVISUAL_BUMPSCOPE , EMOTION_VIS_LIBVISUAL_CORONA , EMOTION_VIS_LIBVISUAL_DANCING_PARTICLES , EMOTION_VIS_LIBVISUAL_GDKPIXBUF , EMOTION_VIS_LIBVISUAL_G_FORCE , EMOTION_VIS_LIBVISUAL_GOOM , EMOTION_VIS_LIBVISUAL_INFINITE , EMOTION_VIS_LIBVISUAL_JAKDAW , EMOTION_VIS_LIBVISUAL_JESS , EMOTION_VIS_LIBVISUAL_LV_ANALYSER , EMOTION_VIS_LIBVISUAL_LV_FLOWER , EMOTION_VIS_LIBVISUAL_LV_GLTEST , EMOTION_VIS_LIBVISUAL_LV_SCOPE , EMOTION_VIS_LIBVISUAL_MADSPIN , EMOTION_VIS_LIBVISUAL_NEBULUS , EMOTION_VIS_LIBVISUAL_OINKSIE , EMOTION_VIS_LIBVISUAL_PLASMA , EMOTION_VIS_LAST } |
Used for displaying a visualization on the emotion object. More... | |
Functions | |
EMOTION_API void | emotion_object_vis_set (Evas_Object *obj, Emotion_Vis visualization) |
Set the visualization to be used with this object. More... | |
EMOTION_API Emotion_Vis | emotion_object_vis_get (const Evas_Object *obj) |
Get the type of visualization in use by this emotion object. More... | |
EMOTION_API Eina_Bool | emotion_object_vis_supported (const Evas_Object *obj, Emotion_Vis visualization) |
Query whether a type of visualization is supported by this object. More... | |
enum _Emotion_Vis |
Used for displaying a visualization on the emotion object.
EMOTION_API void emotion_object_vis_set | ( | Evas_Object * | obj, |
Emotion_Vis | visualization | ||
) |
Set the visualization to be used with this object.
obj | The object where the visualization will be set on. |
visualization | The type of visualization to be used. |
The visualization
specified will be played instead of a video. This is commonly used to display a visualization for audio only files (musics).
The available visualizations are Emotion_Vis.
References DBG.
EMOTION_API Emotion_Vis emotion_object_vis_get | ( | const Evas_Object * | obj | ) |
Get the type of visualization in use by this emotion object.
obj | The emotion object which the visualization is being retrieved from. |
The type of visualization can be set by emotion_object_vis_set().
References EMOTION_VIS_NONE.
EMOTION_API Eina_Bool emotion_object_vis_supported | ( | const Evas_Object * | obj, |
Emotion_Vis | visualization | ||
) |
Query whether a type of visualization is supported by this object.
obj | The object which the query is being ran on. |
visualization | The type of visualization that is being queried. |
This can be used to check if a visualization is supported. e.g.: one wants to display a list of available visualizations for a specific object.
References EINA_FALSE.