mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-12 12:20:00 +01:00
Les modifications de conducteur sont desormais annulables
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@140 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -13,6 +13,8 @@ class ConducerProfile {
|
||||
// constructeurs, destructeur
|
||||
ConducerProfile();
|
||||
ConducerProfile(Conducer *conducer);
|
||||
ConducerProfile(const ConducerProfile &);
|
||||
ConducerProfile &operator=(const ConducerProfile &);
|
||||
virtual ~ConducerProfile();
|
||||
|
||||
// attributs
|
||||
@@ -24,6 +26,7 @@ class ConducerProfile {
|
||||
// methodes
|
||||
public:
|
||||
bool isNull() const;
|
||||
void setNull();
|
||||
qreal width() const;
|
||||
qreal height() const;
|
||||
uint nbSegments(QET::ConducerSegmentType) const;
|
||||
|
||||
Reference in New Issue
Block a user