| /GUIX-v6.2.1/guix_studio/ |
| D | string_scroll_wheel_service_provider.cpp | 76 if (info->ewi.string_scroll_wheel.string_id_list) in WriteExtendedProperties() 87 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in WriteExtendedProperties() 89 string = gen->GetString(info->ewi.string_scroll_wheel.string_id_list[index]); in WriteExtendedProperties() 91 if (index == info->ewi.string_scroll_wheel.base.total_rows - 1) in WriteExtendedProperties() 108 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in WriteExtendedProperties() 110 … id_name = gen->GetStringIdName(info->ewi.string_scroll_wheel.string_id_list[index]); in WriteExtendedProperties() 111 if (index == info->ewi.string_scroll_wheel.base.total_rows - 1) in WriteExtendedProperties() 271 …info->ewi.string_scroll_wheel.base.start_alpha = wheel->gx_scroll_wheel_gradient.gx_gradient_alpha… in CreateNewInstance() 272 …info->ewi.string_scroll_wheel.base.end_alpha = wheel->gx_scroll_wheel_gradient.gx_gradient_alpha_e… in CreateNewInstance() 273 info->ewi.string_scroll_wheel.base.row_height = wheel->gx_scroll_wheel_row_height; in CreateNewInstance() [all …]
|
| D | copy_paste_engine.cpp | 646 if (info->ewi.string_scroll_wheel.string_id_list) in BuildResourceList() 648 for (index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in BuildResourceList() 650 if (info->ewi.string_scroll_wheel.string_id_list[index] != 0) in BuildResourceList() 652 … CheckAddToList(write_string_list, info->ewi.string_scroll_wheel.string_id_list[index]); in BuildResourceList()
|
| D | undo_manager.cpp | 923 …r->InitStringIdListArray(entry_info->ewi.string_scroll_wheel.string_id_list, entry_info->ewi.strin… in Undo() 924 if (current_info->ewi.string_scroll_wheel.string_id_list) in Undo() 926 delete current_info->ewi.string_scroll_wheel.string_id_list; in Undo() 927 current_info->ewi.string_scroll_wheel.string_id_list = NULL; in Undo()
|
| D | widget_factory.cpp | 940 count = info->ewi.string_scroll_wheel.base.total_rows; in DecrementWidgetResourceIds() 941 id_list = info->ewi.string_scroll_wheel.string_id_list; in DecrementWidgetResourceIds() 1123 string_list = info->ewi.string_scroll_wheel.string_id_list; in CountReferences() 1124 string_count = info->ewi.string_scroll_wheel.base.total_rows; in CountReferences()
|
| D | widget_service_provider.cpp | 684 draw_height = info->ewi.string_scroll_wheel.base.row_height; in GetTextDrawDimension() 789 id_list = info->ewi.string_scroll_wheel.string_id_list; in CalculateTextFitSize() 790 id_count = info->ewi.string_scroll_wheel.base.total_rows; in CalculateTextFitSize()
|
| D | StudioXProject.cpp | 323 if (ewi.string_scroll_wheel.string_id_list) in ~widget_info() 325 delete ewi.string_scroll_wheel.string_id_list; in ~widget_info() 326 ewi.string_scroll_wheel.string_id_list = NULL; in ~widget_info() 408 if (other.ewi.string_scroll_wheel.string_id_list) in copy() 410 int total_rows = other.ewi.string_scroll_wheel.base.total_rows; in copy() 411 ewi.string_scroll_wheel.string_id_list = new GX_RESOURCE_ID[total_rows]; in copy() 412 …memcpy_s(ewi.string_scroll_wheel.string_id_list, total_rows * sizeof(GX_RESOURCE_ID), other.ewi.st… in copy()
|
| D | properties_win.cpp | 3925 if (!mpInfo->ewi.string_scroll_wheel.base.total_rows) in OnEditStringScrolWheelStrings() 3934 …rovider->InitStringIdListArray(mpInfo->ewi.string_scroll_wheel.string_id_list, mpInfo->ewi.string_… in OnEditStringScrolWheelStrings() 3943 if (mpInfo->ewi.string_scroll_wheel.string_id_list) in OnEditStringScrolWheelStrings() 3945 delete mpInfo->ewi.string_scroll_wheel.string_id_list; in OnEditStringScrolWheelStrings() 3946 mpInfo->ewi.string_scroll_wheel.string_id_list = NULL; in OnEditStringScrolWheelStrings()
|
| D | StudioXProject.h | 378 string_scroll_wheel_info string_scroll_wheel; member
|
| D | string_table_edit_dlg.cpp | 2660 string_list = info->ewi.string_scroll_wheel.string_id_list; in CreateStringReferenceRows() 2661 string_count = info->ewi.string_scroll_wheel.base.total_rows; in CreateStringReferenceRows() 3152 int list_count = mpInfo->ewi.string_scroll_wheel.base.total_rows; in MakeWidgetPreview()
|
| D | resource_view.cpp | 2751 read_id_list = read->ewi.string_scroll_wheel.string_id_list; in RestoreStringIdsFromBackup() 2752 write_id_list = write->ewi.string_scroll_wheel.string_id_list; in RestoreStringIdsFromBackup() 2753 count = read->ewi.string_scroll_wheel.base.total_rows; in RestoreStringIdsFromBackup()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_widgets_with_private_string.c | 63 static GX_STRING_SCROLL_WHEEL *string_scroll_wheel = 0; variable 86 …gx_widget_find(pScrollWheelScreen, ID_MONTH_WHEEL, GX_SEARCH_DEPTH_INFINITE, &string_scroll_wheel); in control_thread_entry() 99 {(GX_WIDGET *)string_scroll_wheel, "Delete string_scroll_wheel"}, in control_thread_entry() 109 … gx_string_scroll_wheel_string_list_set(string_scroll_wheel, GX_NULL, 0); //set string list to 0 in control_thread_entry()
|
| D | validation_guix_error_checking_api_coverage_no_output.c | 122 GX_STRING_SCROLL_WHEEL string_scroll_wheel; in control_thread_entry() local 2768 memset(&string_scroll_wheel, 0, sizeof(GX_STRING_SCROLL_WHEEL)); in control_thread_entry() 2769 …status = gx_string_scroll_wheel_create(&string_scroll_wheel, 0, 0, 0, 0, 0, 0, 0); //should return… in control_thread_entry() 2772 …status = _gxe_string_scroll_wheel_create(&string_scroll_wheel, 0, 0, 0, 0, 0, 0, &size, 0); //shou… in control_thread_entry() 2775 string_scroll_wheel.gx_widget_type = GX_TYPE_STRING_SCROLL_WHEEL; in control_thread_entry() 2776 …status = gx_string_scroll_wheel_create(&string_scroll_wheel, 0, 0, 0, 0, 0, 0, &size); //should re… in control_thread_entry() 2779 string_scroll_wheel.gx_widget_type = 0; in control_thread_entry() 2781 …status = gx_string_scroll_wheel_create(&string_scroll_wheel, 0, &parent, 0, 0, 0, 0, &size); //sho… in control_thread_entry() 2784 …status = gx_string_scroll_wheel_create(&string_scroll_wheel, 0, 0, 0, 0, 0, 0, &size); // parent i… in control_thread_entry() 2787 …status = gx_string_scroll_wheel_string_list_set(&string_scroll_wheel, 0, 0); //should return GX_PT… in control_thread_entry() [all …]
|