70 void recountTriangles(); |
70 void recountTriangles(); |
71 void redo(); |
71 void redo(); |
72 void redoVertices(); |
72 void redoVertices(); |
73 void reloadAllSubfiles(); |
73 void reloadAllSubfiles(); |
74 void removeFromSelection (LDObject* obj); |
74 void removeFromSelection (LDObject* obj); |
75 bool save (QString path = "", int64* sizeptr = nullptr); |
75 bool save (QString path = "", qint64* sizeptr = nullptr); |
76 long savePosition() const; |
76 long savePosition() const; |
77 void setDefaultName (QString value); |
77 void setDefaultName (QString value); |
78 void setFrozen(bool value); |
78 void setFrozen(bool value); |
79 void setFullPath (QString value); |
79 void setFullPath (QString value); |
80 void setName (QString value); |
80 void setName (QString value); |