Go to the documentation of this file.
23 a_num =
sizeof(list)/
sizeof(list[0]);
29 for(
unsigned int count=0;count<number;count++) {
30 if(a_s==list[count].
string) {
31 a_v = list[count].
value;
41 for(
unsigned int count=0;count<number;count++) {
42 if(a_v==list[count].
value)
return list[count].
string;
54 a_num =
sizeof(list)/
sizeof(list[0]);
60 for(
unsigned int count=0;count<number;count++) {
61 if(a_s==list[count].
string) {
62 a_v = list[count].
value;
72 for(
unsigned int count=0;count<number;count++) {
73 if(a_v==list[count].
value)
return list[count].
string;
104 a_num =
sizeof(list)/
sizeof(list[0]);
110 for(
unsigned int count=0;count<number;count++) {
111 if(a_s==list[count].
string) {
112 a_v = list[count].
value;
122 for(
unsigned int count=0;count<number;count++) {
123 if(a_v==list[count].
value)
return list[count].
string;
131 for(
unsigned int count=0;count<number;count++) {
132 a_v.push_back(list[count].
string);
144 a_num =
sizeof(list)/
sizeof(list[0]);
150 for(
unsigned int count=0;count<number;count++) {
151 if(a_s==list[count].
string) {
152 a_v = list[count].
value;
162 for(
unsigned int count=0;count<number;count++) {
163 if(a_v==list[count].
value)
return list[count].
string;
178 a_num =
sizeof(list)/
sizeof(list[0]);
185 for(
unsigned int count=0;count<number;count++) {
186 a_v.push_back(list[count].
string);
192 for(
unsigned int count=0;count<number;count++) {
193 if(a_s==list[count].
string) {
194 a_v = list[count].
value;
204 for(
unsigned int count=0;count<number;count++) {
205 if(a_v==list[count].
value)
return list[count].
string;
219 a_num =
sizeof(list)/
sizeof(list[0]);
225 for(
unsigned int count=0;count<number;count++) {
226 if(a_s==list[count].
string) {
227 a_v = list[count].
value;
237 for(
unsigned int count=0;count<number;count++) {
238 if(a_v==list[count].
value)
return list[count].
string;
252 a_num =
sizeof(list)/
sizeof(list[0]);
258 for(
unsigned int count=0;count<number;count++) {
259 if(a_s==list[count].
string) {
260 a_v = list[count].
value;
270 for(
unsigned int count=0;count<number;count++) {
271 if(a_v==list[count].
value)
return list[count].
string;
279 }
else if(a_s==
"dashed") {
281 }
else if(a_s==
"dotted") {
283 }
else if(a_s==
"dash_dotted") {
304 if(a_s==
"move_up") {a_move =
move_up;
return true;}
305 if(a_s==
"move_down") {a_move =
move_down;
return true;}
306 if(a_s==
"move_forward") {a_move =
move_forward;
return true;}
307 if(a_s==
"move_backward") {a_move =
move_backward;
return true;}
308 if(a_s==
"move_zoom_in") {a_move =
move_zoom_in;
return true;}
309 if(a_s==
"move_zoom_out") {a_move =
move_zoom_out;
return true;}
318 if(a_s==
"move_curve") {a_move =
move_curve;
return true;}