+ editor for PropertyMaterial

This commit is contained in:
wmayer
2016-05-07 22:11:37 +02:00
parent a175c4884d
commit 8bbc642115
6 changed files with 412 additions and 15 deletions

View File

@@ -2516,6 +2516,11 @@ void PropertyMaterial::Restore(Base::XMLReader &reader)
hasSetValue();
}
const char* PropertyMaterial::getEditorName(void) const
{
return "";// "Gui::PropertyEditor::PropertyMaterialItem";
}
Property *PropertyMaterial::Copy(void) const
{
PropertyMaterial *p= new PropertyMaterial();
@@ -2672,6 +2677,11 @@ void PropertyMaterialList::RestoreDocFile(Base::Reader &reader)
setValues(values);
}
const char* PropertyMaterialList::getEditorName(void) const
{
return "";// "Gui::PropertyEditor::PropertyMaterialListItem";
}
Property *PropertyMaterialList::Copy(void) const
{
PropertyMaterialList *p = new PropertyMaterialList();