Home
last modified time | relevance | path

Searched refs:prompt_service_provider (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dprompt_service_provider.cpp8 prompt_service_provider::prompt_service_provider() in prompt_service_provider() function in prompt_service_provider
12 CString prompt_service_provider::GetVarDeclaration() in GetVarDeclaration()
17 CString prompt_service_provider::DeclarePropertiesStructContent() in DeclarePropertiesStructContent()
40 CString prompt_service_provider::DeclarePropertiesStruct() in DeclarePropertiesStruct()
53 CString prompt_service_provider::WriteExtendedPropertiesContent(screen_generator *gen, widget_info … in WriteExtendedPropertiesContent()
96 CString prompt_service_provider::WriteExtendedProperties(screen_generator *gen, CString &prefix, wi… in WriteExtendedProperties()
110 CString prompt_service_provider::GetCreateFromDefFunctionName() in GetCreateFromDefFunctionName()
115 CString prompt_service_provider::GetCreateFromDefFunction(int version) in GetCreateFromDefFunction()
149 widget_info *prompt_service_provider::CreateNewInstance(GX_WIDGET *parent) in CreateNewInstance()
170 GX_WIDGET *prompt_service_provider::GenerateFromInfo(GX_WIDGET *parent, widget_info *info) in GenerateFromInfo()
[all …]
Dnumeric_prompt_service_provider.cpp28 prompt_service_provider::DeclarePropertiesStructContent()); in DeclarePropertiesStruct()
55 prompt_service_provider::WriteExtendedPropertiesContent(gen, info, TRUE), in WriteExtendedProperties()
170 prompt_service_provider::SaveToProject(writer, project, display, info); in SaveToProject()
180 prompt_service_provider::ReadFromProject(reader, project, display, info, valid_styles); in ReadFromProject()
Dpixelmap_prompt_service_provider.cpp28 prompt_service_provider::DeclarePropertiesStructContent()); in DeclarePropertiesStructContent()
66 prompt_service_provider::WriteExtendedPropertiesContent(gen, info, TRUE), in WriteExtendedPropertiesContent()
225 prompt_service_provider::SaveToProject(writer, project, display, info); in SaveToProject()
237 prompt_service_provider::ReadFromProject(reader, project, display, info, valid_styles); in ReadFromProject()
Dprompt_service_provider.h6 class prompt_service_provider : public widget_service_provider
9 prompt_service_provider();
Dnumeric_prompt_service_provider.h6 class numeric_prompt_service_provider : public prompt_service_provider
Dtext_input_service_provider.h6 class text_input_service_provider : public prompt_service_provider
Dpixelmap_prompt_service_provider.h6 class pixelmap_prompt_service_provider : public prompt_service_provider
Dtext_input_service_provider.cpp385 prompt_service_provider::AssignColor(info, index, color_id); in AssignColor()
Dundo_manager.cpp866 ((prompt_service_provider *)provider)->AssignNumericValue(current_info, in Undo()
Dwidget_factory.cpp53 service_providers[index] = new prompt_service_provider(); in InitServiceProviders()
Dproperties_win.cpp2953prompt_service_provider *provider = (prompt_service_provider *)(widget_factory::GetServiceProvider… in OnChangeNumericPrompt()