mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-28 13:49:58 +01:00
Gestion du dessin des elements persos avec des coordonnees reelles
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
bool parsePolygone(QDomElement &, QPainter &);
|
||||
bool parseBorne(QDomElement &, Schema *);
|
||||
void setQPainterAntiAliasing(QPainter *, bool);
|
||||
int attributeIsAnInteger(QDomElement &, QString, int * = NULL);
|
||||
bool attributeIsAnInteger(QDomElement &, QString, int * = NULL);
|
||||
bool attributeIsAReal(QDomElement &, QString, double * = NULL);
|
||||
int nb_bornes;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user