Le nombre de segments pour les conducteurs n'est desormais plus limite par les algorithmes.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@111 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-09-04 20:19:44 +00:00
parent b47dea1460
commit 7a5ce6d84d
2 changed files with 32 additions and 82 deletions

View File

@@ -31,6 +31,9 @@ class ConducerSegment {
bool hasNextSegment() const;
void setPreviousSegment(ConducerSegment *);
void setNextSegment(ConducerSegment *);
bool isStatic() const;
bool isFirstSegment() const;
bool isLastSegment() const;
QPointF firstPoint() const;
QPointF secondPoint() const;
void setFirstPoint(const QPointF &);