119 void setTabIndex (int value); |
119 void setTabIndex (int value); |
120 int tabIndex() const; |
120 int tabIndex() const; |
121 void undo(); |
121 void undo(); |
122 void vertexChanged (const Vertex& a, const Vertex& b); |
122 void vertexChanged (const Vertex& a, const Vertex& b); |
123 |
123 |
124 static QString shortenName (QString a); // Turns a full path into a relative path |
124 static QString shortenName(const class QFileInfo& path); // Turns a full path into a relative path |
125 |
125 |
126 protected: |
126 protected: |
127 LDObject* withdrawAt(int position); |
127 LDObject* withdrawAt(int position); |
128 |
128 |
129 private: |
129 private: |