Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
QtToString.h
1 #ifndef QT_ENUM_TO_STRING_H
2 #define QT_ENUM_TO_STRING_H
3 
4 #include <QCursor>
5 #include <QString>
6 #include <QVector>
7 #include <QXmlStreamReader>
8 
9 class QPointF;
10 class QTransform;
11 
12 extern QString QPointFToString (const QPointF &pos);
13 extern QString QtCursorToString (Qt::CursorShape cursorShape);
14 extern QString QTransformToString (const QTransform &transform);
15 extern QString QXmlStreamReaderTokenTypeToString (QXmlStreamReader::TokenType tokenType);
16 extern QString roleAsString (int role);
17 extern QString rolesAsString (const QVector<int> &roles);
18 
19 #endif // QT_ENUM_TO_STRING_H