mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-23 06:59:59 +01:00
Premiere application du patch de Sebastien Gouezel : il est possible de specifier les parametres d'export par defaut au niveau de l'application.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@727 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -89,6 +89,14 @@ namespace QET {
|
||||
Rename ///< il faut renommer la cible
|
||||
};
|
||||
|
||||
/**
|
||||
Cet enum represente la zone d'un schema a exporter / imprimer
|
||||
*/
|
||||
enum DiagramArea {
|
||||
BorderArea, ///< Exporte le schema avec son cadre et son cartouche
|
||||
ElementsArea ///< Exporte le contenu du schema sans le cadre et le cartouche
|
||||
};
|
||||
|
||||
QET::Orientation nextOrientation(QET::Orientation);
|
||||
QET::Orientation previousOrientation(QET::Orientation);
|
||||
QET::Orientation orientationFromString(const QString &);
|
||||
@@ -110,6 +118,8 @@ namespace QET {
|
||||
QStringList splitWithSpaces(const QString &);
|
||||
QString endTypeToString(const QET::EndType &);
|
||||
QET::EndType endTypeFromString(const QString &);
|
||||
QString diagramAreaToString(const QET::DiagramArea &);
|
||||
QET::DiagramArea diagramAreaFromString(const QString &);
|
||||
QString pointerString(void *);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user