78 virtual QString objectListText() const; |
78 virtual QString objectListText() const; |
79 QColor randomColor() const; |
79 QColor randomColor() const; |
80 void setColor (LDColor color); |
80 void setColor (LDColor color); |
81 void setHidden (bool value); |
81 void setHidden (bool value); |
82 void setVertex (int i, const Vertex& vert); |
82 void setVertex (int i, const Vertex& vert); |
83 void swap (LDObject* other); |
|
84 bool isInverted() const; |
83 bool isInverted() const; |
85 void setInverted(bool value); |
84 void setInverted(bool value); |
86 virtual int triangleCount() const; |
85 virtual int triangleCount() const; |
87 virtual LDObjectType type() const = 0; |
86 virtual LDObjectType type() const = 0; |
88 virtual QString typeName() const = 0; |
87 virtual QString typeName() const = 0; |