Home
last modified time | relevance | path

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

12

/GUIX-v6.2.1/guix_studio/
Dtrigger_edit_dlg.cpp314 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 …]
Dstudiox.rc166 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 …]
Dscreen_flow.cpp150 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()
Dcopy_paste_engine.cpp148 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()
Dstring_scroll_wheel_service_provider.cpp390 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()
Dscreen_generator.cpp259 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 …]
Dstring_table.cpp197 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()
Dresource_export_dlg.cpp695 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()
Dscreen_flow.h87 void AddFlowItem(flow_item *item){ flow_list.Add(item); }; in AddFlowItem()
Dimport_sprite_frames_dlg.cpp70 mFrameNameList.Add(name); in OnOK()
Dgif_reader.cpp178 mDelayTimeList.Add(delay); in ReadImage()
Dimport_project_dlg.cpp117 info_list.Add(info); in OnOK()
Dtrigger_list_edit_dlg.cpp43 mTriggerList.Add(trigger); in IMPLEMENT_DYNAMIC()
153 mTriggerList.Add(trigger); in OnAddTrigger()
Dundo_manager.cpp72 current->widget_list.Add(new_entry); in AddEntry()
191 current->widget_list.Add(new_entry); in AddEntry()
714 widget_list.Add(info); in Undo()
Dtrigger_action_edit_dlg.cpp83 mActionList.Add(action); in IMPLEMENT_DYNAMIC()
303 mActionList.Add(action); in OnAddAction()
1052 mpTrigger->action_list.Add(action); in SaveActionInfo()
Dcsv_read_write.cpp304 line_array.Add(string); in SplitCsvLine()
Dbinary_resource_gen.cpp48 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/
Dutilities.cmake1 # 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/
DREADME.md14 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/
Drevision_history.txt12 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/
Dstudiox.rc211 // Add manually edited resources here...
/GUIX-v6.2.1/.github/ISSUE_TEMPLATE/
Dfeature_request.md20 Add any other context or screenshots about the feature request here.
Dhardware-or-architecture-support.md19 Add any other context or graphics (drag-and-drop an image) about the hardware here.
Dbug_report.md35 Add any other context about the problem here.
/GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt104 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.

12