Command line enhanced

This commit is contained in:
Daniel Girardeau-Montaut
2019-03-27 22:12:51 +01:00
parent 07a56c63d8
commit f6b3bb9889
8 changed files with 343 additions and 155 deletions
+6
View File
@@ -28,6 +28,12 @@ bool DualCloudFeature::prepare( const CorePoints& corePoints,
return false;
}
QString DualCloudFeature::toString() const
{
//use the default keyword + "_SC" + the scale
return ToString(type) + "_SC" + QString::number(scale);
}
bool DualCloudFeature::checkValidity(QString corePointRole, QString &error) const
{
if (!Feature::checkValidity(corePointRole, error))