Mon, 23 Sep 2019 14:06:36 +0300
added regular expressions for the parser
#include "subfilereference.h" QVariant modelobjects::SubfileReference::getProperty(Property property) const { switch (property) { case Property::Position: return this->position; case Property::Transformation: return QVariant::fromValue(this->transformation); case Property::ReferenceName: return this->referenceName; default: return ColoredBaseObject::getProperty(property); } }