|
Engauge Digitizer
2
|
#include "Logger.h"#include <QHash>#include <QLocale>#include <QTransform>#include "QtToString.h"
Go to the source code of this file.
Functions | |
| QString | QPointFToString (const QPointF &pos) |
| QString | QRectFToString (const QRectF &rectF) |
| 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 QLocaleToString | ( | const QLocale & | locale | ) |
Definition at line 59 of file QtToString.cpp.
| QString QPointFToString | ( | const QPointF & | pos | ) |
Definition at line 17 of file QtToString.cpp.
| QString QRectFToString | ( | const QRectF & | rectF | ) |
Definition at line 26 of file QtToString.cpp.
| QString QtCursorToString | ( | Qt::CursorShape | cursorShape | ) |
Definition at line 37 of file QtToString.cpp.
| QString QTransformToString | ( | const QTransform & | transform | ) |
Definition at line 66 of file QtToString.cpp.
| QString QXmlStreamReaderTokenTypeToString | ( | QXmlStreamReader::TokenType | tokenType | ) |
Definition at line 89 of file QtToString.cpp.
| QString roleAsString | ( | int | role | ) |
Definition at line 118 of file QtToString.cpp.
| QString rolesAsString | ( | const QVector< int > & | roles | ) |
Definition at line 154 of file QtToString.cpp.
1.8.14