mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
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:
@@ -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 &);
|
||||
|
||||
Reference in New Issue
Block a user