Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
Event (ReadError, const QString &, const QSize &, QQuickTextureFactory *factory) | |
~Event () | |
Event (ReadError, const QString &, const QSize &, QQuickTextureFactory *factory) | |
~Event () | |
Public Member Functions inherited from QEvent | |
QEvent (Type type) | |
Constructs an event object of type type. | |
virtual | ~QEvent () |
Destroys the event. | |
Type | type () const |
Returns the event type. | |
bool | spontaneous () const |
Returns true if the event originated outside the application (a system event); otherwise returns false . | |
virtual void | setAccepted (bool accepted) |
bool | isAccepted () const |
void | accept () |
Sets the accept flag of the event object, the equivalent of calling setAccepted(true). | |
void | ignore () |
Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false). | |
bool | isInputEvent () const noexcept |
bool | isPointerEvent () const noexcept |
bool | isSinglePointEvent () const noexcept |
virtual QEvent * | clone () const |
Creates and returns an identical copy of this event. | |
Public Attributes | |
ReadError | error |
QString | errorString |
QSize | implicitSize |
QQuickTextureFactory * | textureFactory |
Definition at line 158 of file qquickpixmapcache.cpp.
QQuickPixmapReply::Event::Event | ( | ReadError | e, |
const QString & | s, | ||
const QSize & | iSize, | ||
QQuickTextureFactory * | factory ) |
Definition at line 425 of file qquickpixmapcache.cpp.
References Event().
Referenced by Event().
QQuickPixmapReply::Event::~Event | ( | ) |
Definition at line 430 of file qquickpixmapcache.cpp.
QQuickPixmapReply::Event::Event | ( | ReadError | , |
const QString & | , | ||
const QSize & | , | ||
QQuickTextureFactory * | factory ) |
QQuickPixmapReply::Event::~Event | ( | ) |
ReadError QQuickPixmapReply::Event::error |
Definition at line 164 of file qquickpixmapcache.cpp.
QString QQuickPixmapReply::Event::errorString |
Definition at line 165 of file qquickpixmapcache.cpp.
QSize QQuickPixmapReply::Event::implicitSize |
Definition at line 166 of file qquickpixmapcache.cpp.
QQuickTextureFactory * QQuickPixmapReply::Event::textureFactory |
Definition at line 167 of file qquickpixmapcache.cpp.