42 #ifndef QDECLARATIVEPIXMAPCACHE_H 43 #define QDECLARATIVEPIXMAPCACHE_H 45 #include <QtCore/qcoreapplication.h> 46 #include <QtCore/qstring.h> 47 #include <QtGui/qpixmap.h> 48 #include <QtCore/qurl.h> 70 Asynchronous = 0x00000001,
78 bool isLoading()
const;
82 const QUrl &url()
const;
83 const QSize &implicitSize()
const;
84 const QSize &requestSize()
const;
86 void setPixmap(
const QPixmap &);
91 inline operator const QPixmap &()
const;
101 bool connectFinished(
QObject *,
const char *);
102 bool connectFinished(
QObject *,
int);
103 bool connectDownloadProgress(
QObject *,
const char *);
104 bool connectDownloadProgress(
QObject *,
int);
106 static void flushCache();
124 #endif // QDECLARATIVEPIXMAPCACHE_H
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DECLARE_FLAGS(Flags, Enum)
The Q_DECLARE_FLAGS() macro expands to.
static void clear(QVariant::Private *d)
static LibLoadStatus status
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARE_OPERATORS_FOR_FLAGS(Flags)
The Q_DECLARE_OPERATORS_FOR_FLAGS() macro declares global operator|() functions for Flags...
#define Q_DECLARATIVE_EXPORT
The QDeclarativeEngine class provides an environment for instantiating QML components.
The QRect class defines a rectangle in the plane using integer precision.
The QPixmap class is an off-screen image representation that can be used as a paint device...
The QSize class defines the size of a two-dimensional object using integer point precision.
#define Q_DECLARE_TR_FUNCTIONS(context)
The Q_DECLARE_TR_FUNCTIONS() macro declares and implements two translation functions, tr() and trUtf8(), with these signatures:
static bool isNull(const QVariant::Private *d)