Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dwidget_service_provider.cpp417 if (!info->custom_name.IsEmpty()) in SaveToProject()
419 writer.WriteString("custom_name", info->custom_name); in SaveToProject()
469 reader.ReadString("custom_name", info->custom_name); in ReadFromProject()
DStudioXProject.h421 …CString custom_name; // not currently used, the idea is allow user to specify custom contro… variable
DStudioXProject.cpp387 custom_name = other.custom_name; // user-defined custom structure name in copy()
442 custom_name = ""; in init()
/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_utils.py2614 def set_custom_resource_name(custom_name): argument
2616 send_to_resource_export_dialog('CMD_SET_CUSTOM_RESOURCE_NAME', custom_name)