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:
xavierqet
2006-10-28 13:17:50 +00:00
parent 0de5b7ebfd
commit 186e9751d5
3 changed files with 29 additions and 19 deletions

View File

@@ -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