src/linetypes/object.h

changeset 177
f69d53c053df
parent 158
5bd755eaa5a8
child 183
97b591813c8b
--- a/src/linetypes/object.h	Wed Mar 09 14:07:58 2022 +0200
+++ b/src/linetypes/object.h	Wed Mar 09 14:22:22 2022 +0200
@@ -80,6 +80,7 @@
 	virtual Type typeIdentifier() const = 0;
 	virtual QString toLDrawCode() const = 0;
 	virtual QString iconName() const;
+	virtual QString typeName() const = 0;
 
 protected:
 	template<Property property, typename Function>
@@ -146,4 +147,5 @@
 	QString textRepresentation() const override;
 	Type typeIdentifier() const override;
 	QString toLDrawCode() const override;
+	QString typeName() const override;
 };

mercurial