![]() |
Qt 6.x
The Qt SDK
|
#include <qquickcontext2dtexture_p.h>
Inheritance diagram for QQuickContext2DTexture::CanvasChangeEvent:
Collaboration diagram for QQuickContext2DTexture::CanvasChangeEvent:Public Member Functions | |
| CanvasChangeEvent (const QSize &cSize, const QSize &tSize, const QRect &cWindow, const QRect &dRect, bool sm, bool aa) | |
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 | |
| QSize | canvasSize |
| QSize | tileSize |
| QRect | canvasWindow |
| QRect | dirtyRect |
| bool | smooth |
| bool | antialiasing |
Definition at line 44 of file qquickcontext2dtexture_p.h.
|
inline |
Definition at line 46 of file qquickcontext2dtexture_p.h.
| bool QQuickContext2DTexture::CanvasChangeEvent::antialiasing |
Definition at line 66 of file qquickcontext2dtexture_p.h.
Referenced by QQuickContext2DTexture::event().
| QSize QQuickContext2DTexture::CanvasChangeEvent::canvasSize |
Definition at line 61 of file qquickcontext2dtexture_p.h.
Referenced by QQuickContext2DTexture::event().
| QRect QQuickContext2DTexture::CanvasChangeEvent::canvasWindow |
Definition at line 63 of file qquickcontext2dtexture_p.h.
Referenced by QQuickContext2DTexture::event().
| QRect QQuickContext2DTexture::CanvasChangeEvent::dirtyRect |
Definition at line 64 of file qquickcontext2dtexture_p.h.
Referenced by QQuickContext2DTexture::event().
| bool QQuickContext2DTexture::CanvasChangeEvent::smooth |
Definition at line 65 of file qquickcontext2dtexture_p.h.
Referenced by QQuickContext2DTexture::event().
| QSize QQuickContext2DTexture::CanvasChangeEvent::tileSize |
Definition at line 62 of file qquickcontext2dtexture_p.h.
Referenced by QQuickContext2DTexture::event().