summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_thumb_eo.h
blob: 01c20b037adb54dded8ffc711d9599d6ea735cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#ifndef _ELM_THUMB_EO_H_
#define _ELM_THUMB_EO_H_

#ifndef _ELM_THUMB_EO_CLASS_TYPE
#define _ELM_THUMB_EO_CLASS_TYPE

typedef Eo Elm_Thumb;

#endif

#ifndef _ELM_THUMB_EO_TYPES
#define _ELM_THUMB_EO_TYPES


#endif
/** Elementary thumbnail class
 *
 * @ingroup Elm_Thumb
 */
#define ELM_THUMB_CLASS elm_thumb_class_get()

EWAPI const Efl_Class *elm_thumb_class_get(void) EINA_CONST;

EWAPI extern const Efl_Event_Description _ELM_THUMB_EVENT_GENERATE_ERROR;

/** Called when an error occurred during thumbnail generation
 *
 * @ingroup Elm_Thumb
 */
#define ELM_THUMB_EVENT_GENERATE_ERROR (&(_ELM_THUMB_EVENT_GENERATE_ERROR))

EWAPI extern const Efl_Event_Description _ELM_THUMB_EVENT_GENERATE_START;

/** Called when thumbnail generation started
 *
 * @ingroup Elm_Thumb
 */
#define ELM_THUMB_EVENT_GENERATE_START (&(_ELM_THUMB_EVENT_GENERATE_START))

EWAPI extern const Efl_Event_Description _ELM_THUMB_EVENT_GENERATE_STOP;

/** Called when thumbnail generation stopped
 *
 * @ingroup Elm_Thumb
 */
#define ELM_THUMB_EVENT_GENERATE_STOP (&(_ELM_THUMB_EVENT_GENERATE_STOP))

EWAPI extern const Efl_Event_Description _ELM_THUMB_EVENT_LOAD_ERROR;

/** Called when an error occurred during loading
 *
 * @ingroup Elm_Thumb
 */
#define ELM_THUMB_EVENT_LOAD_ERROR (&(_ELM_THUMB_EVENT_LOAD_ERROR))

EWAPI extern const Efl_Event_Description _ELM_THUMB_EVENT_PRESS;

/** Called when pressed
 *
 * @ingroup Elm_Thumb
 */
#define ELM_THUMB_EVENT_PRESS (&(_ELM_THUMB_EVENT_PRESS))

#endif