42 #ifndef QDECLARATIVESTRINGCONVERTERS_P_H 43 #define QDECLARATIVESTRINGCONVERTERS_P_H 56 #include <QtCore/qglobal.h> 57 #include <QtCore/qvariant.h> 59 #include <private/qdeclarativeglobal_p.h> 78 #ifndef QT_NO_DATESTRING 91 #endif // QDECLARATIVESTRINGCONVERTERS_P_H The QVariant class acts like a union for the most common Qt data types.
The QColor class provides colors based on RGB, HSV or CMYK values.
The QVector3D class represents a vector or vertex in 3D space.
QColor Q_DECLARATIVE_PRIVATE_EXPORT colorFromString(const QString &, bool *ok=0)
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
The QPointF class defines a point in the plane using floating point precision.
QVector3D Q_DECLARATIVE_PRIVATE_EXPORT vector3DFromString(const QString &, bool *ok=0)
The QDate class provides date functions.
The QString class provides a Unicode character string.
QDateTime Q_DECLARATIVE_PRIVATE_EXPORT dateTimeFromString(const QString &, bool *ok=0)
The QSizeF class defines the size of a two-dimensional object using floating point precision...
QRectF Q_DECLARATIVE_PRIVATE_EXPORT rectFFromString(const QString &, bool *ok=0)
The QTime class provides clock time functions.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QRectF class defines a rectangle in the plane using floating point precision. ...
QPointF Q_DECLARATIVE_PRIVATE_EXPORT pointFFromString(const QString &, bool *ok=0)
QVariant Q_DECLARATIVE_PRIVATE_EXPORT variantFromString(const QString &)
#define Q_DECLARATIVE_PRIVATE_EXPORT
QSizeF Q_DECLARATIVE_PRIVATE_EXPORT sizeFFromString(const QString &, bool *ok=0)
The QDateTime class provides date and time functions.
QTime Q_DECLARATIVE_PRIVATE_EXPORT timeFromString(const QString &, bool *ok=0)
QDate Q_DECLARATIVE_PRIVATE_EXPORT dateFromString(const QString &, bool *ok=0)