Home
last modified time | relevance | path

Searched refs:text_button_service_provider (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dtext_button_service_provider.cpp8 text_button_service_provider::text_button_service_provider() in text_button_service_provider() function in text_button_service_provider
12 CString text_button_service_provider::GetVarDeclaration() in GetVarDeclaration()
17 CString text_button_service_provider::DeclaraPropertiesStructContent() in DeclaraPropertiesStructContent()
42 CString text_button_service_provider::DeclarePropertiesStruct() in DeclarePropertiesStruct()
54 CString text_button_service_provider::WriteExtendedPropertiesContent(screen_generator *gen, widget_… in WriteExtendedPropertiesContent()
96 CString text_button_service_provider::WriteExtendedProperties(screen_generator *gen, CString &prefi… in WriteExtendedProperties()
110 CString text_button_service_provider::GetCreateFromDefFunctionName() in GetCreateFromDefFunctionName()
115 CString text_button_service_provider::GetCreateFromDefFunction(int version) in GetCreateFromDefFunction()
147 widget_info *text_button_service_provider::CreateNewInstance(GX_WIDGET *parent) in CreateNewInstance()
170 GX_WIDGET *text_button_service_provider::GenerateFromInfo(GX_WIDGET *parent, widget_info *info) in GenerateFromInfo()
[all …]
Dradio_button_service_provider.cpp29 text_button_service_provider::DeclaraPropertiesStructContent()); in DeclarePropertiesStruct()
65 text_button_service_provider::WriteExtendedPropertiesContent(gen, info, TRUE), in WriteExtendedProperties()
196 text_button_service_provider::SaveToProject(writer, project, display, info); in SaveToProject()
205 text_button_service_provider::ReadFromProject(reader, project, display, info, valid_styles); in ReadFromProject()
Dcheckbox_service_provider.cpp29 text_button_service_provider::DeclaraPropertiesStructContent()); in DeclarePropertiesStruct()
67 text_button_service_provider::WriteExtendedPropertiesContent(gen, info, TRUE), in WriteExtendedProperties()
199 text_button_service_provider::SaveToProject(writer, project, display, info); in SaveToProject()
208 text_button_service_provider::ReadFromProject(reader, project, display, info, valid_styles); in ReadFromProject()
Dtext_button_service_provider.h6 class text_button_service_provider : public button_service_provider
9 text_button_service_provider();
Dmlt_button_service_provider.cpp24 text_button_service_provider::DeclaraPropertiesStructContent()); in DeclarePropertiesStruct()
37 text_button_service_provider::WriteExtendedPropertiesContent(gen, info)); in WriteExtendedProperties()
Dmlt_button_service_provider.h6 class mlt_button_service_provider : public text_button_service_provider
Dradio_button_service_provider.h6 class radio_button_service_provider : public text_button_service_provider
Dcheckbox_service_provider.h6 class checkbox_service_provider : public text_button_service_provider
Dwidget_factory.cpp27 service_providers[index] = new text_button_service_provider(); in InitServiceProviders()