Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 25 of 25) sorted by relevance

/GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/
Dtest_project_import_target_specifications.c124 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
128 derived = *props->base_info; in gx_studio_template_create()
129 derived.widget_id = info->widget_id; in gx_studio_template_create()
130 derived.widget_name = info->widget_name; in gx_studio_template_create()
134 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
138 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
142 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
146 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
150 derived.user_data = info->user_data; in gx_studio_template_create()
153 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
Dtest_widget_name_specifications.c119 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
123 derived = *props->base_info; in gx_studio_template_create()
124 derived.widget_id = info->widget_id; in gx_studio_template_create()
125 derived.widget_name = info->widget_name; in gx_studio_template_create()
129 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
133 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
137 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
141 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
145 derived.user_data = info->user_data; in gx_studio_template_create()
148 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
Dtemplate_specifications.c572 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
576 derived = *props->base_info; in gx_studio_template_create()
577 derived.widget_id = info->widget_id; in gx_studio_template_create()
578 derived.widget_name = info->widget_name; in gx_studio_template_create()
582 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
586 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
590 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
594 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
598 derived.user_data = info->user_data; in gx_studio_template_create()
601 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
Dtest_copy_paste_specifications.c525 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
529 derived = *props->base_info; in gx_studio_template_create()
530 derived.widget_id = info->widget_id; in gx_studio_template_create()
531 derived.widget_name = info->widget_name; in gx_studio_template_create()
535 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
539 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
543 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
547 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
551 derived.user_data = info->user_data; in gx_studio_template_create()
554 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_static/
Dbidi_text_line_break_static_specifications.c117 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
121 derived = *props->base_info; in gx_studio_template_create()
122 derived.widget_id = info->widget_id; in gx_studio_template_create()
123 derived.widget_name = info->widget_name; in gx_studio_template_create()
127 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
131 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
135 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
139 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
143 derived.user_data = info->user_data; in gx_studio_template_create()
146 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/guix_studio/
Dtemplate_service_provider.cpp193 GX_WIDGET *derived = GenerateFromInfo(parent, derived_info); in CreateNewInstance() local
194 derived_info->widget = derived; in CreateNewInstance()
324 widget_info *template_service_provider::GetBaseInfo(widget_info *derived, studiox_project *project) in GetBaseInfo() argument
333 if (derived->app_name == derived->base_name) in GetBaseInfo()
335 if (derived->is_template) in GetBaseInfo()
345 … folder_info *folder = project->mDisplays[derived->ewi.template_display].GetFirstChildFolder(); in GetBaseInfo()
346 base = project->FindWidgetInfo(folder, derived->base_name, FALSE); in GetBaseInfo()
361 widget_service_provider *template_service_provider::GetBaseProvider(widget_info *derived) in GetBaseProvider() argument
364 widget_info *base_info = GetBaseInfo(derived); in GetBaseProvider()
Dtemplate_service_provider.h52 static widget_info *GetBaseInfo(widget_info *derived, studiox_project *project = NULL);
62 widget_service_provider *GetBaseProvider(widget_info *derived);
DREADME.txt48 These files contain the frame class CMainFrame, which is derived from
Dscreen_generator.cpp1807 widget_info *derived; in GetTempateEventFuncName() local
1811 derived = base_info; in GetTempateEventFuncName()
1812 base_info = template_service_provider::GetBaseInfo(derived); in GetTempateEventFuncName()
/GUIX-v6.2.1/test/example_internal/template/
Dtemplate_specifications.c407 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
411 derived = *props->base_info; in gx_studio_template_create()
412 derived.widget_id = info->widget_id; in gx_studio_template_create()
413 derived.widget_name = info->widget_name; in gx_studio_template_create()
417 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
421 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
425 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
429 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
433 derived.user_data = info->user_data; in gx_studio_template_create()
436 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/test/example_internal/dynamic_menu/
Ddynamic_menu_specifications.c158 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
162 derived = *props->base_info; in gx_studio_template_create()
163 derived.widget_id = info->widget_id; in gx_studio_template_create()
164 derived.widget_name = info->widget_name; in gx_studio_template_create()
168 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
172 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
176 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
180 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
184 derived.user_data = info->user_data; in gx_studio_template_create()
187 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Ddemo_guix_washing_machine_specifications.c230 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
234 derived = *props->base_info; in gx_studio_template_create()
235 derived.widget_id = info->widget_id; in gx_studio_template_create()
236 derived.widget_name = info->widget_name; in gx_studio_template_create()
240 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
244 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
248 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
252 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
256 derived.user_data = info->user_data; in gx_studio_template_create()
259 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dguix_medical_mouse_support_specifications.c468 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
472 derived = *props->base_info; in gx_studio_template_create()
473 derived.widget_id = info->widget_id; in gx_studio_template_create()
474 derived.widget_name = info->widget_name; in gx_studio_template_create()
478 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
482 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
486 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
490 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
494 derived.user_data = info->user_data; in gx_studio_template_create()
497 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/guix_studio/libs/libpng/
DLICENSE.md44 derived from libpng-1.0.6, and are distributed according to the same
72 Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
82 Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dguix_smart_watch_specifications.c255 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
259 derived = *props->base_info; in gx_studio_template_create()
260 derived.widget_id = info->widget_id; in gx_studio_template_create()
261 derived.widget_name = info->widget_name; in gx_studio_template_create()
265 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
269 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
273 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
277 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
281 derived.user_data = info->user_data; in gx_studio_template_create()
284 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/guix_studio/libs/libjpeg/
DLICENSE.md106 contributors may be used to endorse or promote products derived from this
132 that were granted to the IJG for code derived from their software.
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Ddemo_guix_car_infotainment_specifications.c516 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
520 derived = *props->base_info; in gx_studio_template_create()
521 derived.widget_id = info->widget_id; in gx_studio_template_create()
522 derived.widget_name = info->widget_name; in gx_studio_template_create()
526 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
530 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
534 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
538 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
542 derived.user_data = info->user_data; in gx_studio_template_create()
545 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/samples/demo_guix_widget_types/
Dguix_widget_types_specifications.c925 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
929 derived = *props->base_info; in gx_studio_template_create()
930 derived.widget_id = info->widget_id; in gx_studio_template_create()
931 derived.widget_name = info->widget_name; in gx_studio_template_create()
935 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
939 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
943 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
947 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
951 derived.user_data = info->user_data; in gx_studio_template_create()
954 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/samples/demo_guix_medical/
Dguix_medical_specifications.c542 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
546 derived = *props->base_info; in gx_studio_template_create()
547 derived.widget_id = info->widget_id; in gx_studio_template_create()
548 derived.widget_name = info->widget_name; in gx_studio_template_create()
552 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
556 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
560 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
564 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
568 derived.user_data = info->user_data; in gx_studio_template_create()
571 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/test/example_internal/folder_output_test/
Dfolder_output_test_specifications.c1037 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
1041 derived = *props->base_info; in gx_studio_template_create()
1042 derived.widget_id = info->widget_id; in gx_studio_template_create()
1043 derived.widget_name = info->widget_name; in gx_studio_template_create()
1047 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
1051 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
1055 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
1059 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
1063 derived.user_data = info->user_data; in gx_studio_template_create()
1066 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Ddemo_guix_home_automation_specifications.c530 GX_STUDIO_WIDGET derived; in gx_studio_template_create() local
534 derived = *props->base_info; in gx_studio_template_create()
535 derived.widget_id = info->widget_id; in gx_studio_template_create()
536 derived.widget_name = info->widget_name; in gx_studio_template_create()
540 derived.style |= GX_STYLE_ENABLED; in gx_studio_template_create()
544 derived.style &= ~GX_STYLE_ENABLED; in gx_studio_template_create()
548 derived.status |= GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
552 derived.status &= ~GX_STATUS_ACCEPTS_FOCUS; in gx_studio_template_create()
556 derived.user_data = info->user_data; in gx_studio_template_create()
559 control_block = gx_studio_widget_create((GX_BYTE *) control_block, &derived, parent); in gx_studio_template_create()
[all …]
/GUIX-v6.2.1/guix_studio/libs/libgit2/
DLICENSE.txt121 whole or in part contains or is derived from the Program or any
137 identifiable sections of that work are not derived from the Program,
424 promote products derived from this software without specific prior
573 former contains code derived from the library, whereas the latter must
652 identifiable sections of that work are not derived from the Library,
1109 endorse or promote products derived from this software without
1113 5. Products derived from this software may not be called "OpenSSL"
1170 promote products derived from this software without specific
/GUIX-v6.2.1/guix_studio/libs/freetype/
DLICENSE.txt120 These conditions apply to any software derived from or based on
/GUIX-v6.2.1/test/guix_studio_test/fonts/
DNotoSansHans-Regular-readme.txt42 form, that is based on (or derived from) the Work and for which the
/GUIX-v6.2.1/test/example_internal/common_resources/fonts/
DNotoSansHans-Regular-readme.txt42 form, that is based on (or derived from) the Work and for which the