+ editor for PropertyMaterial
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user