src/lddocument.h

changeset 1329
025578d6e491
parent 1326
69a90bd2dba2
child 1340
ea1b3ea9a3ca
equal deleted inserted replaced
1328:d68d1ce89d05 1329:025578d6e491
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:

mercurial