Home
last modified time | relevance | path

Searched refs:string_scroll_wheel (Results 1 – 12 of 12) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstring_scroll_wheel_service_provider.cpp76 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 …]
Dcopy_paste_engine.cpp646 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()
Dundo_manager.cpp923 …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()
Dwidget_factory.cpp940 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()
Dwidget_service_provider.cpp684 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()
DStudioXProject.cpp323 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()
Dproperties_win.cpp3925 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()
DStudioXProject.h378 string_scroll_wheel_info string_scroll_wheel; member
Dstring_table_edit_dlg.cpp2660 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()
Dresource_view.cpp2751 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/
Dvalidation_guix_widgets_with_private_string.c63 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()
Dvalidation_guix_error_checking_api_coverage_no_output.c122 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 …]