![]() |
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 165 of file qquickpixmapcache.cpp.
| QQuickPixmapReply::Event::Event | ( | ReadError | e, |
| const QString & | s, | ||
| const QSize & | iSize, | ||
| QQuickTextureFactory * | factory ) |
Definition at line 432 of file qquickpixmapcache.cpp.
References Event().
Referenced by Event().
| QQuickPixmapReply::Event::~Event | ( | ) |
Definition at line 437 of file qquickpixmapcache.cpp.
| QQuickPixmapReply::Event::Event | ( | ReadError | , |
| const QString & | , | ||
| const QSize & | , | ||
| QQuickTextureFactory * | factory ) |
| QQuickPixmapReply::Event::~Event | ( | ) |
| ReadError QQuickPixmapReply::Event::error |
Definition at line 171 of file qquickpixmapcache.cpp.
| QString QQuickPixmapReply::Event::errorString |
Definition at line 172 of file qquickpixmapcache.cpp.
| QSize QQuickPixmapReply::Event::implicitSize |
Definition at line 173 of file qquickpixmapcache.cpp.
| QQuickTextureFactory * QQuickPixmapReply::Event::textureFactory |
Definition at line 174 of file qquickpixmapcache.cpp.