42 #ifndef QDECLARATIVEPROPERTYMAP_H 43 #define QDECLARATIVEPROPERTYMAP_H 45 #include <QtCore/QObject> 46 #include <QtCore/QHash> 47 #include <QtCore/QStringList> 48 #include <QtCore/QVariant> 73 bool contains(
const QString &key)
const;
The QVariant class acts like a union for the most common Qt data types.
#define QT_END_NAMESPACE
This macro expands to.
static void clear(QVariant::Private *d)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
The QDeclarativePropertyMap class allows you to set key-value pairs that can be used in QML bindings...
#define QT_BEGIN_NAMESPACE
This macro expands to.
static bool isEmpty(const char *str)
The QStringList class provides a list of strings.
#define Q_DECLARATIVE_EXPORT
#define Q_DECLARE_PRIVATE(Class)