Home
last modified time | relevance | path

Searched refs:CountReferences (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dwidget_factory.h45 …static int CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, int seed_c…
47 … static int CountReferences(studiox_project *project, int res_type, GX_RESOURCE_ID resource_id);
Dwidget_factory.cpp1107 int widget_factory::CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, in… in CountReferences() function in widget_factory
1177 count = CountReferences(res_type, info->GetChildWidgetInfo(), resource_id, count); in CountReferences()
1185 int widget_factory::CountReferences(studiox_project *project, int res_type, GX_RESOURCE_ID resource… in CountReferences() function in widget_factory
1195 count = CountReferences(res_type, info->GetFirstChildWidget(), resource_id, count); in CountReferences()
Dstring_table.cpp469 count_1 = widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id); in SortByReferenceCount()
474 count_2 = widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id); in SortByReferenceCount()
Dstring_table_edit_dlg.cpp646 …ref_count.Format(_T("%d"), widget_factory::CountReferences(project, RES_TYPE_STRING, resource_id)); in UpdateEditFieldContent()