global restruct finish 2 of 3

This commit is contained in:
2010-02-07 19:22:29 +03:00
parent 86f5e2f625
commit 105c340243
20 changed files with 1103 additions and 249 deletions

View File

@@ -10,7 +10,7 @@ public:
bool RecreatePath();
//bool testTrace() {return (WaveTrace(data->start,data->finish) > 0);}
void setPos(QPointF pos) {position = pos;}
void update();
bool update();
void resetIndexPic() {PicIndex = 0;}
QPointF Pos() const {return position;}
float Angl() const {return angle;}