72 void setFrozen(bool value); |
72 void setFrozen(bool value); |
73 void setFullPath (QString value); |
73 void setFullPath (QString value); |
74 void setName (QString value); |
74 void setName (QString value); |
75 void setSavePosition (long value); |
75 void setSavePosition (long value); |
76 void setTabIndex (int value); |
76 void setTabIndex (int value); |
77 bool swapObjects (LDObject* one, LDObject* other); |
|
78 int tabIndex() const; |
77 int tabIndex() const; |
79 void undo(); |
78 void undo(); |
80 void vertexChanged (const Vertex& a, const Vertex& b); |
79 void vertexChanged (const Vertex& a, const Vertex& b); |
81 |
80 |
82 static QString shortenName (QString a); // Turns a full path into a relative path |
81 static QString shortenName (QString a); // Turns a full path into a relative path |