| /GUIX-v6.2.1/guix_studio/ |
| D | trigger_edit_dlg.cpp | 314 pNameList->Add(child->id_name); in AddChildSignals() 421 list->Add(GX_EVENT_FOCUS_GAINED); in GetWidgetEventList() 422 list->Add(GX_EVENT_FOCUS_LOST); in GetWidgetEventList() 433 list->Add(GX_EVENT_TOGGLE_ON); in GetWidgetEventList() 434 list->Add(GX_EVENT_TOGGLE_OFF); in GetWidgetEventList() 438 list->Add(GX_EVENT_CLICKED); in GetWidgetEventList() 443 list->Add(GX_EVENT_RADIO_SELECT); in GetWidgetEventList() 444 list->Add(GX_EVENT_RADIO_DESELECT); in GetWidgetEventList() 448 list->Add(GX_EVENT_TOGGLE_ON); in GetWidgetEventList() 449 list->Add(GX_EVENT_TOGGLE_OFF); in GetWidgetEventList() [all …]
|
| D | studiox.rc | 166 PUSHBUTTON "Add New Trigger",IDC_TRIGGER_ADD_BTN,12,22,67,14 558 MENUITEM "Add New Color", ID_ADD_CUSTOM_COLOR 576 MENUITEM "Add Pixelmap(s)", ID_ADD_PIXELMAP 578 MENUITEM "Add Folder", ID_ADD_PIXELMAP_FOLDER 882 PUSHBUTTON "Add Language",IDC_ADD_LANGUAGE,118,24,70,14 1091 PUSHBUTTON "Add New Action",IDC_ADD_ACTION,7,20,67,14 1925 ID_ADD_BUTTON "Add a new button to the selected parent\nAdd Button" 1932 ID_ADD_CUSTOM_COLOR "Add a new custom color" 1937 ID_ADD_ICON "Add a new icon to the selected parent" 1938 ID_ADD_PIXMAP_BUTTON "Add a new GX_PIXELMAP_BUTTON to the selected parent." [all …]
|
| D | screen_flow.cpp | 150 action_list.Add(add_action); in MergeActionInfo() 242 action_list.Add(action); in copy() 378 flow_list.Add(item); in screen_flow() 503 flow_list.Add(info); in CheckAddFlowItem() 600 flow_list.Add(info); in GetFlowItem() 794 BOOL Add = TRUE; in CheckAddTrigger() local 800 Add = FALSE; in CheckAddTrigger() 819 if (Add) in CheckAddTrigger()
|
| D | copy_paste_engine.cpp | 148 info_list.Add(info); in CopyToClipboard() 163 info_list.Add(screen); in CopyToClipboard() 350 color_trans.Add(entry); in ReadColorDependencies() 582 string_trans.Add(entry); in ReadStringDependencies() 605 list.Add(res_id); in CheckAddToList() 749 base_list.Add(base); in CheckAddToBaseList()
|
| D | string_scroll_wheel_service_provider.cpp | 390 string_list.Add(res_id); in ReadFromProject() 402 string_list.Add(res_id); in ReadFromProject() 469 list_array.Add(string_list[index]); in InitStringIdListArray() 473 list_array.Add(0); in InitStringIdListArray()
|
| D | screen_generator.cpp | 259 name_list.Add(PredefinedWidgetIds[index].name); in GenerateScreenHeader() 309 name_list.Add(name); in GenerateScreenHeader() 859 output_file_list.Add(testfile); in SetOutFile() 1008 name_list.Add(m_screen_name_prefix + info->app_name); in WriteWidgetsInfo() 1081 name_list.Add(name); in WriteExternBaseDefines() 1148 folder_list.Add(folder); in WriteExternBaseDefines() 3108 name_list.Add(info->id_name); in WriteWidgetIds() 3147 name_list.Add(m_screen_name_prefix + start_widget->app_name); in TypedefControlBlock() 3217 name_list.Add(out); in PrototypeCallbacks() 3227 name_list.Add(out); in PrototypeCallbacks() [all …]
|
| D | string_table.cpp | 197 m_records.Add(record); in AddString() 772 m_dictionary.Add(id_name); in AddToDictionary() 956 record->reference_list.Add(child); in MakeMLViewReferenceRecord() 962 record->reference_list.Add(child); in MakeMLViewReferenceRecord() 963 m_reference_records.Add(record); in MakeMLViewReferenceRecord()
|
| D | resource_export_dlg.cpp | 695 mImageList.Add(&image, RGB(255, 55, 255)); in InitImageList() 696 mImageList.Add(&image, RGB(255, 55, 255)); in InitImageList() 700 mImageList.Add(&image, RGB(255, 55, 255)); in InitImageList() 704 mImageList.Add(&image, RGB(255, 55, 255)); in InitImageList()
|
| D | screen_flow.h | 87 void AddFlowItem(flow_item *item){ flow_list.Add(item); }; in AddFlowItem()
|
| D | import_sprite_frames_dlg.cpp | 70 mFrameNameList.Add(name); in OnOK()
|
| D | gif_reader.cpp | 178 mDelayTimeList.Add(delay); in ReadImage()
|
| D | import_project_dlg.cpp | 117 info_list.Add(info); in OnOK()
|
| D | trigger_list_edit_dlg.cpp | 43 mTriggerList.Add(trigger); in IMPLEMENT_DYNAMIC() 153 mTriggerList.Add(trigger); in OnAddTrigger()
|
| D | undo_manager.cpp | 72 current->widget_list.Add(new_entry); in AddEntry() 191 current->widget_list.Add(new_entry); in AddEntry() 714 widget_list.Add(info); in Undo()
|
| D | trigger_action_edit_dlg.cpp | 83 mActionList.Add(action); in IMPLEMENT_DYNAMIC() 303 mActionList.Add(action); in OnAddAction() 1052 mpTrigger->action_list.Add(action); in SaveActionInfo()
|
| D | csv_read_write.cpp | 304 line_array.Add(string); in SplitCsvLine()
|
| D | binary_resource_gen.cpp | 48 m_rotated_pixelmaps[theme].Add(GX_NULL); in InitRotatedPixelmaps() 209 outfile_list.Add(m_outfile); in GenerateBinaryFile() 3167 m_file_dictionary.Add(finfo); in MakeFileDictionary() 3203 m_file_dictionary.Add(finfo); in MakeFileDictionary() 3217 finfo->size_table.Add(blocksize); in MakeFileDictionary() 3255 m_file_dictionary.Add(finfo); in MakeFileDictionary() 3269 finfo->size_table.Add(blocksize); in MakeFileDictionary()
|
| /GUIX-v6.2.1/cmake/ |
| D | utilities.cmake | 1 # Add the required subdirectory and register it for linkage 5 # Add the subdir 11 # Add this target into the temp
|
| /GUIX-v6.2.1/test/ |
| D | README.md | 14 7. [Add New Test](#add-new-test) 15 8. [Add New Build Type](#add-new-build-type) 21 3. [Add New Test Case](#add-new-test-case) 26 4. [Add New Test Case](#add-new-test-case-1) 141 ### Add New Test 148 2. Add Test Source File: 291 4. Add Test Case to GUIX Regression Test System: 293 - Add test demo project to the appropriate demo list based on the demo build configuration settings… 348 ### Add New Build Type 353 2. Add a new build type using the following example: [all …]
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 12 Add new APIs to access the tree structured list of visible widgets. 13 Add new API to access cursor position of text input widgets. 14 Add new API to assign the value of the scrollbar. 18 Add support for 3 bpp glyph drawing when running in 8 bpp palette mode. 78 Add support for easing functions for slide landing animations. 79 Add support for runtime retrieval of language information from binary resource data file. 84 Add support for BiDi text display. 85 Add support for font kerning information to improve glyph spacing. 86 Add disabled colors for all text widgets. 87 Add support for easing functions (widget animations). [all …]
|
| /GUIX-v6.2.1/guix_studio/res/ |
| D | studiox.rc2 | 11 // Add manually edited resources here...
|
| /GUIX-v6.2.1/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 20 Add any other context or screenshots about the feature request here.
|
| D | hardware-or-architecture-support.md | 19 Add any other context or graphics (drag-and-drop an image) about the hardware here.
|
| D | bug_report.md | 35 Add any other context about the problem here.
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/ |
| D | readme_guix_generic.txt | 104 gx_system_canvas_refresh.c Add proper return values. 114 gx_vertical_list_total_rows_set.c Add logic to reset scrollbar if needed 548 Add ellipse draw API functions and support functions. 549 Add pixelmap filling of polygons, arcs, and circles.
|