Engauge Digitizer 2
Loading...
Searching...
No Matches
QtToString.h
Go to the documentation of this file.
1/******************************************************************************************************
2 * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5 ******************************************************************************************************/
6
7#ifndef QT_ENUM_TO_STRING_H
8#define QT_ENUM_TO_STRING_H
9
10#include <QCursor>
11#include <QString>
12#include <QVector>
13#include <QXmlStreamReader>
14
15class QLocale;
16class QPointF;
17class QTransform;
18
19extern QString QLocaleToString (const QLocale &locale);
20extern QString QPointFToString (const QPointF &pos);
21extern QString QRectFToString (const QRectF &rectF);
22extern QString QtCursorToString (Qt::CursorShape cursorShape);
24extern QString QXmlStreamReaderTokenTypeToString (QXmlStreamReader::TokenType tokenType);
25extern QString roleAsString (int role);
27
28#endif // QT_ENUM_TO_STRING_H
const int INNER_RADIUS_MIN
QString QtCursorToString(Qt::CursorShape cursorShape)
QString QLocaleToString(const QLocale &locale)
QString QTransformToString(const QTransform &transform)
QString QXmlStreamReaderTokenTypeToString(QXmlStreamReader::TokenType tokenType)
QString roleAsString(int role)
QString rolesAsString(const QVector< int > &roles)
QString QPointFToString(const QPointF &pos)
QString QRectFToString(const QRectF &rectF)