Qt 4.8
|
Public Functions | |
Event (ReadError, const QString &, const QSize &, const QImage &) | |
Public Functions inherited from QEvent | |
void | accept () |
Sets the accept flag of the event object, the equivalent of calling setAccepted(true). More... | |
void | ignore () |
Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false). More... | |
bool | isAccepted () const |
QEvent (Type type) | |
Contructs an event object of type type. More... | |
void | setAccepted (bool accepted) |
bool | spontaneous () const |
Returns true if the event originated outside the application (a system event); otherwise returns false. More... | |
Type | type () const |
Returns the event type. More... | |
virtual | ~QEvent () |
Destroys the event. More... | |
Public Variables | |
ReadError | error |
QString | errorString |
QImage | image |
QSize | implicitSize |
Definition at line 100 of file qdeclarativepixmapcache.cpp.
QDeclarativePixmapReply::Event::Event | ( | ReadError | e, |
const QString & | s, | ||
const QSize & | iSize, | ||
const QImage & | i | ||
) |
Definition at line 261 of file qdeclarativepixmapcache.cpp.
Referenced by QDeclarativePixmapReply::postReply().
ReadError QDeclarativePixmapReply::Event::error |
Definition at line 104 of file qdeclarativepixmapcache.cpp.
Referenced by QDeclarativePixmapReply::event().
QString QDeclarativePixmapReply::Event::errorString |
Definition at line 105 of file qdeclarativepixmapcache.cpp.
Referenced by QDeclarativePixmapReply::event().
QImage QDeclarativePixmapReply::Event::image |
Definition at line 107 of file qdeclarativepixmapcache.cpp.
Referenced by QDeclarativePixmapReply::event().
QSize QDeclarativePixmapReply::Event::implicitSize |
Definition at line 106 of file qdeclarativepixmapcache.cpp.
Referenced by QDeclarativePixmapReply::event().