![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QQuickPixmapReply::Event:
Collaboration diagram for QQuickPixmapReply::Event:Public Member Functions | |
| 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 147 of file qquickpixmapcache.cpp.
| QQuickPixmapReply::Event::Event | ( | ReadError | e, |
| const QString & | s, | ||
| const QSize & | iSize, | ||
| QQuickTextureFactory * | factory | ||
| ) |
Definition at line 408 of file qquickpixmapcache.cpp.
| QQuickPixmapReply::Event::~Event | ( | ) |
Definition at line 413 of file qquickpixmapcache.cpp.
| ReadError QQuickPixmapReply::Event::error |
Definition at line 152 of file qquickpixmapcache.cpp.
Referenced by QQuickPixmapReply::event().
| QString QQuickPixmapReply::Event::errorString |
Definition at line 153 of file qquickpixmapcache.cpp.
Referenced by QQuickPixmapReply::event().
| QSize QQuickPixmapReply::Event::implicitSize |
Definition at line 154 of file qquickpixmapcache.cpp.
Referenced by QQuickPixmapReply::event().
| QQuickTextureFactory* QQuickPixmapReply::Event::textureFactory |
Definition at line 155 of file qquickpixmapcache.cpp.
Referenced by QQuickPixmapReply::event().