Line data Source code
1 : /* File: gui_resources.inl; Copyright and License: see below */
2 :
3 0 : static inline GdkTexture *gui_resources_get_crystal_facet_uml ( const gui_resources_t *this_ )
4 : {
5 0 : return (*this_).crystal_facet_uml;
6 : }
7 :
8 0 : static inline GdkTexture *gui_resources_get_edit_attributes_sect ( const gui_resources_t *this_ )
9 : {
10 0 : return (*this_).edit_attributes_sect;
11 : }
12 :
13 0 : static inline GdkTexture *gui_resources_get_file_new ( const gui_resources_t *this_ )
14 : {
15 0 : return (*this_).file_new;
16 : }
17 :
18 0 : static inline GdkTexture *gui_resources_get_file_open ( const gui_resources_t *this_ )
19 : {
20 0 : return (*this_).file_open;
21 : }
22 :
23 0 : static inline GdkTexture *gui_resources_get_file_save ( const gui_resources_t *this_ )
24 : {
25 0 : return (*this_).file_save;
26 : }
27 :
28 0 : static inline GdkTexture *gui_resources_get_file_saved ( const gui_resources_t *this_ )
29 : {
30 0 : return (*this_).file_saved;
31 : }
32 :
33 0 : static inline GdkTexture *gui_resources_get_file_unsaved ( const gui_resources_t *this_ )
34 : {
35 0 : return (*this_).file_unsaved;
36 : }
37 :
38 0 : static inline GdkTexture *gui_resources_get_file_export ( const gui_resources_t *this_ )
39 : {
40 0 : return (*this_).file_export;
41 : }
42 :
43 0 : static inline GdkTexture *gui_resources_get_edit_copy ( const gui_resources_t *this_ )
44 : {
45 0 : return (*this_).edit_copy;
46 : }
47 :
48 0 : static inline GdkTexture *gui_resources_get_edit_cut ( const gui_resources_t *this_ )
49 : {
50 0 : return (*this_).edit_cut;
51 : }
52 :
53 0 : static inline GdkTexture *gui_resources_get_edit_delete ( const gui_resources_t *this_ )
54 : {
55 0 : return (*this_).edit_delete;
56 : }
57 :
58 0 : static inline GdkTexture *gui_resources_get_edit_instantiate ( const gui_resources_t *this_ )
59 : {
60 0 : return (*this_).edit_instantiate;
61 : }
62 :
63 0 : static inline GdkTexture *gui_resources_get_edit_highlight ( const gui_resources_t *this_ )
64 : {
65 0 : return (*this_).edit_highlight;
66 : }
67 :
68 0 : static inline GdkTexture *gui_resources_get_edit_paste ( const gui_resources_t *this_ )
69 : {
70 0 : return (*this_).edit_paste;
71 : }
72 :
73 0 : static inline GdkTexture *gui_resources_get_edit_redo ( const gui_resources_t *this_ )
74 : {
75 0 : return (*this_).edit_redo;
76 : }
77 :
78 0 : static inline GdkTexture *gui_resources_get_edit_undo ( const gui_resources_t *this_ )
79 : {
80 0 : return (*this_).edit_undo;
81 : }
82 :
83 0 : static inline GdkTexture *gui_resources_get_edit_reset ( const gui_resources_t *this_ )
84 : {
85 0 : return (*this_).edit_reset;
86 : }
87 :
88 0 : static inline GdkTexture *gui_resources_get_message_error ( const gui_resources_t *this_ )
89 : {
90 0 : return (*this_).message_error ;
91 : }
92 :
93 0 : static inline GdkTexture *gui_resources_get_message_info ( const gui_resources_t *this_ )
94 : {
95 0 : return (*this_).message_info;
96 : }
97 :
98 0 : static inline GdkTexture *gui_resources_get_message_warn ( const gui_resources_t *this_ )
99 : {
100 0 : return (*this_).message_warn;
101 : }
102 :
103 0 : static inline GdkTexture *gui_resources_get_message_user_doc ( const gui_resources_t *this_ )
104 : {
105 0 : return (*this_).message_user_doc;
106 : }
107 :
108 0 : static inline GdkTexture *gui_resources_get_view_new_window ( const gui_resources_t *this_ )
109 : {
110 0 : return (*this_).view_new_window;
111 : }
112 :
113 0 : static inline GdkTexture *gui_resources_get_view_search ( const gui_resources_t *this_ )
114 : {
115 0 : return (*this_).view_search;
116 : }
117 :
118 0 : static inline GdkTexture *gui_resources_get_view_navigate ( const gui_resources_t *this_ )
119 : {
120 0 : return (*this_).view_navigate;
121 : }
122 :
123 0 : static inline GdkTexture *gui_resources_get_view_create ( const gui_resources_t *this_ )
124 : {
125 0 : return (*this_).view_create;
126 : }
127 :
128 0 : static inline GdkTexture *gui_resources_get_view_edit ( const gui_resources_t *this_ )
129 : {
130 0 : return (*this_).view_edit;
131 : }
132 :
133 0 : static inline GdkTexture *gui_resources_get_tool_sect ( const gui_resources_t *this_ )
134 : {
135 0 : return (*this_).tool_sect;
136 : }
137 :
138 1 : static inline GdkTexture *gui_resources_get_navigate_breadcrumb_folder ( const gui_resources_t *this_ )
139 : {
140 1 : return (*this_).navigate_breadcrumb_folder;
141 : }
142 :
143 3 : static inline GdkTexture *gui_resources_get_navigate_closed_folder ( const gui_resources_t *this_ )
144 : {
145 3 : return (*this_).navigate_closed_folder;
146 : }
147 :
148 5 : static inline GdkTexture *gui_resources_get_navigate_open_folder ( const gui_resources_t *this_ )
149 : {
150 5 : return (*this_).navigate_open_folder;
151 : }
152 :
153 0 : static inline GdkTexture *gui_resources_get_navigate_create_child ( const gui_resources_t *this_ )
154 : {
155 0 : return (*this_).navigate_create_child;
156 : }
157 :
158 3 : static inline GdkTexture *gui_resources_get_navigate_create_child_0 ( const gui_resources_t *this_ )
159 : {
160 3 : return (*this_).navigate_create_child_0;
161 : }
162 :
163 0 : static inline GdkTexture *gui_resources_get_navigate_create_sibling ( const gui_resources_t *this_ )
164 : {
165 0 : return (*this_).navigate_create_sibling;
166 : }
167 :
168 3 : static inline GdkTexture *gui_resources_get_navigate_create_sibling_0 ( const gui_resources_t *this_ )
169 : {
170 3 : return (*this_).navigate_create_sibling_0;
171 : }
172 :
173 0 : static inline GdkTexture *gui_resources_get_search_search ( const gui_resources_t *this_ )
174 : {
175 0 : return (*this_).search_search;
176 : }
177 :
178 0 : static inline GdkPixbuf *gui_resources_get_background_column ( const gui_resources_t *this_ )
179 : {
180 0 : return (*this_).background_column;
181 : }
182 :
183 0 : static inline GdkTexture *gui_resources_get_type_undef ( const gui_resources_t *this_ )
184 : {
185 0 : return (*this_).type_undef;
186 : }
187 :
188 0 : static inline GdkTexture *gui_resources_get_type_diag_activity ( const gui_resources_t *this_ )
189 : {
190 0 : return (*this_).type_diag_activity;
191 : }
192 :
193 0 : static inline GdkTexture *gui_resources_get_type_diag_block ( const gui_resources_t *this_ )
194 : {
195 0 : return (*this_).type_diag_block;
196 : }
197 :
198 0 : static inline GdkTexture *gui_resources_get_type_diag_box ( const gui_resources_t *this_ )
199 : {
200 0 : return (*this_).type_diag_box;
201 : }
202 :
203 0 : static inline GdkTexture *gui_resources_get_type_diag_class ( const gui_resources_t *this_ )
204 : {
205 0 : return (*this_).type_diag_class;
206 : }
207 :
208 0 : static inline GdkTexture *gui_resources_get_type_diag_communication ( const gui_resources_t *this_ )
209 : {
210 0 : return (*this_).type_diag_communication;
211 : }
212 :
213 0 : static inline GdkTexture *gui_resources_get_type_diag_component ( const gui_resources_t *this_ )
214 : {
215 0 : return (*this_).type_diag_component;
216 : }
217 :
218 0 : static inline GdkTexture *gui_resources_get_type_diag_composite ( const gui_resources_t *this_ )
219 : {
220 0 : return (*this_).type_diag_composite;
221 : }
222 :
223 0 : static inline GdkTexture *gui_resources_get_type_diag_deployment ( const gui_resources_t *this_ )
224 : {
225 0 : return (*this_).type_diag_deployment;
226 : }
227 :
228 0 : static inline GdkTexture *gui_resources_get_type_diag_internal ( const gui_resources_t *this_ )
229 : {
230 0 : return (*this_).type_diag_internal;
231 : }
232 :
233 0 : static inline GdkTexture *gui_resources_get_type_diag_list ( const gui_resources_t *this_ )
234 : {
235 0 : return (*this_).type_diag_list;
236 : }
237 :
238 0 : static inline GdkTexture *gui_resources_get_type_diag_overview ( const gui_resources_t *this_ )
239 : {
240 0 : return (*this_).type_diag_overview;
241 : }
242 :
243 0 : static inline GdkTexture *gui_resources_get_type_diag_package ( const gui_resources_t *this_ )
244 : {
245 0 : return (*this_).type_diag_package ;
246 : }
247 :
248 0 : static inline GdkTexture *gui_resources_get_type_diag_parametric ( const gui_resources_t *this_ )
249 : {
250 0 : return (*this_).type_diag_parametric ;
251 : }
252 :
253 0 : static inline GdkTexture *gui_resources_get_type_diag_profile ( const gui_resources_t *this_ )
254 : {
255 0 : return (*this_).type_diag_profile;
256 : }
257 :
258 0 : static inline GdkTexture *gui_resources_get_type_diag_requirement ( const gui_resources_t *this_ )
259 : {
260 0 : return (*this_).type_diag_requirement;
261 : }
262 :
263 0 : static inline GdkTexture *gui_resources_get_type_diag_sequence ( const gui_resources_t *this_ )
264 : {
265 0 : return (*this_).type_diag_sequence;
266 : }
267 :
268 0 : static inline GdkTexture *gui_resources_get_type_diag_state ( const gui_resources_t *this_ )
269 : {
270 0 : return (*this_).type_diag_state;
271 : }
272 :
273 0 : static inline GdkTexture *gui_resources_get_type_diag_timing ( const gui_resources_t *this_ )
274 : {
275 0 : return (*this_).type_diag_timing;
276 : }
277 :
278 0 : static inline GdkTexture *gui_resources_get_type_diag_usecase ( const gui_resources_t *this_ )
279 : {
280 0 : return (*this_).type_diag_usecase;
281 : }
282 :
283 0 : static inline GdkTexture *gui_resources_get_type_clas_accept ( const gui_resources_t *this_ )
284 : {
285 0 : return (*this_).type_clas_accept;
286 : }
287 :
288 0 : static inline GdkTexture *gui_resources_get_type_clas_artifact ( const gui_resources_t *this_ )
289 : {
290 0 : return (*this_).type_clas_artifact;
291 : }
292 :
293 0 : static inline GdkTexture *gui_resources_get_type_clas_activity ( const gui_resources_t *this_ )
294 : {
295 0 : return (*this_).type_clas_activity;
296 : }
297 :
298 0 : static inline GdkTexture *gui_resources_get_type_clas_actor ( const gui_resources_t *this_ )
299 : {
300 0 : return (*this_).type_clas_actor;
301 : }
302 :
303 0 : static inline GdkTexture *gui_resources_get_type_clas_block ( const gui_resources_t *this_ )
304 : {
305 0 : return (*this_).type_clas_block;
306 : }
307 :
308 0 : static inline GdkTexture *gui_resources_get_type_clas_class ( const gui_resources_t *this_ )
309 : {
310 0 : return (*this_).type_clas_class;
311 : }
312 :
313 0 : static inline GdkTexture *gui_resources_get_type_clas_comment ( const gui_resources_t *this_ )
314 : {
315 0 : return (*this_).type_clas_comment;
316 : }
317 :
318 0 : static inline GdkTexture *gui_resources_get_type_clas_component ( const gui_resources_t *this_ )
319 : {
320 0 : return (*this_).type_clas_component;
321 : }
322 :
323 0 : static inline GdkTexture *gui_resources_get_type_clas_constraint ( const gui_resources_t *this_ )
324 : {
325 0 : return (*this_).type_clas_constraint;
326 : }
327 :
328 0 : static inline GdkTexture *gui_resources_get_type_clas_decision ( const gui_resources_t *this_ )
329 : {
330 0 : return (*this_).type_clas_decision;
331 : }
332 :
333 0 : static inline GdkTexture *gui_resources_get_type_clas_deephistory ( const gui_resources_t *this_ )
334 : {
335 0 : return (*this_).type_clas_deephistory;
336 : }
337 :
338 0 : static inline GdkTexture *gui_resources_get_type_clas_diagram ( const gui_resources_t *this_ )
339 : {
340 0 : return (*this_).type_clas_diagram;
341 : }
342 :
343 0 : static inline GdkTexture *gui_resources_get_type_clas_final ( const gui_resources_t *this_ )
344 : {
345 0 : return (*this_).type_clas_final;
346 : }
347 :
348 0 : static inline GdkTexture *gui_resources_get_type_clas_fork ( const gui_resources_t *this_ )
349 : {
350 0 : return (*this_).type_clas_fork;
351 : }
352 :
353 0 : static inline GdkTexture *gui_resources_get_type_clas_history ( const gui_resources_t *this_ )
354 : {
355 0 : return (*this_).type_clas_history;
356 : }
357 :
358 0 : static inline GdkTexture *gui_resources_get_type_clas_image ( const gui_resources_t *this_ )
359 : {
360 0 : return (*this_).type_clas_image;
361 : }
362 :
363 0 : static inline GdkTexture *gui_resources_get_type_clas_initial ( const gui_resources_t *this_ )
364 : {
365 0 : return (*this_).type_clas_initial;
366 : }
367 :
368 0 : static inline GdkTexture *gui_resources_get_type_clas_interface ( const gui_resources_t *this_ )
369 : {
370 0 : return (*this_).type_clas_interface;
371 : }
372 :
373 0 : static inline GdkTexture *gui_resources_get_type_clas_join ( const gui_resources_t *this_ )
374 : {
375 0 : return (*this_).type_clas_join;
376 : }
377 :
378 0 : static inline GdkTexture *gui_resources_get_type_clas_node ( const gui_resources_t *this_ )
379 : {
380 0 : return (*this_).type_clas_node;
381 : }
382 :
383 0 : static inline GdkTexture *gui_resources_get_type_clas_object ( const gui_resources_t *this_ )
384 : {
385 0 : return (*this_).type_clas_object;
386 : }
387 :
388 0 : static inline GdkTexture *gui_resources_get_type_clas_package ( const gui_resources_t *this_ )
389 : {
390 0 : return (*this_).type_clas_package;
391 : }
392 :
393 0 : static inline GdkTexture *gui_resources_get_type_clas_part ( const gui_resources_t *this_ )
394 : {
395 0 : return (*this_).type_clas_part;
396 : }
397 :
398 0 : static inline GdkTexture *gui_resources_get_type_clas_region ( const gui_resources_t *this_ )
399 : {
400 0 : return (*this_).type_clas_region;
401 : }
402 :
403 0 : static inline GdkTexture *gui_resources_get_type_clas_requirement ( const gui_resources_t *this_ )
404 : {
405 0 : return (*this_).type_clas_requirement;
406 : }
407 :
408 0 : static inline GdkTexture *gui_resources_get_type_clas_send ( const gui_resources_t *this_ )
409 : {
410 0 : return (*this_).type_clas_send;
411 : }
412 :
413 0 : static inline GdkTexture *gui_resources_get_type_clas_state ( const gui_resources_t *this_ )
414 : {
415 0 : return (*this_).type_clas_state;
416 : }
417 :
418 0 : static inline GdkTexture *gui_resources_get_type_clas_stereotype ( const gui_resources_t *this_ )
419 : {
420 0 : return (*this_).type_clas_stereotype;
421 : }
422 :
423 0 : static inline GdkTexture *gui_resources_get_type_clas_subsystem ( const gui_resources_t *this_ )
424 : {
425 0 : return (*this_).type_clas_subsystem;
426 : }
427 :
428 0 : static inline GdkTexture *gui_resources_get_type_clas_time ( const gui_resources_t *this_ )
429 : {
430 0 : return (*this_).type_clas_time;
431 : }
432 :
433 0 : static inline GdkTexture *gui_resources_get_type_clas_usecase ( const gui_resources_t *this_ )
434 : {
435 0 : return (*this_).type_clas_usecase;
436 : }
437 :
438 0 : static inline GdkTexture *gui_resources_get_type_feat_entry ( const gui_resources_t *this_ )
439 : {
440 0 : return (*this_).type_feat_entry;
441 : }
442 :
443 0 : static inline GdkTexture *gui_resources_get_type_feat_exit ( const gui_resources_t *this_ )
444 : {
445 0 : return (*this_).type_feat_exit;
446 : }
447 :
448 0 : static inline GdkTexture *gui_resources_get_type_feat_life ( const gui_resources_t *this_ )
449 : {
450 0 : return (*this_).type_feat_life;
451 : }
452 :
453 0 : static inline GdkTexture *gui_resources_get_type_feat_operation ( const gui_resources_t *this_ )
454 : {
455 0 : return (*this_).type_feat_operation;
456 : }
457 :
458 0 : static inline GdkTexture *gui_resources_get_type_feat_port ( const gui_resources_t *this_ )
459 : {
460 0 : return (*this_).type_feat_port;
461 : }
462 :
463 0 : static inline GdkTexture *gui_resources_get_type_feat_property ( const gui_resources_t *this_ )
464 : {
465 0 : return (*this_).type_feat_property;
466 : }
467 :
468 0 : static inline GdkTexture *gui_resources_get_type_feat_provide ( const gui_resources_t *this_ )
469 : {
470 0 : return (*this_).type_feat_provide;
471 : }
472 :
473 0 : static inline GdkTexture *gui_resources_get_type_feat_require ( const gui_resources_t *this_ )
474 : {
475 0 : return (*this_).type_feat_require;
476 : }
477 :
478 0 : static inline GdkTexture *gui_resources_get_type_feat_rx ( const gui_resources_t *this_ )
479 : {
480 0 : return (*this_).type_feat_rx;
481 : }
482 :
483 0 : static inline GdkTexture *gui_resources_get_type_feat_tag ( const gui_resources_t *this_ )
484 : {
485 0 : return (*this_).type_feat_tag;
486 : }
487 :
488 0 : static inline GdkTexture *gui_resources_get_type_feat_tx ( const gui_resources_t *this_ )
489 : {
490 0 : return (*this_).type_feat_tx;
491 : }
492 :
493 0 : static inline GdkTexture *gui_resources_get_type_rel_aggregate ( const gui_resources_t *this_ )
494 : {
495 0 : return (*this_).type_rel_aggregate;
496 : }
497 :
498 0 : static inline GdkTexture *gui_resources_get_type_rel_associate ( const gui_resources_t *this_ )
499 : {
500 0 : return (*this_).type_rel_associate;
501 : }
502 :
503 0 : static inline GdkTexture *gui_resources_get_type_rel_async ( const gui_resources_t *this_ )
504 : {
505 0 : return (*this_).type_rel_async;
506 : }
507 :
508 0 : static inline GdkTexture *gui_resources_get_type_rel_communication_path ( const gui_resources_t *this_ )
509 : {
510 0 : return (*this_).type_rel_communication_path;
511 : }
512 :
513 0 : static inline GdkTexture *gui_resources_get_type_rel_compose ( const gui_resources_t *this_ )
514 : {
515 0 : return (*this_).type_rel_compose;
516 : }
517 :
518 0 : static inline GdkTexture *gui_resources_get_type_rel_contain ( const gui_resources_t *this_ )
519 : {
520 0 : return (*this_).type_rel_contain;
521 : }
522 :
523 0 : static inline GdkTexture *gui_resources_get_type_rel_control_flow ( const gui_resources_t *this_ )
524 : {
525 0 : return (*this_).type_rel_control_flow;
526 : }
527 :
528 0 : static inline GdkTexture *gui_resources_get_type_rel_depend ( const gui_resources_t *this_ )
529 : {
530 0 : return (*this_).type_rel_depend;
531 : }
532 :
533 0 : static inline GdkTexture *gui_resources_get_type_rel_deploy ( const gui_resources_t *this_ )
534 : {
535 0 : return (*this_).type_rel_deploy;
536 : }
537 :
538 0 : static inline GdkTexture *gui_resources_get_type_rel_extend ( const gui_resources_t *this_ )
539 : {
540 0 : return (*this_).type_rel_extend;
541 : }
542 :
543 0 : static inline GdkTexture *gui_resources_get_type_rel_generalize ( const gui_resources_t *this_ )
544 : {
545 0 : return (*this_).type_rel_generalize;
546 : }
547 :
548 0 : static inline GdkTexture *gui_resources_get_type_rel_include ( const gui_resources_t *this_ )
549 : {
550 0 : return (*this_).type_rel_include;
551 : }
552 :
553 0 : static inline GdkTexture *gui_resources_get_type_rel_manifest ( const gui_resources_t *this_ )
554 : {
555 0 : return (*this_).type_rel_manifest;
556 : }
557 :
558 0 : static inline GdkTexture *gui_resources_get_type_rel_object_flow ( const gui_resources_t *this_ )
559 : {
560 0 : return (*this_).type_rel_object_flow;
561 : }
562 :
563 0 : static inline GdkTexture *gui_resources_get_type_rel_realize ( const gui_resources_t *this_ )
564 : {
565 0 : return (*this_).type_rel_realize;
566 : }
567 :
568 0 : static inline GdkTexture *gui_resources_get_type_rel_refine ( const gui_resources_t *this_ )
569 : {
570 0 : return (*this_).type_rel_refine;
571 : }
572 :
573 0 : static inline GdkTexture *gui_resources_get_type_rel_return ( const gui_resources_t *this_ )
574 : {
575 0 : return (*this_).type_rel_return;
576 : }
577 :
578 0 : static inline GdkTexture *gui_resources_get_type_rel_sync ( const gui_resources_t *this_ )
579 : {
580 0 : return (*this_).type_rel_sync;
581 : }
582 :
583 0 : static inline GdkTexture *gui_resources_get_type_rel_trace ( const gui_resources_t *this_ )
584 : {
585 0 : return (*this_).type_rel_trace;
586 : }
587 :
588 :
589 : /*
590 : Copyright 2016-2025 Andreas Warnke
591 :
592 : Licensed under the Apache License, Version 2.0 (the "License");
593 : you may not use this file except in compliance with the License.
594 : You may obtain a copy of the License at
595 :
596 : http://www.apache.org/licenses/LICENSE-2.0
597 :
598 : Unless required by applicable law or agreed to in writing, software
599 : distributed under the License is distributed on an "AS IS" BASIS,
600 : WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
601 : See the License for the specific language governing permissions and
602 : limitations under the License.
603 : */
|