diff options
author | Savio Sena <savio.sena@acm.org> | 2014-09-23 03:46:16 -0300 |
---|---|---|
committer | Savio Sena <savio.sena@acm.org> | 2014-09-23 03:58:25 -0300 |
commit | 95e8ec6f9e66c6291c3cd9f5c61b4b2616906df3 (patch) | |
tree | dcb4b8526982a93387b3ef40a2e2832152f53645 /src | |
parent | d90d23bdd605d3f07958ea22153f3ed056c90b6a (diff) |
Added more test.
It`s still incomplete and not yet compiling.
Diffstat (limited to 'src')
60 files changed, 821 insertions, 2273 deletions
diff --git a/src/bin/cxx/font_effect_blur_alpha.cc b/src/bin/cxx/font_effect_blur_alpha.cc index 0f3cd79..ac0f7de 100644 --- a/src/bin/cxx/font_effect_blur_alpha.cc +++ b/src/bin/cxx/font_effect_blur_alpha.cc | |||
@@ -1,4 +1,4 @@ | |||
1 | # include "main.h" | 1 | #include "main.h" |
2 | 2 | ||
3 | #include "ui.h" | 3 | #include "ui.h" |
4 | 4 | ||
diff --git a/src/bin/cxx/image_blend_border.cc b/src/bin/cxx/image_blend_border.cc index 992b2ad..ab8a2bf 100644 --- a/src/bin/cxx/image_blend_border.cc +++ b/src/bin/cxx/image_blend_border.cc | |||
@@ -1,4 +1,4 @@ | |||
1 | 1 | // XXX DONE | |
2 | #ifdef HAVE_CONFIG_H | 2 | #ifdef HAVE_CONFIG_H |
3 | # include <config.h> | 3 | # include <config.h> |
4 | #endif | 4 | #endif |
diff --git a/src/bin/cxx/image_blend_fade_pow2_unscaled.cc b/src/bin/cxx/image_blend_fade_pow2_unscaled.cc index d194b41..9b14e7b 100644 --- a/src/bin/cxx/image_blend_fade_pow2_unscaled.cc +++ b/src/bin/cxx/image_blend_fade_pow2_unscaled.cc | |||
@@ -1,4 +1,4 @@ | |||
1 | 1 | // XXX DONE | |
2 | #ifdef HAVE_CONFIG_H | 2 | #ifdef HAVE_CONFIG_H |
3 | # include <config.h> | 3 | # include <config.h> |
4 | #endif | 4 | #endif |
diff --git a/src/bin/cxx/image_blend_fade_unscaled.cc b/src/bin/cxx/image_blend_fade_unscaled.cc index a8cded0..1a67ac5 100644 --- a/src/bin/cxx/image_blend_fade_unscaled.cc +++ b/src/bin/cxx/image_blend_fade_unscaled.cc | |||
@@ -1,4 +1,4 @@ | |||
1 | 1 | // XXX DONE | |
2 | #ifdef HAVE_CONFIG_H | 2 | #ifdef HAVE_CONFIG_H |
3 | # include <config.h> | 3 | # include <config.h> |
4 | #endif | 4 | #endif |
diff --git a/src/bin/cxx/image_blend_many_smooth_same_scaled.cc b/src/bin/cxx/image_blend_many_smooth_same_scaled.cc index 2695b8f..bc67572 100644 --- a/src/bin/cxx/image_blend_many_smooth_same_scaled.cc +++ b/src/bin/cxx/image_blend_many_smooth_same_scaled.cc | |||
@@ -1,15 +1,20 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | ||
6 | #define FNAME image_blend_many_smooth_down_scaled_start | ||
7 | #define NAME "Image Blend Many Smooth Down Scaled" | ||
8 | #define ICON "blend.png" | ||
9 | 2 | ||
10 | #ifndef PROTO | 3 | #ifdef HAVE_CONFIG_H |
11 | # ifndef UI | 4 | # include <config.h> |
12 | # include "main.h" | 5 | #endif |
6 | |||
7 | #include "Eo.h" | ||
8 | #include "Evas.h" | ||
9 | |||
10 | #include "Eo.hh" | ||
11 | #include "Eina.hh" | ||
12 | #include "Evas.hh" | ||
13 | |||
14 | #include "main.h" | ||
15 | |||
16 | #define EXPEDITE_CXX_TEST_IMPL | ||
17 | #include <image_blend_many_smooth_same_scaled_capi.h> | ||
13 | 18 | ||
14 | #define MANYNUM 8192 | 19 | #define MANYNUM 8192 |
15 | 20 | ||
diff --git a/src/bin/cxx/image_blend_nearest_same_scaled.cc b/src/bin/cxx/image_blend_nearest_same_scaled.cc index 2845b0e..b7f267c 100644 --- a/src/bin/cxx/image_blend_nearest_same_scaled.cc +++ b/src/bin/cxx/image_blend_nearest_same_scaled.cc | |||
@@ -1,15 +1,19 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_nearest_same_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Nearest Same Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude1_few_capi.h> | ||
13 | 17 | ||
14 | /* standard var */ | 18 | /* standard var */ |
15 | static int done = 0; | 19 | static int done = 0; |
@@ -69,38 +73,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 73 | KEY_STD; |
70 | } | 74 | } |
71 | 75 | ||
72 | 76 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 77 | { |
99 | ui_func_set(_key, _loop); | 78 | ui_func_set(_key, _loop); |
100 | _setup(); | 79 | _setup(); |
101 | } | 80 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_nearest_scaled.cc b/src/bin/cxx/image_blend_nearest_scaled.cc index 9255a84..921b4c6 100644 --- a/src/bin/cxx/image_blend_nearest_scaled.cc +++ b/src/bin/cxx/image_blend_nearest_scaled.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_nearest_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Nearest Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -69,38 +72,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 72 | KEY_STD; |
70 | } | 73 | } |
71 | 74 | ||
72 | 75 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 76 | { |
99 | ui_func_set(_key, _loop); | 77 | ui_func_set(_key, _loop); |
100 | _setup(); | 78 | _setup(); |
101 | } | 79 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_nearest_solid_same_scaled.cc b/src/bin/cxx/image_blend_nearest_solid_same_scaled.cc index 7b31fbc..0b2b644 100644 --- a/src/bin/cxx/image_blend_nearest_solid_same_scaled.cc +++ b/src/bin/cxx/image_blend_nearest_solid_same_scaled.cc | |||
@@ -1,15 +1,19 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_nearest_solid_same_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Nearest Solid Same Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_nearest_solid_same_scaled_capi.h> | ||
13 | 17 | ||
14 | /* standard var */ | 18 | /* standard var */ |
15 | static int done = 0; | 19 | static int done = 0; |
@@ -69,38 +73,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 73 | KEY_STD; |
70 | } | 74 | } |
71 | 75 | ||
72 | 76 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 77 | { |
99 | ui_func_set(_key, _loop); | 78 | ui_func_set(_key, _loop); |
100 | _setup(); | 79 | _setup(); |
101 | } | 80 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_nearest_solid_scaled.cc b/src/bin/cxx/image_blend_nearest_solid_scaled.cc index a990f84..c3944db 100644 --- a/src/bin/cxx/image_blend_nearest_solid_scaled.cc +++ b/src/bin/cxx/image_blend_nearest_solid_scaled.cc | |||
@@ -1,15 +1,19 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_nearest_solid_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Nearest Solid Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_nearest_solid_scaled_capi.h> | ||
13 | 17 | ||
14 | /* standard var */ | 18 | /* standard var */ |
15 | static int done = 0; | 19 | static int done = 0; |
@@ -69,38 +73,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 73 | KEY_STD; |
70 | } | 74 | } |
71 | 75 | ||
72 | 76 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 77 | { |
99 | ui_func_set(_key, _loop); | 78 | ui_func_set(_key, _loop); |
100 | _setup(); | 79 | _setup(); |
101 | } | 80 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude1.cc b/src/bin/cxx/image_blend_occlude1.cc index 6830ee4..82251f5 100644 --- a/src/bin/cxx/image_blend_occlude1.cc +++ b/src/bin/cxx/image_blend_occlude1.cc | |||
@@ -1,15 +1,19 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude1_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 1" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude1_capi.h> | ||
13 | 17 | ||
14 | /* standard var */ | 18 | /* standard var */ |
15 | static int done = 0; | 19 | static int done = 0; |
@@ -82,38 +86,8 @@ static void _key(char *key) | |||
82 | KEY_STD; | 86 | KEY_STD; |
83 | } | 87 | } |
84 | 88 | ||
85 | 89 | extern "C" void FNAME(void) | |
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | /* template stuff - ignore */ | ||
97 | # endif | ||
98 | #endif | ||
99 | |||
100 | #ifdef UI | ||
101 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
102 | #endif | ||
103 | |||
104 | #ifdef PROTO | ||
105 | void FNAME(void); | ||
106 | #endif | ||
107 | |||
108 | #ifndef PROTO | ||
109 | # ifndef UI | ||
110 | void FNAME(void) | ||
111 | { | 90 | { |
112 | ui_func_set(_key, _loop); | 91 | ui_func_set(_key, _loop); |
113 | _setup(); | 92 | _setup(); |
114 | } | 93 | } |
115 | # endif | ||
116 | #endif | ||
117 | #undef FNAME | ||
118 | #undef NAME | ||
119 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude1_few.cc b/src/bin/cxx/image_blend_occlude1_few.cc index 0519669..6cfcf2e 100644 --- a/src/bin/cxx/image_blend_occlude1_few.cc +++ b/src/bin/cxx/image_blend_occlude1_few.cc | |||
@@ -1,15 +1,19 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude1_few_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 1 Few" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude1_few_capi.h> | ||
13 | 17 | ||
14 | #undef OBNUM | 18 | #undef OBNUM |
15 | #define OBNUM 32 | 19 | #define OBNUM 32 |
@@ -85,38 +89,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 89 | KEY_STD; |
86 | } | 90 | } |
87 | 91 | ||
88 | 92 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 93 | { |
115 | ui_func_set(_key, _loop); | 94 | ui_func_set(_key, _loop); |
116 | _setup(); | 95 | _setup(); |
117 | } | 96 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude1_many.cc b/src/bin/cxx/image_blend_occlude1_many.cc index 669e9eb..17f69fb 100644 --- a/src/bin/cxx/image_blend_occlude1_many.cc +++ b/src/bin/cxx/image_blend_occlude1_many.cc | |||
@@ -1,15 +1,19 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude1_many_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 1 Many" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude1_many_capi.h> | ||
13 | 17 | ||
14 | #undef OBNUM | 18 | #undef OBNUM |
15 | #define OBNUM 320 | 19 | #define OBNUM 320 |
@@ -85,38 +89,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 89 | KEY_STD; |
86 | } | 90 | } |
87 | 91 | ||
88 | 92 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 93 | { |
115 | ui_func_set(_key, _loop); | 94 | ui_func_set(_key, _loop); |
116 | _setup(); | 95 | _setup(); |
117 | } | 96 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude1_very_many.cc b/src/bin/cxx/image_blend_occlude1_very_many.cc index 7c0a55a..f54193d 100644 --- a/src/bin/cxx/image_blend_occlude1_very_many.cc +++ b/src/bin/cxx/image_blend_occlude1_very_many.cc | |||
@@ -1,15 +1,21 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude1_very_many_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 1 Very Many" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude1_very_many_capi.h> | ||
17 | |||
18 | #include "main.h" | ||
13 | 19 | ||
14 | #undef OBNUM | 20 | #undef OBNUM |
15 | #define OBNUM 1600 | 21 | #define OBNUM 1600 |
@@ -85,38 +91,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 91 | KEY_STD; |
86 | } | 92 | } |
87 | 93 | ||
88 | 94 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 95 | { |
115 | ui_func_set(_key, _loop); | 96 | ui_func_set(_key, _loop); |
116 | _setup(); | 97 | _setup(); |
117 | } | 98 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude2.cc b/src/bin/cxx/image_blend_occlude2.cc index 1686422..e1c28c6 100644 --- a/src/bin/cxx/image_blend_occlude2.cc +++ b/src/bin/cxx/image_blend_occlude2.cc | |||
@@ -1,15 +1,21 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude2_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 2" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude2_capi.h> | ||
17 | |||
18 | #include "main.h" | ||
13 | 19 | ||
14 | /* standard var */ | 20 | /* standard var */ |
15 | static int done = 0; | 21 | static int done = 0; |
@@ -82,38 +88,8 @@ static void _key(char *key) | |||
82 | KEY_STD; | 88 | KEY_STD; |
83 | } | 89 | } |
84 | 90 | ||
85 | 91 | extern "C" void FNAME(void) | |
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | /* template stuff - ignore */ | ||
97 | # endif | ||
98 | #endif | ||
99 | |||
100 | #ifdef UI | ||
101 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
102 | #endif | ||
103 | |||
104 | #ifdef PROTO | ||
105 | void FNAME(void); | ||
106 | #endif | ||
107 | |||
108 | #ifndef PROTO | ||
109 | # ifndef UI | ||
110 | void FNAME(void) | ||
111 | { | 92 | { |
112 | ui_func_set(_key, _loop); | 93 | ui_func_set(_key, _loop); |
113 | _setup(); | 94 | _setup(); |
114 | } | 95 | } |
115 | # endif | ||
116 | #endif | ||
117 | #undef FNAME | ||
118 | #undef NAME | ||
119 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude2_few.cc b/src/bin/cxx/image_blend_occlude2_few.cc index 15ea683..f757e08 100644 --- a/src/bin/cxx/image_blend_occlude2_few.cc +++ b/src/bin/cxx/image_blend_occlude2_few.cc | |||
@@ -1,15 +1,21 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude2_few_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 2 Few" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude2_few_capi.h> | ||
17 | |||
18 | #include "main.h" | ||
13 | 19 | ||
14 | #undef OBNUM | 20 | #undef OBNUM |
15 | #define OBNUM 32 | 21 | #define OBNUM 32 |
@@ -85,38 +91,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 91 | KEY_STD; |
86 | } | 92 | } |
87 | 93 | ||
88 | 94 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 95 | { |
115 | ui_func_set(_key, _loop); | 96 | ui_func_set(_key, _loop); |
116 | _setup(); | 97 | _setup(); |
117 | } | 98 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude2_many.cc b/src/bin/cxx/image_blend_occlude2_many.cc index 715580f..86fcb18 100644 --- a/src/bin/cxx/image_blend_occlude2_many.cc +++ b/src/bin/cxx/image_blend_occlude2_many.cc | |||
@@ -1,15 +1,21 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude2_many_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 2 Many" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude2_many_capi.h> | ||
17 | |||
18 | #include "main.h" | ||
13 | 19 | ||
14 | #undef OBNUM | 20 | #undef OBNUM |
15 | #define OBNUM 320 | 21 | #define OBNUM 320 |
@@ -85,38 +91,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 91 | KEY_STD; |
86 | } | 92 | } |
87 | 93 | ||
88 | 94 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 95 | { |
115 | ui_func_set(_key, _loop); | 96 | ui_func_set(_key, _loop); |
116 | _setup(); | 97 | _setup(); |
117 | } | 98 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude2_very_many.cc b/src/bin/cxx/image_blend_occlude2_very_many.cc index 2bab38c..fa96c23 100644 --- a/src/bin/cxx/image_blend_occlude2_very_many.cc +++ b/src/bin/cxx/image_blend_occlude2_very_many.cc | |||
@@ -1,15 +1,21 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude2_very_many_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 2 Very Many" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude2_very_many_capi.h> | ||
17 | |||
18 | #include "main.h" | ||
13 | 19 | ||
14 | #undef OBNUM | 20 | #undef OBNUM |
15 | #define OBNUM 1600 | 21 | #define OBNUM 1600 |
@@ -85,38 +91,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 91 | KEY_STD; |
86 | } | 92 | } |
87 | 93 | ||
88 | 94 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 95 | { |
115 | ui_func_set(_key, _loop); | 96 | ui_func_set(_key, _loop); |
116 | _setup(); | 97 | _setup(); |
117 | } | 98 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude3.cc b/src/bin/cxx/image_blend_occlude3.cc index 8f6cc99..bcddd8d 100644 --- a/src/bin/cxx/image_blend_occlude3.cc +++ b/src/bin/cxx/image_blend_occlude3.cc | |||
@@ -1,15 +1,21 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude3_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 3" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude3_capi.h> | ||
17 | |||
18 | #include "main.h" | ||
13 | 19 | ||
14 | /* standard var */ | 20 | /* standard var */ |
15 | static int done = 0; | 21 | static int done = 0; |
@@ -82,38 +88,8 @@ static void _key(char *key) | |||
82 | KEY_STD; | 88 | KEY_STD; |
83 | } | 89 | } |
84 | 90 | ||
85 | 91 | extern "C" void FNAME(void) | |
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | /* template stuff - ignore */ | ||
97 | # endif | ||
98 | #endif | ||
99 | |||
100 | #ifdef UI | ||
101 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
102 | #endif | ||
103 | |||
104 | #ifdef PROTO | ||
105 | void FNAME(void); | ||
106 | #endif | ||
107 | |||
108 | #ifndef PROTO | ||
109 | # ifndef UI | ||
110 | void FNAME(void) | ||
111 | { | 92 | { |
112 | ui_func_set(_key, _loop); | 93 | ui_func_set(_key, _loop); |
113 | _setup(); | 94 | _setup(); |
114 | } | 95 | } |
115 | # endif | ||
116 | #endif | ||
117 | #undef FNAME | ||
118 | #undef NAME | ||
119 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude3_few.cc b/src/bin/cxx/image_blend_occlude3_few.cc index 919369a..8920eb6 100644 --- a/src/bin/cxx/image_blend_occlude3_few.cc +++ b/src/bin/cxx/image_blend_occlude3_few.cc | |||
@@ -1,15 +1,21 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude3_few_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 3 Few" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude3_few_capi.h> | ||
17 | |||
18 | #include "main.h" | ||
13 | 19 | ||
14 | #undef OBNUM | 20 | #undef OBNUM |
15 | #define OBNUM 32 | 21 | #define OBNUM 32 |
@@ -85,38 +91,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 91 | KEY_STD; |
86 | } | 92 | } |
87 | 93 | ||
88 | 94 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 95 | { |
115 | ui_func_set(_key, _loop); | 96 | ui_func_set(_key, _loop); |
116 | _setup(); | 97 | _setup(); |
117 | } | 98 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude3_many.cc b/src/bin/cxx/image_blend_occlude3_many.cc index 1cd214f..279bf5d 100644 --- a/src/bin/cxx/image_blend_occlude3_many.cc +++ b/src/bin/cxx/image_blend_occlude3_many.cc | |||
@@ -1,15 +1,19 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude3_many_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 3 Many" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
16 | #include <image_blend_occlude3_many_capi.h> | ||
13 | 17 | ||
14 | #undef OBNUM | 18 | #undef OBNUM |
15 | #define OBNUM 320 | 19 | #define OBNUM 320 |
@@ -85,38 +89,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 89 | KEY_STD; |
86 | } | 90 | } |
87 | 91 | ||
88 | 92 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 93 | { |
115 | ui_func_set(_key, _loop); | 94 | ui_func_set(_key, _loop); |
116 | _setup(); | 95 | _setup(); |
117 | } | 96 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_occlude3_very_many.cc b/src/bin/cxx/image_blend_occlude3_very_many.cc index 5380a1a..d4aa5f8 100644 --- a/src/bin/cxx/image_blend_occlude3_very_many.cc +++ b/src/bin/cxx/image_blend_occlude3_very_many.cc | |||
@@ -1,15 +1,20 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_occlude3_very_many_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Occlude 3 Very Many" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
12 | |||
13 | #include "main.h" | ||
14 | |||
15 | #define EXPEDITE_CXX_TEST_IMPL | ||
16 | #include <image_blend_occlude3_very_many_capi.h> | ||
9 | 17 | ||
10 | #ifndef PROTO | ||
11 | # ifndef UI | ||
12 | # include "main.h" | ||
13 | 18 | ||
14 | #undef OBNUM | 19 | #undef OBNUM |
15 | #define OBNUM 1600 | 20 | #define OBNUM 1600 |
@@ -85,38 +90,8 @@ static void _key(char *key) | |||
85 | KEY_STD; | 90 | KEY_STD; |
86 | } | 91 | } |
87 | 92 | ||
88 | 93 | extern "C" void FNAME(void) | |
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | /* template stuff - ignore */ | ||
100 | # endif | ||
101 | #endif | ||
102 | |||
103 | #ifdef UI | ||
104 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
105 | #endif | ||
106 | |||
107 | #ifdef PROTO | ||
108 | void FNAME(void); | ||
109 | #endif | ||
110 | |||
111 | #ifndef PROTO | ||
112 | # ifndef UI | ||
113 | void FNAME(void) | ||
114 | { | 94 | { |
115 | ui_func_set(_key, _loop); | 95 | ui_func_set(_key, _loop); |
116 | _setup(); | 96 | _setup(); |
117 | } | 97 | } |
118 | # endif | ||
119 | #endif | ||
120 | #undef FNAME | ||
121 | #undef NAME | ||
122 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_smooth_same_scaled.cc b/src/bin/cxx/image_blend_smooth_same_scaled.cc index c18d2cd..5177840 100644 --- a/src/bin/cxx/image_blend_smooth_same_scaled.cc +++ b/src/bin/cxx/image_blend_smooth_same_scaled.cc | |||
@@ -1,15 +1,20 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_smooth_same_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Smooth Same Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
12 | |||
13 | #include "main.h" | ||
14 | |||
15 | #define EXPEDITE_CXX_TEST_IMPL | ||
16 | #include <image_blend_smooth_same_scaled_capi.h> | ||
9 | 17 | ||
10 | #ifndef PROTO | ||
11 | # ifndef UI | ||
12 | # include "main.h" | ||
13 | 18 | ||
14 | /* standard var */ | 19 | /* standard var */ |
15 | static int done = 0; | 20 | static int done = 0; |
@@ -69,38 +74,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 74 | KEY_STD; |
70 | } | 75 | } |
71 | 76 | ||
72 | 77 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 78 | { |
99 | ui_func_set(_key, _loop); | 79 | ui_func_set(_key, _loop); |
100 | _setup(); | 80 | _setup(); |
101 | } | 81 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_smooth_scaled.cc b/src/bin/cxx/image_blend_smooth_scaled.cc index ab40f80..d5eedce 100644 --- a/src/bin/cxx/image_blend_smooth_scaled.cc +++ b/src/bin/cxx/image_blend_smooth_scaled.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_smooth_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Smooth Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -69,38 +72,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 72 | KEY_STD; |
70 | } | 73 | } |
71 | 74 | ||
72 | 75 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 76 | { |
99 | ui_func_set(_key, _loop); | 77 | ui_func_set(_key, _loop); |
100 | _setup(); | 78 | _setup(); |
101 | } | 79 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_smooth_solid_same_scaled.cc b/src/bin/cxx/image_blend_smooth_solid_same_scaled.cc index 529ef89..620d561 100644 --- a/src/bin/cxx/image_blend_smooth_solid_same_scaled.cc +++ b/src/bin/cxx/image_blend_smooth_solid_same_scaled.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_smooth_solid_same_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Smooth Solid Same Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -69,38 +72,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 72 | KEY_STD; |
70 | } | 73 | } |
71 | 74 | ||
72 | 75 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 76 | { |
99 | ui_func_set(_key, _loop); | 77 | ui_func_set(_key, _loop); |
100 | _setup(); | 78 | _setup(); |
101 | } | 79 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_smooth_solid_scaled.cc b/src/bin/cxx/image_blend_smooth_solid_scaled.cc index af039c3..ec076ff 100644 --- a/src/bin/cxx/image_blend_smooth_solid_scaled.cc +++ b/src/bin/cxx/image_blend_smooth_solid_scaled.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_smooth_solid_scaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Smooth Solid Scaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -69,38 +72,8 @@ static void _key(char *key) | |||
69 | KEY_STD; | 72 | KEY_STD; |
70 | } | 73 | } |
71 | 74 | ||
72 | 75 | extern "C" void FNAME(void) | |
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | /* template stuff - ignore */ | ||
84 | # endif | ||
85 | #endif | ||
86 | |||
87 | #ifdef UI | ||
88 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
89 | #endif | ||
90 | |||
91 | #ifdef PROTO | ||
92 | void FNAME(void); | ||
93 | #endif | ||
94 | |||
95 | #ifndef PROTO | ||
96 | # ifndef UI | ||
97 | void FNAME(void) | ||
98 | { | 76 | { |
99 | ui_func_set(_key, _loop); | 77 | ui_func_set(_key, _loop); |
100 | _setup(); | 78 | _setup(); |
101 | } | 79 | } |
102 | # endif | ||
103 | #endif | ||
104 | #undef FNAME | ||
105 | #undef NAME | ||
106 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_solid_middle_border.cc b/src/bin/cxx/image_blend_solid_middle_border.cc index 350d837..012b824 100644 --- a/src/bin/cxx/image_blend_solid_middle_border.cc +++ b/src/bin/cxx/image_blend_solid_middle_border.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_solid_middle_border | 3 | # include <config.h> |
7 | #define NAME "Image Blend Solid Middle Border" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -70,38 +73,8 @@ static void _key(char *key) | |||
70 | KEY_STD; | 73 | KEY_STD; |
71 | } | 74 | } |
72 | 75 | ||
73 | 76 | extern "C" void FNAME(void) | |
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | |||
84 | /* template stuff - ignore */ | ||
85 | # endif | ||
86 | #endif | ||
87 | |||
88 | #ifdef UI | ||
89 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
90 | #endif | ||
91 | |||
92 | #ifdef PROTO | ||
93 | void FNAME(void); | ||
94 | #endif | ||
95 | |||
96 | #ifndef PROTO | ||
97 | # ifndef UI | ||
98 | void FNAME(void) | ||
99 | { | 77 | { |
100 | ui_func_set(_key, _loop); | 78 | ui_func_set(_key, _loop); |
101 | _setup(); | 79 | _setup(); |
102 | } | 80 | } |
103 | # endif | ||
104 | #endif | ||
105 | #undef FNAME | ||
106 | #undef NAME | ||
107 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_solid_middle_unscaled.cc b/src/bin/cxx/image_blend_solid_middle_unscaled.cc index d0cfcb1..573b354 100644 --- a/src/bin/cxx/image_blend_solid_middle_unscaled.cc +++ b/src/bin/cxx/image_blend_solid_middle_unscaled.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_solid_middle_unscaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Solid Middle Unscaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -67,38 +70,8 @@ static void _key(char *key) | |||
67 | KEY_STD; | 70 | KEY_STD; |
68 | } | 71 | } |
69 | 72 | ||
70 | 73 | extern "C" void FNAME(void) | |
71 | |||
72 | |||
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | /* template stuff - ignore */ | ||
82 | # endif | ||
83 | #endif | ||
84 | |||
85 | #ifdef UI | ||
86 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
87 | #endif | ||
88 | |||
89 | #ifdef PROTO | ||
90 | void FNAME(void); | ||
91 | #endif | ||
92 | |||
93 | #ifndef PROTO | ||
94 | # ifndef UI | ||
95 | void FNAME(void) | ||
96 | { | 74 | { |
97 | ui_func_set(_key, _loop); | 75 | ui_func_set(_key, _loop); |
98 | _setup(); | 76 | _setup(); |
99 | } | 77 | } |
100 | # endif | ||
101 | #endif | ||
102 | #undef FNAME | ||
103 | #undef NAME | ||
104 | #undef ICON | ||
diff --git a/src/bin/cxx/image_blend_unscaled.cc b/src/bin/cxx/image_blend_unscaled.cc index fb0f575..e3259e7 100644 --- a/src/bin/cxx/image_blend_unscaled.cc +++ b/src/bin/cxx/image_blend_unscaled.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_blend_unscaled_start | 3 | # include <config.h> |
7 | #define NAME "Image Blend Unscaled" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -65,38 +68,8 @@ static void _key(char *key) | |||
65 | KEY_STD; | 68 | KEY_STD; |
66 | } | 69 | } |
67 | 70 | ||
68 | 71 | extern "C" void FNAME(void) | |
69 | |||
70 | |||
71 | |||
72 | |||
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | /* template stuff - ignore */ | ||
80 | # endif | ||
81 | #endif | ||
82 | |||
83 | #ifdef UI | ||
84 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
85 | #endif | ||
86 | |||
87 | #ifdef PROTO | ||
88 | void FNAME(void); | ||
89 | #endif | ||
90 | |||
91 | #ifndef PROTO | ||
92 | # ifndef UI | ||
93 | void FNAME(void) | ||
94 | { | 72 | { |
95 | ui_func_set(_key, _loop); | 73 | ui_func_set(_key, _loop); |
96 | _setup(); | 74 | _setup(); |
97 | } | 75 | } |
98 | # endif | ||
99 | #endif | ||
100 | #undef FNAME | ||
101 | #undef NAME | ||
102 | #undef ICON | ||
diff --git a/src/bin/cxx/image_crossfade.cc b/src/bin/cxx/image_crossfade.cc index c26c4c6..e871ce7 100644 --- a/src/bin/cxx/image_crossfade.cc +++ b/src/bin/cxx/image_crossfade.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_crossfade_start | 3 | # include <config.h> |
7 | #define NAME "Image Crossfade" | 4 | #endif |
8 | #define ICON "blend.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -65,38 +68,8 @@ static void _key(char *key) | |||
65 | KEY_STD; | 68 | KEY_STD; |
66 | } | 69 | } |
67 | 70 | ||
68 | 71 | extern "C" void FNAME(void) | |
69 | |||
70 | |||
71 | |||
72 | |||
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | /* template stuff - ignore */ | ||
80 | # endif | ||
81 | #endif | ||
82 | |||
83 | #ifdef UI | ||
84 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
85 | #endif | ||
86 | |||
87 | #ifdef PROTO | ||
88 | void FNAME(void); | ||
89 | #endif | ||
90 | |||
91 | #ifndef PROTO | ||
92 | # ifndef UI | ||
93 | void FNAME(void) | ||
94 | { | 72 | { |
95 | ui_func_set(_key, _loop); | 73 | ui_func_set(_key, _loop); |
96 | _setup(); | 74 | _setup(); |
97 | } | 75 | } |
98 | # endif | ||
99 | #endif | ||
100 | #undef FNAME | ||
101 | #undef NAME | ||
102 | #undef ICON | ||
diff --git a/src/bin/cxx/image_data_argb.cc b/src/bin/cxx/image_data_argb.cc index f65f48c..7c3ca78 100644 --- a/src/bin/cxx/image_data_argb.cc +++ b/src/bin/cxx/image_data_argb.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_data_argb_start | 3 | # include <config.h> |
7 | #define NAME "Image Data ARGB" | 4 | #endif |
8 | #define ICON "data.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -88,38 +91,8 @@ static void _key(char *key) | |||
88 | KEY_STD; | 91 | KEY_STD; |
89 | } | 92 | } |
90 | 93 | ||
91 | 94 | extern "C" void FNAME(void) | |
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | |||
100 | |||
101 | |||
102 | /* template stuff - ignore */ | ||
103 | # endif | ||
104 | #endif | ||
105 | |||
106 | #ifdef UI | ||
107 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
108 | #endif | ||
109 | |||
110 | #ifdef PROTO | ||
111 | void FNAME(void); | ||
112 | #endif | ||
113 | |||
114 | #ifndef PROTO | ||
115 | # ifndef UI | ||
116 | void FNAME(void) | ||
117 | { | 95 | { |
118 | _setup(); | 96 | _setup(); |
119 | ui_func_set(_key, _loop); | 97 | ui_func_set(_key, _loop); |
120 | } | 98 | } |
121 | # endif | ||
122 | #endif | ||
123 | #undef FNAME | ||
124 | #undef NAME | ||
125 | #undef ICON | ||
diff --git a/src/bin/cxx/image_data_argb_alpha.cc b/src/bin/cxx/image_data_argb_alpha.cc index 22c0ac1..f2cde92 100644 --- a/src/bin/cxx/image_data_argb_alpha.cc +++ b/src/bin/cxx/image_data_argb_alpha.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_data_argb_alpha_start | 3 | # include <config.h> |
7 | #define NAME "Image Data ARGB Alpha" | 4 | #endif |
8 | #define ICON "data.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -99,38 +102,8 @@ static void _key(char *key) | |||
99 | KEY_STD; | 102 | KEY_STD; |
100 | } | 103 | } |
101 | 104 | ||
102 | 105 | extern "C" void FNAME(void) | |
103 | |||
104 | |||
105 | |||
106 | |||
107 | |||
108 | |||
109 | |||
110 | |||
111 | |||
112 | |||
113 | /* template stuff - ignore */ | ||
114 | # endif | ||
115 | #endif | ||
116 | |||
117 | #ifdef UI | ||
118 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
119 | #endif | ||
120 | |||
121 | #ifdef PROTO | ||
122 | void FNAME(void); | ||
123 | #endif | ||
124 | |||
125 | #ifndef PROTO | ||
126 | # ifndef UI | ||
127 | void FNAME(void) | ||
128 | { | 106 | { |
129 | _setup(); | 107 | _setup(); |
130 | ui_func_set(_key, _loop); | 108 | ui_func_set(_key, _loop); |
131 | } | 109 | } |
132 | # endif | ||
133 | #endif | ||
134 | #undef FNAME | ||
135 | #undef NAME | ||
136 | #undef ICON | ||
diff --git a/src/bin/cxx/image_data_ycbcr601pl.cc b/src/bin/cxx/image_data_ycbcr601pl.cc index 7bc9548..70c3736 100644 --- a/src/bin/cxx/image_data_ycbcr601pl.cc +++ b/src/bin/cxx/image_data_ycbcr601pl.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_data_ycbcr601pl_start | 3 | # include <config.h> |
7 | #define NAME "Image Data YCbCr 601 Pointer List" | 4 | #endif |
8 | #define ICON "data.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -106,38 +109,8 @@ static void _key(char *key) | |||
106 | KEY_STD; | 109 | KEY_STD; |
107 | } | 110 | } |
108 | 111 | ||
109 | 112 | extern "C" void FNAME(void) | |
110 | |||
111 | |||
112 | |||
113 | |||
114 | |||
115 | |||
116 | |||
117 | |||
118 | |||
119 | |||
120 | /* template stuff - ignore */ | ||
121 | # endif | ||
122 | #endif | ||
123 | |||
124 | #ifdef UI | ||
125 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
126 | #endif | ||
127 | |||
128 | #ifdef PROTO | ||
129 | void FNAME(void); | ||
130 | #endif | ||
131 | |||
132 | #ifndef PROTO | ||
133 | # ifndef UI | ||
134 | void FNAME(void) | ||
135 | { | 113 | { |
136 | _setup(); | 114 | _setup(); |
137 | ui_func_set(_key, _loop); | 115 | ui_func_set(_key, _loop); |
138 | } | 116 | } |
139 | # endif | ||
140 | #endif | ||
141 | #undef FNAME | ||
142 | #undef NAME | ||
143 | #undef ICON | ||
diff --git a/src/bin/cxx/image_data_ycbcr601pl_map_nearest_solid_rotate.cc b/src/bin/cxx/image_data_ycbcr601pl_map_nearest_solid_rotate.cc index c892cd3..1013307 100644 --- a/src/bin/cxx/image_data_ycbcr601pl_map_nearest_solid_rotate.cc +++ b/src/bin/cxx/image_data_ycbcr601pl_map_nearest_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_data_ycbcr601pl_map_nearest_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Data YCbCr 601 Pointer List Map Nearest Solid Rotate" | 4 | #endif |
8 | #define ICON "data.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -113,38 +116,8 @@ static void _key(char *key) | |||
113 | KEY_STD; | 116 | KEY_STD; |
114 | } | 117 | } |
115 | 118 | ||
116 | 119 | extern "C" void FNAME(void) | |
117 | |||
118 | |||
119 | |||
120 | |||
121 | |||
122 | |||
123 | |||
124 | |||
125 | |||
126 | |||
127 | /* template stuff - ignore */ | ||
128 | # endif | ||
129 | #endif | ||
130 | |||
131 | #ifdef UI | ||
132 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
133 | #endif | ||
134 | |||
135 | #ifdef PROTO | ||
136 | void FNAME(void); | ||
137 | #endif | ||
138 | |||
139 | #ifndef PROTO | ||
140 | # ifndef UI | ||
141 | void FNAME(void) | ||
142 | { | 120 | { |
143 | ui_func_set(_key, _loop); | 121 | ui_func_set(_key, _loop); |
144 | _setup(); | 122 | _setup(); |
145 | } | 123 | } |
146 | # endif | ||
147 | #endif | ||
148 | #undef FNAME | ||
149 | #undef NAME | ||
150 | #undef ICON | ||
diff --git a/src/bin/cxx/image_data_ycbcr601pl_map_solid_rotate.cc b/src/bin/cxx/image_data_ycbcr601pl_map_solid_rotate.cc index eeaf785..f1f76ac 100644 --- a/src/bin/cxx/image_data_ycbcr601pl_map_solid_rotate.cc +++ b/src/bin/cxx/image_data_ycbcr601pl_map_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_data_ycbcr601pl_map_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Data YCbCr 601 Pointer List Map Solid Rotate" | 4 | #endif |
8 | #define ICON "data.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -111,38 +114,8 @@ static void _key(char *key) | |||
111 | KEY_STD; | 114 | KEY_STD; |
112 | } | 115 | } |
113 | 116 | ||
114 | 117 | extern "C" void FNAME(void) | |
115 | |||
116 | |||
117 | |||
118 | |||
119 | |||
120 | |||
121 | |||
122 | |||
123 | |||
124 | |||
125 | /* template stuff - ignore */ | ||
126 | # endif | ||
127 | #endif | ||
128 | |||
129 | #ifdef UI | ||
130 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
131 | #endif | ||
132 | |||
133 | #ifdef PROTO | ||
134 | void FNAME(void); | ||
135 | #endif | ||
136 | |||
137 | #ifndef PROTO | ||
138 | # ifndef UI | ||
139 | void FNAME(void) | ||
140 | { | 118 | { |
141 | _setup(); | 119 | _setup(); |
142 | ui_func_set(_key, _loop); | 120 | ui_func_set(_key, _loop); |
143 | } | 121 | } |
144 | # endif | ||
145 | #endif | ||
146 | #undef FNAME | ||
147 | #undef NAME | ||
148 | #undef ICON | ||
diff --git a/src/bin/cxx/image_data_ycbcr601pl_wide_stride.cc b/src/bin/cxx/image_data_ycbcr601pl_wide_stride.cc index 71488a2..40f1517 100644 --- a/src/bin/cxx/image_data_ycbcr601pl_wide_stride.cc +++ b/src/bin/cxx/image_data_ycbcr601pl_wide_stride.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_data_ycbcr601pl_wide_stride_start | 3 | # include <config.h> |
7 | #define NAME "Image Data YCbCr 601 Pointer List Wide Stride" | 4 | #endif |
8 | #define ICON "data.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -143,38 +146,8 @@ static void _key(char *key) | |||
143 | KEY_STD; | 146 | KEY_STD; |
144 | } | 147 | } |
145 | 148 | ||
146 | 149 | extern "C" void FNAME(void) | |
147 | |||
148 | |||
149 | |||
150 | |||
151 | |||
152 | |||
153 | |||
154 | |||
155 | |||
156 | |||
157 | /* template stuff - ignore */ | ||
158 | # endif | ||
159 | #endif | ||
160 | |||
161 | #ifdef UI | ||
162 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
163 | #endif | ||
164 | |||
165 | #ifdef PROTO | ||
166 | void FNAME(void); | ||
167 | #endif | ||
168 | |||
169 | #ifndef PROTO | ||
170 | # ifndef UI | ||
171 | void FNAME(void) | ||
172 | { | 150 | { |
173 | ui_func_set(_key, _loop); | 151 | ui_func_set(_key, _loop); |
174 | _setup(); | 152 | _setup(); |
175 | } | 153 | } |
176 | # endif | ||
177 | #endif | ||
178 | #undef FNAME | ||
179 | #undef NAME | ||
180 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_3d_1.cc b/src/bin/cxx/image_map_3d_1.cc index c61e43a..35b4dd2 100644 --- a/src/bin/cxx/image_map_3d_1.cc +++ b/src/bin/cxx/image_map_3d_1.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_3d_1_start | 3 | # include <config.h> |
7 | #define NAME "Image Map 3D 1" | 4 | #endif |
8 | #define ICON "3d.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | typedef struct _Point | 17 | typedef struct _Point |
15 | { | 18 | { |
@@ -226,38 +229,8 @@ static void _key(char *key) | |||
226 | KEY_STD; | 229 | KEY_STD; |
227 | } | 230 | } |
228 | 231 | ||
229 | 232 | extern "C" void FNAME(void) | |
230 | |||
231 | |||
232 | |||
233 | |||
234 | |||
235 | |||
236 | |||
237 | |||
238 | |||
239 | |||
240 | /* template stuff - ignore */ | ||
241 | # endif | ||
242 | #endif | ||
243 | |||
244 | #ifdef UI | ||
245 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
246 | #endif | ||
247 | |||
248 | #ifdef PROTO | ||
249 | void FNAME(void); | ||
250 | #endif | ||
251 | |||
252 | #ifndef PROTO | ||
253 | # ifndef UI | ||
254 | void FNAME(void) | ||
255 | { | 233 | { |
256 | _setup(); | 234 | _setup(); |
257 | ui_func_set(_key, _loop); | 235 | ui_func_set(_key, _loop); |
258 | } | 236 | } |
259 | # endif | ||
260 | #endif | ||
261 | #undef FNAME | ||
262 | #undef NAME | ||
263 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_3d_2.cc b/src/bin/cxx/image_map_3d_2.cc index 21351da..620f5a8 100644 --- a/src/bin/cxx/image_map_3d_2.cc +++ b/src/bin/cxx/image_map_3d_2.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_3d_2_start | 3 | # include <config.h> |
7 | #define NAME "Image Map 3D 2" | 4 | #endif |
8 | #define ICON "3d.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | typedef struct _Point | 17 | typedef struct _Point |
15 | { | 18 | { |
@@ -224,38 +227,8 @@ static void _key(char *key) | |||
224 | KEY_STD; | 227 | KEY_STD; |
225 | } | 228 | } |
226 | 229 | ||
227 | 230 | extern "C" void FNAME(void) | |
228 | |||
229 | |||
230 | |||
231 | |||
232 | |||
233 | |||
234 | |||
235 | |||
236 | |||
237 | |||
238 | /* template stuff - ignore */ | ||
239 | # endif | ||
240 | #endif | ||
241 | |||
242 | #ifdef UI | ||
243 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
244 | #endif | ||
245 | |||
246 | #ifdef PROTO | ||
247 | void FNAME(void); | ||
248 | #endif | ||
249 | |||
250 | #ifndef PROTO | ||
251 | # ifndef UI | ||
252 | void FNAME(void) | ||
253 | { | 231 | { |
254 | _setup(); | 232 | _setup(); |
255 | ui_func_set(_key, _loop); | 233 | ui_func_set(_key, _loop); |
256 | } | 234 | } |
257 | # endif | ||
258 | #endif | ||
259 | #undef FNAME | ||
260 | #undef NAME | ||
261 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_3d_3.cc b/src/bin/cxx/image_map_3d_3.cc index 4a6c2cb..c1250d3 100644 --- a/src/bin/cxx/image_map_3d_3.cc +++ b/src/bin/cxx/image_map_3d_3.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_3d_3_start | 3 | # include <config.h> |
7 | #define NAME "Image Map 3D 3" | 4 | #endif |
8 | #define ICON "3d.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | typedef struct _Point | 17 | typedef struct _Point |
15 | { | 18 | { |
@@ -218,38 +221,8 @@ static void _key(char *key) | |||
218 | KEY_STD; | 221 | KEY_STD; |
219 | } | 222 | } |
220 | 223 | ||
221 | 224 | extern "C" void FNAME(void) | |
222 | |||
223 | |||
224 | |||
225 | |||
226 | |||
227 | |||
228 | |||
229 | |||
230 | |||
231 | |||
232 | /* template stuff - ignore */ | ||
233 | # endif | ||
234 | #endif | ||
235 | |||
236 | #ifdef UI | ||
237 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
238 | #endif | ||
239 | |||
240 | #ifdef PROTO | ||
241 | void FNAME(void); | ||
242 | #endif | ||
243 | |||
244 | #ifndef PROTO | ||
245 | # ifndef UI | ||
246 | void FNAME(void) | ||
247 | { | 225 | { |
248 | _setup(); | 226 | _setup(); |
249 | ui_func_set(_key, _loop); | 227 | ui_func_set(_key, _loop); |
250 | } | 228 | } |
251 | # endif | ||
252 | #endif | ||
253 | #undef FNAME | ||
254 | #undef NAME | ||
255 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_3d_4.cc b/src/bin/cxx/image_map_3d_4.cc index 964fb4b..16a2730 100644 --- a/src/bin/cxx/image_map_3d_4.cc +++ b/src/bin/cxx/image_map_3d_4.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_3d_4_start | 3 | # include <config.h> |
7 | #define NAME "Image Map 3D 4" | 4 | #endif |
8 | #define ICON "3d.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | typedef struct _Point | 17 | typedef struct _Point |
15 | { | 18 | { |
@@ -216,38 +219,8 @@ static void _key(char *key) | |||
216 | KEY_STD; | 219 | KEY_STD; |
217 | } | 220 | } |
218 | 221 | ||
219 | 222 | extern "C" void FNAME(void) | |
220 | |||
221 | |||
222 | |||
223 | |||
224 | |||
225 | |||
226 | |||
227 | |||
228 | |||
229 | |||
230 | /* template stuff - ignore */ | ||
231 | # endif | ||
232 | #endif | ||
233 | |||
234 | #ifdef UI | ||
235 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
236 | #endif | ||
237 | |||
238 | #ifdef PROTO | ||
239 | void FNAME(void); | ||
240 | #endif | ||
241 | |||
242 | #ifndef PROTO | ||
243 | # ifndef UI | ||
244 | void FNAME(void) | ||
245 | { | 223 | { |
246 | _setup(); | 224 | _setup(); |
247 | ui_func_set(_key, _loop); | 225 | ui_func_set(_key, _loop); |
248 | } | 226 | } |
249 | # endif | ||
250 | #endif | ||
251 | #undef FNAME | ||
252 | #undef NAME | ||
253 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_3d_5.cc b/src/bin/cxx/image_map_3d_5.cc index ac931eb..278f661 100644 --- a/src/bin/cxx/image_map_3d_5.cc +++ b/src/bin/cxx/image_map_3d_5.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_3d_5_start | 3 | # include <config.h> |
7 | #define NAME "Image Map 3D 5" | 4 | #endif |
8 | #define ICON "3d.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | typedef struct _Point | 17 | typedef struct _Point |
15 | { | 18 | { |
@@ -206,38 +209,8 @@ static void _key(char *key) | |||
206 | KEY_STD; | 209 | KEY_STD; |
207 | } | 210 | } |
208 | 211 | ||
209 | 212 | extern "C" void FNAME(void) | |
210 | |||
211 | |||
212 | |||
213 | |||
214 | |||
215 | |||
216 | |||
217 | |||
218 | |||
219 | |||
220 | /* template stuff - ignore */ | ||
221 | # endif | ||
222 | #endif | ||
223 | |||
224 | #ifdef UI | ||
225 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
226 | #endif | ||
227 | |||
228 | #ifdef PROTO | ||
229 | void FNAME(void); | ||
230 | #endif | ||
231 | |||
232 | #ifndef PROTO | ||
233 | # ifndef UI | ||
234 | void FNAME(void) | ||
235 | { | 213 | { |
236 | _setup(); | 214 | _setup(); |
237 | ui_func_set(_key, _loop); | 215 | ui_func_set(_key, _loop); |
238 | } | 216 | } |
239 | # endif | ||
240 | #endif | ||
241 | #undef FNAME | ||
242 | #undef NAME | ||
243 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_3d_6.cc b/src/bin/cxx/image_map_3d_6.cc index 99e7d10..ee43d5d 100644 --- a/src/bin/cxx/image_map_3d_6.cc +++ b/src/bin/cxx/image_map_3d_6.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_3d_6_start | 3 | # include <config.h> |
7 | #define NAME "Image Map 3D 6" | 4 | #endif |
8 | #define ICON "3d.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | typedef struct _Point | 17 | typedef struct _Point |
15 | { | 18 | { |
@@ -203,38 +206,8 @@ static void _key(char *key) | |||
203 | KEY_STD; | 206 | KEY_STD; |
204 | } | 207 | } |
205 | 208 | ||
206 | 209 | extern "C" void FNAME(void) | |
207 | |||
208 | |||
209 | |||
210 | |||
211 | |||
212 | |||
213 | |||
214 | |||
215 | |||
216 | |||
217 | /* template stuff - ignore */ | ||
218 | # endif | ||
219 | #endif | ||
220 | |||
221 | #ifdef UI | ||
222 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
223 | #endif | ||
224 | |||
225 | #ifdef PROTO | ||
226 | void FNAME(void); | ||
227 | #endif | ||
228 | |||
229 | #ifndef PROTO | ||
230 | # ifndef UI | ||
231 | void FNAME(void) | ||
232 | { | 210 | { |
233 | _setup(); | 211 | _setup(); |
234 | ui_func_set(_key, _loop); | 212 | ui_func_set(_key, _loop); |
235 | } | 213 | } |
236 | # endif | ||
237 | #endif | ||
238 | #undef FNAME | ||
239 | #undef NAME | ||
240 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_3d_flow.cc b/src/bin/cxx/image_map_3d_flow.cc index 0120c9d..56b31ea 100644 --- a/src/bin/cxx/image_map_3d_flow.cc +++ b/src/bin/cxx/image_map_3d_flow.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_3d_flow_start | 3 | # include <config.h> |
7 | #define NAME "Image Map 3D Flow" | 4 | #endif |
8 | #define ICON "3d.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -197,38 +200,8 @@ static void _key(char *key) | |||
197 | KEY_STD; | 200 | KEY_STD; |
198 | } | 201 | } |
199 | 202 | ||
200 | 203 | extern "C" void FNAME(void) | |
201 | |||
202 | |||
203 | |||
204 | |||
205 | |||
206 | |||
207 | |||
208 | |||
209 | |||
210 | |||
211 | /* template stuff - ignore */ | ||
212 | # endif | ||
213 | #endif | ||
214 | |||
215 | #ifdef UI | ||
216 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
217 | #endif | ||
218 | |||
219 | #ifdef PROTO | ||
220 | void FNAME(void); | ||
221 | #endif | ||
222 | |||
223 | #ifndef PROTO | ||
224 | # ifndef UI | ||
225 | void FNAME(void) | ||
226 | { | 204 | { |
227 | _setup(); | 205 | _setup(); |
228 | ui_func_set(_key, _loop); | 206 | ui_func_set(_key, _loop); |
229 | } | 207 | } |
230 | # endif | ||
231 | #endif | ||
232 | #undef FNAME | ||
233 | #undef NAME | ||
234 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_alpha_nearest_rotate.cc b/src/bin/cxx/image_map_color_alpha_nearest_rotate.cc index e048cad..b126954 100644 --- a/src/bin/cxx/image_map_color_alpha_nearest_rotate.cc +++ b/src/bin/cxx/image_map_color_alpha_nearest_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_alpha_nearest_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Alpha Nearest Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -82,38 +85,8 @@ static void _key(char *key) | |||
82 | KEY_STD; | 85 | KEY_STD; |
83 | } | 86 | } |
84 | 87 | ||
85 | 88 | extern "C" void FNAME(void) | |
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | /* template stuff - ignore */ | ||
97 | # endif | ||
98 | #endif | ||
99 | |||
100 | #ifdef UI | ||
101 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
102 | #endif | ||
103 | |||
104 | #ifdef PROTO | ||
105 | void FNAME(void); | ||
106 | #endif | ||
107 | |||
108 | #ifndef PROTO | ||
109 | # ifndef UI | ||
110 | void FNAME(void) | ||
111 | { | 89 | { |
112 | _setup(); | 90 | _setup(); |
113 | ui_func_set(_key, _loop); | 91 | ui_func_set(_key, _loop); |
114 | } | 92 | } |
115 | # endif | ||
116 | #endif | ||
117 | #undef FNAME | ||
118 | #undef NAME | ||
119 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_alpha_nearest_solid_rotate.cc b/src/bin/cxx/image_map_color_alpha_nearest_solid_rotate.cc index a2042cb..d02607e 100644 --- a/src/bin/cxx/image_map_color_alpha_nearest_solid_rotate.cc +++ b/src/bin/cxx/image_map_color_alpha_nearest_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_alpha_nearest_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Alpha Nearest Solid Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -82,38 +85,8 @@ static void _key(char *key) | |||
82 | KEY_STD; | 85 | KEY_STD; |
83 | } | 86 | } |
84 | 87 | ||
85 | 88 | extern "C" void FNAME(void) | |
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | /* template stuff - ignore */ | ||
97 | # endif | ||
98 | #endif | ||
99 | |||
100 | #ifdef UI | ||
101 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
102 | #endif | ||
103 | |||
104 | #ifdef PROTO | ||
105 | void FNAME(void); | ||
106 | #endif | ||
107 | |||
108 | #ifndef PROTO | ||
109 | # ifndef UI | ||
110 | void FNAME(void) | ||
111 | { | 89 | { |
112 | _setup(); | 90 | _setup(); |
113 | ui_func_set(_key, _loop); | 91 | ui_func_set(_key, _loop); |
114 | } | 92 | } |
115 | # endif | ||
116 | #endif | ||
117 | #undef FNAME | ||
118 | #undef NAME | ||
119 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_alpha_rotate.cc b/src/bin/cxx/image_map_color_alpha_rotate.cc index 4b6a01f..ba9c7d7 100644 --- a/src/bin/cxx/image_map_color_alpha_rotate.cc +++ b/src/bin/cxx/image_map_color_alpha_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_alpha_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Alpha Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -80,38 +83,8 @@ static void _key(char *key) | |||
80 | KEY_STD; | 83 | KEY_STD; |
81 | } | 84 | } |
82 | 85 | ||
83 | 86 | extern "C" void FNAME(void) | |
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | /* template stuff - ignore */ | ||
95 | # endif | ||
96 | #endif | ||
97 | |||
98 | #ifdef UI | ||
99 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
100 | #endif | ||
101 | |||
102 | #ifdef PROTO | ||
103 | void FNAME(void); | ||
104 | #endif | ||
105 | |||
106 | #ifndef PROTO | ||
107 | # ifndef UI | ||
108 | void FNAME(void) | ||
109 | { | 87 | { |
110 | _setup(); | 88 | _setup(); |
111 | ui_func_set(_key, _loop); | 89 | ui_func_set(_key, _loop); |
112 | } | 90 | } |
113 | # endif | ||
114 | #endif | ||
115 | #undef FNAME | ||
116 | #undef NAME | ||
117 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_alpha_solid_rotate.cc b/src/bin/cxx/image_map_color_alpha_solid_rotate.cc index d2c3224..03294a1 100644 --- a/src/bin/cxx/image_map_color_alpha_solid_rotate.cc +++ b/src/bin/cxx/image_map_color_alpha_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_alpha_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Alpha Solid Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -79,38 +82,8 @@ static void _key(char *key) | |||
79 | KEY_STD; | 82 | KEY_STD; |
80 | } | 83 | } |
81 | 84 | ||
82 | 85 | extern "C" void FNAME(void) | |
83 | |||
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | /* template stuff - ignore */ | ||
94 | # endif | ||
95 | #endif | ||
96 | |||
97 | #ifdef UI | ||
98 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
99 | #endif | ||
100 | |||
101 | #ifdef PROTO | ||
102 | void FNAME(void); | ||
103 | #endif | ||
104 | |||
105 | #ifndef PROTO | ||
106 | # ifndef UI | ||
107 | void FNAME(void) | ||
108 | { | 86 | { |
109 | _setup(); | 87 | _setup(); |
110 | ui_func_set(_key, _loop); | 88 | ui_func_set(_key, _loop); |
111 | } | 89 | } |
112 | # endif | ||
113 | #endif | ||
114 | #undef FNAME | ||
115 | #undef NAME | ||
116 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_nearest_rotate.cc b/src/bin/cxx/image_map_color_nearest_rotate.cc index 45aa0e0..7496a3f 100644 --- a/src/bin/cxx/image_map_color_nearest_rotate.cc +++ b/src/bin/cxx/image_map_color_nearest_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_nearest_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Nearest Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -82,38 +85,8 @@ static void _key(char *key) | |||
82 | KEY_STD; | 85 | KEY_STD; |
83 | } | 86 | } |
84 | 87 | ||
85 | 88 | extern "C" void FNAME(void) | |
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | /* template stuff - ignore */ | ||
97 | # endif | ||
98 | #endif | ||
99 | |||
100 | #ifdef UI | ||
101 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
102 | #endif | ||
103 | |||
104 | #ifdef PROTO | ||
105 | void FNAME(void); | ||
106 | #endif | ||
107 | |||
108 | #ifndef PROTO | ||
109 | # ifndef UI | ||
110 | void FNAME(void) | ||
111 | { | 89 | { |
112 | _setup(); | 90 | _setup(); |
113 | ui_func_set(_key, _loop); | 91 | ui_func_set(_key, _loop); |
114 | } | 92 | } |
115 | # endif | ||
116 | #endif | ||
117 | #undef FNAME | ||
118 | #undef NAME | ||
119 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_nearest_solid_rotate.cc b/src/bin/cxx/image_map_color_nearest_solid_rotate.cc index 77f6baf..5c4a356 100644 --- a/src/bin/cxx/image_map_color_nearest_solid_rotate.cc +++ b/src/bin/cxx/image_map_color_nearest_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_nearest_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Nearest Solid Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -82,38 +85,8 @@ static void _key(char *key) | |||
82 | KEY_STD; | 85 | KEY_STD; |
83 | } | 86 | } |
84 | 87 | ||
85 | 88 | extern "C" void FNAME(void) | |
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | /* template stuff - ignore */ | ||
97 | # endif | ||
98 | #endif | ||
99 | |||
100 | #ifdef UI | ||
101 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
102 | #endif | ||
103 | |||
104 | #ifdef PROTO | ||
105 | void FNAME(void); | ||
106 | #endif | ||
107 | |||
108 | #ifndef PROTO | ||
109 | # ifndef UI | ||
110 | void FNAME(void) | ||
111 | { | 89 | { |
112 | _setup(); | 90 | _setup(); |
113 | ui_func_set(_key, _loop); | 91 | ui_func_set(_key, _loop); |
114 | } | 92 | } |
115 | # endif | ||
116 | #endif | ||
117 | #undef FNAME | ||
118 | #undef NAME | ||
119 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_rotate.cc b/src/bin/cxx/image_map_color_rotate.cc index d83b7a3..3e8712b 100644 --- a/src/bin/cxx/image_map_color_rotate.cc +++ b/src/bin/cxx/image_map_color_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -80,38 +83,8 @@ static void _key(char *key) | |||
80 | KEY_STD; | 83 | KEY_STD; |
81 | } | 84 | } |
82 | 85 | ||
83 | 86 | extern "C" void FNAME(void) | |
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | /* template stuff - ignore */ | ||
95 | # endif | ||
96 | #endif | ||
97 | |||
98 | #ifdef UI | ||
99 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
100 | #endif | ||
101 | |||
102 | #ifdef PROTO | ||
103 | void FNAME(void); | ||
104 | #endif | ||
105 | |||
106 | #ifndef PROTO | ||
107 | # ifndef UI | ||
108 | void FNAME(void) | ||
109 | { | 87 | { |
110 | _setup(); | 88 | _setup(); |
111 | ui_func_set(_key, _loop); | 89 | ui_func_set(_key, _loop); |
112 | } | 90 | } |
113 | # endif | ||
114 | #endif | ||
115 | #undef FNAME | ||
116 | #undef NAME | ||
117 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_color_solid_rotate.cc b/src/bin/cxx/image_map_color_solid_rotate.cc index 932e3ee..490dcee 100644 --- a/src/bin/cxx/image_map_color_solid_rotate.cc +++ b/src/bin/cxx/image_map_color_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_color_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Color Solid Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -80,38 +83,8 @@ static void _key(char *key) | |||
80 | KEY_STD; | 83 | KEY_STD; |
81 | } | 84 | } |
82 | 85 | ||
83 | 86 | extern "C" void FNAME(void) | |
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | /* template stuff - ignore */ | ||
95 | # endif | ||
96 | #endif | ||
97 | |||
98 | #ifdef UI | ||
99 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
100 | #endif | ||
101 | |||
102 | #ifdef PROTO | ||
103 | void FNAME(void); | ||
104 | #endif | ||
105 | |||
106 | #ifndef PROTO | ||
107 | # ifndef UI | ||
108 | void FNAME(void) | ||
109 | { | 87 | { |
110 | _setup(); | 88 | _setup(); |
111 | ui_func_set(_key, _loop); | 89 | ui_func_set(_key, _loop); |
112 | } | 90 | } |
113 | # endif | ||
114 | #endif | ||
115 | #undef FNAME | ||
116 | #undef NAME | ||
117 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_nearest_rotate.cc b/src/bin/cxx/image_map_nearest_rotate.cc index 4f93f39..098dd8f 100644 --- a/src/bin/cxx/image_map_nearest_rotate.cc +++ b/src/bin/cxx/image_map_nearest_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_nearest_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Nearest Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -77,38 +80,8 @@ static void _key(char *key) | |||
77 | KEY_STD; | 80 | KEY_STD; |
78 | } | 81 | } |
79 | 82 | ||
80 | 83 | extern "C" void FNAME(void) | |
81 | |||
82 | |||
83 | |||
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | /* template stuff - ignore */ | ||
92 | # endif | ||
93 | #endif | ||
94 | |||
95 | #ifdef UI | ||
96 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
97 | #endif | ||
98 | |||
99 | #ifdef PROTO | ||
100 | void FNAME(void); | ||
101 | #endif | ||
102 | |||
103 | #ifndef PROTO | ||
104 | # ifndef UI | ||
105 | void FNAME(void) | ||
106 | { | 84 | { |
107 | _setup(); | 85 | _setup(); |
108 | ui_func_set(_key, _loop); | 86 | ui_func_set(_key, _loop); |
109 | } | 87 | } |
110 | # endif | ||
111 | #endif | ||
112 | #undef FNAME | ||
113 | #undef NAME | ||
114 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_nearest_solid_rotate.cc b/src/bin/cxx/image_map_nearest_solid_rotate.cc index e384087..52192cc 100644 --- a/src/bin/cxx/image_map_nearest_solid_rotate.cc +++ b/src/bin/cxx/image_map_nearest_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_nearest_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Nearest Solid Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -77,38 +80,8 @@ static void _key(char *key) | |||
77 | KEY_STD; | 80 | KEY_STD; |
78 | } | 81 | } |
79 | 82 | ||
80 | 83 | extern "C" void FNAME(void) | |
81 | |||
82 | |||
83 | |||
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | /* template stuff - ignore */ | ||
92 | # endif | ||
93 | #endif | ||
94 | |||
95 | #ifdef UI | ||
96 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
97 | #endif | ||
98 | |||
99 | #ifdef PROTO | ||
100 | void FNAME(void); | ||
101 | #endif | ||
102 | |||
103 | #ifndef PROTO | ||
104 | # ifndef UI | ||
105 | void FNAME(void) | ||
106 | { | 84 | { |
107 | _setup(); | 85 | _setup(); |
108 | ui_func_set(_key, _loop); | 86 | ui_func_set(_key, _loop); |
109 | } | 87 | } |
110 | # endif | ||
111 | #endif | ||
112 | #undef FNAME | ||
113 | #undef NAME | ||
114 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_rotate.cc b/src/bin/cxx/image_map_rotate.cc index 462fe3a..d21c624 100644 --- a/src/bin/cxx/image_map_rotate.cc +++ b/src/bin/cxx/image_map_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -73,38 +76,8 @@ static void _key(char *key) | |||
73 | KEY_STD; | 76 | KEY_STD; |
74 | } | 77 | } |
75 | 78 | ||
76 | 79 | extern "C" void FNAME(void) | |
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | |||
84 | |||
85 | |||
86 | |||
87 | /* template stuff - ignore */ | ||
88 | # endif | ||
89 | #endif | ||
90 | |||
91 | #ifdef UI | ||
92 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
93 | #endif | ||
94 | |||
95 | #ifdef PROTO | ||
96 | void FNAME(void); | ||
97 | #endif | ||
98 | |||
99 | #ifndef PROTO | ||
100 | # ifndef UI | ||
101 | void FNAME(void) | ||
102 | { | 80 | { |
103 | _setup(); | 81 | _setup(); |
104 | ui_func_set(_key, _loop); | 82 | ui_func_set(_key, _loop); |
105 | } | 83 | } |
106 | # endif | ||
107 | #endif | ||
108 | #undef FNAME | ||
109 | #undef NAME | ||
110 | #undef ICON | ||
diff --git a/src/bin/cxx/image_map_solid_rotate.cc b/src/bin/cxx/image_map_solid_rotate.cc index 3bdaf11..3c5f740 100644 --- a/src/bin/cxx/image_map_solid_rotate.cc +++ b/src/bin/cxx/image_map_solid_rotate.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_map_solid_rotate_start | 3 | # include <config.h> |
7 | #define NAME "Image Map Solid Rotate" | 4 | #endif |
8 | #define ICON "map.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -75,38 +78,8 @@ static void _key(char *key) | |||
75 | KEY_STD; | 78 | KEY_STD; |
76 | } | 79 | } |
77 | 80 | ||
78 | 81 | extern "C" void FNAME(void) | |
79 | |||
80 | |||
81 | |||
82 | |||
83 | |||
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | /* template stuff - ignore */ | ||
90 | # endif | ||
91 | #endif | ||
92 | |||
93 | #ifdef UI | ||
94 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
95 | #endif | ||
96 | |||
97 | #ifdef PROTO | ||
98 | void FNAME(void); | ||
99 | #endif | ||
100 | |||
101 | #ifndef PROTO | ||
102 | # ifndef UI | ||
103 | void FNAME(void) | ||
104 | { | 82 | { |
105 | _setup(); | 83 | _setup(); |
106 | ui_func_set(_key, _loop); | 84 | ui_func_set(_key, _loop); |
107 | } | 85 | } |
108 | # endif | ||
109 | #endif | ||
110 | #undef FNAME | ||
111 | #undef NAME | ||
112 | #undef ICON | ||
diff --git a/src/bin/cxx/image_quality_scale.cc b/src/bin/cxx/image_quality_scale.cc index e038f3a..dc919e6 100644 --- a/src/bin/cxx/image_quality_scale.cc +++ b/src/bin/cxx/image_quality_scale.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME image_quality_scale_start | 3 | # include <config.h> |
7 | #define NAME "Image Quality Scale" | 4 | #endif |
8 | #define ICON "data.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -67,38 +70,8 @@ static void _key(char *key) | |||
67 | KEY_STD; | 70 | KEY_STD; |
68 | } | 71 | } |
69 | 72 | ||
70 | 73 | extern "C" void FNAME(void) | |
71 | |||
72 | |||
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | /* template stuff - ignore */ | ||
82 | # endif | ||
83 | #endif | ||
84 | |||
85 | #ifdef UI | ||
86 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
87 | #endif | ||
88 | |||
89 | #ifdef PROTO | ||
90 | void FNAME(void); | ||
91 | #endif | ||
92 | |||
93 | #ifndef PROTO | ||
94 | # ifndef UI | ||
95 | void FNAME(void) | ||
96 | { | 74 | { |
97 | ui_func_set(_key, _loop); | 75 | ui_func_set(_key, _loop); |
98 | _setup(); | 76 | _setup(); |
99 | } | 77 | } |
100 | # endif | ||
101 | #endif | ||
102 | #undef FNAME | ||
103 | #undef NAME | ||
104 | #undef ICON | ||
diff --git a/src/bin/cxx/line_blend.cc b/src/bin/cxx/line_blend.cc index 6f5d51f..d55673a 100644 --- a/src/bin/cxx/line_blend.cc +++ b/src/bin/cxx/line_blend.cc | |||
@@ -1,15 +1,18 @@ | |||
1 | #undef FNAME | ||
2 | #undef NAME | ||
3 | #undef ICON | ||
4 | 1 | ||
5 | /* metadata */ | 2 | #ifdef HAVE_CONFIG_H |
6 | #define FNAME line_blend_start | 3 | # include <config.h> |
7 | #define NAME "Line Blend" | 4 | #endif |
8 | #define ICON "rect.png" | 5 | |
6 | #include "Eo.h" | ||
7 | #include "Evas.h" | ||
8 | |||
9 | #include "Eo.hh" | ||
10 | #include "Eina.hh" | ||
11 | #include "Evas.hh" | ||
9 | 12 | ||
10 | #ifndef PROTO | 13 | #include "main.h" |
11 | # ifndef UI | 14 | |
12 | # include "main.h" | 15 | #define EXPEDITE_CXX_TEST_IMPL |
13 | 16 | ||
14 | /* standard var */ | 17 | /* standard var */ |
15 | static int done = 0; | 18 | static int done = 0; |
@@ -106,38 +109,8 @@ static void _key(char *key) | |||
106 | KEY_STD; | 109 | KEY_STD; |
107 | } | 110 | } |
108 | 111 | ||
109 | 112 | extern "C" void FNAME(void) | |
110 | |||
111 | |||
112 | |||
113 | |||
114 | |||
115 | |||
116 | |||
117 | |||
118 | |||
119 | |||
120 | /* template stuff - ignore */ | ||
121 | # endif | ||
122 | #endif | ||
123 | |||
124 | #ifdef UI | ||
125 | _ui_menu_item_add(ICON, NAME, FNAME); | ||
126 | #endif | ||
127 | |||
128 | #ifdef PROTO | ||
129 | void FNAME(void); | ||
130 | #endif | ||
131 | |||
132 | #ifndef PROTO | ||
133 | # ifndef UI | ||
134 | void FNAME(void) | ||