Home
last modified time | relevance | path

Searched refs:mlt_button_service_provider (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dmlt_button_service_provider.cpp8 mlt_button_service_provider::mlt_button_service_provider() in mlt_button_service_provider() function in mlt_button_service_provider
12 CString mlt_button_service_provider::GetVarDeclaration() in GetVarDeclaration()
17 CString mlt_button_service_provider::DeclarePropertiesStruct() in DeclarePropertiesStruct()
28 CString mlt_button_service_provider::WriteExtendedProperties(screen_generator *gen, CString &prefix… in WriteExtendedProperties()
43 CString mlt_button_service_provider::GetCreateFromDefFunctionName() in GetCreateFromDefFunctionName()
48 CString mlt_button_service_provider::GetCreateFromDefFunction(int version) in GetCreateFromDefFunction()
81 widget_info *mlt_button_service_provider::CreateNewInstance(GX_WIDGET *parent) in CreateNewInstance()
104 GX_WIDGET *mlt_button_service_provider::GenerateFromInfo(GX_WIDGET *parent, widget_info *info) in GenerateFromInfo()
128 void mlt_button_service_provider::AssignText(widget_info *info, int index, in AssignText()
Dmlt_button_service_provider.h6 class mlt_button_service_provider : public text_button_service_provider
9 mlt_button_service_provider();
Dwidget_factory.cpp29 service_providers[index] = new mlt_button_service_provider(); in InitServiceProviders()