mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 18:50:52 +01:00
Implementation d'un nouvel algorithme de modification des conducteurs
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@125 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef CONDUCER_SEGMENT_H
|
||||
#define CONDUCER_SEGMENT_H
|
||||
#include <QPointF>
|
||||
#include "qet.h"
|
||||
/**
|
||||
Cette classe represente un segment de conducteur.
|
||||
*/
|
||||
@@ -41,6 +42,7 @@ class ConducerSegment {
|
||||
QPointF middle() const;
|
||||
bool isHorizontal() const;
|
||||
bool isVertical() const;
|
||||
QET::ConducerSegmentType type() const;
|
||||
qreal length() const;
|
||||
bool canMove1stPointX(const qreal &, qreal &) const;
|
||||
bool canMove2ndPointX(const qreal &, qreal &) const;
|
||||
|
||||
Reference in New Issue
Block a user