Added new property type: App::PropertyVectorDistance

This works exactly as a normal PropertyVector, but it
uses the Units-enabled GUI editor instead.
This commit is contained in:
Yorik van Havre
2015-08-31 22:57:29 -03:00
parent 1ed0ec974a
commit e19e7336cd
4 changed files with 63 additions and 3 deletions

View File

@@ -175,6 +175,27 @@ void PropertyVector::Paste(const Property &from)
}
//**************************************************************************
// PropertyVectorDistance
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TYPESYSTEM_SOURCE(App::PropertyVectorDistance , App::PropertyVector);
//**************************************************************************
// Construction/Destruction
PropertyVectorDistance::PropertyVectorDistance()
{
}
PropertyVectorDistance::~PropertyVectorDistance()
{
}
//**************************************************************************
// PropertyVectorList
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++