C
QSafeEventPosition Class
class SafeRenderer::QSafeEventPositionThe QSafeEventPosition class changes the item position. More...
Header: | #include <QSafeEventPosition> |
Since: | QtSafeRenderer 1.0 |
Inherits: | SafeRenderer::QSafeEvent |
This class was introduced in QtSafeRenderer 1.0.
Public Functions
SafeRenderer::quint32 | id() const |
void | setId(const SafeRenderer::quint32 valueArg) |
void | setX(const SafeRenderer::quint32 valueArg) |
void | setY(const SafeRenderer::quint32 valueArg) |
SafeRenderer::quint32 | x() const |
SafeRenderer::quint32 | y() const |
Member Function Documentation
SafeRenderer::quint32 QSafeEventPosition::id() const
Returns the event's item id.
See also setId().
void QSafeEventPosition::setId(const SafeRenderer::quint32 valueArg)
Sets the item id.
valueArg is the hash of the safe item's objectName in QML.
In case of a failure, the following exception will be thrown:
Constant | Description |
---|---|
SafeRenderer::QSafeEvent::OutOfBounds | The offset of the data goes out of the reserved memory area. |
See also id().
void QSafeEventPosition::setX(const SafeRenderer::quint32 valueArg)
Sets the item's x-coordinate to valueArg.
In case of a failure, the following exception will be thrown:
Constant | Description |
---|---|
SafeRenderer::QSafeEvent::OutOfBounds | The offset of the data goes out of the reserved memory area. |
See also x().
void QSafeEventPosition::setY(const SafeRenderer::quint32 valueArg)
Sets the item's y-coordinate to valueArg.
In case of a failure, the following exception will be thrown:
Constant | Description |
---|---|
SafeRenderer::QSafeEvent::OutOfBounds | The offset of the data goes out of the reserved memory area. |
See also y().
SafeRenderer::quint32 QSafeEventPosition::x() const
Returns the x-coordinate.
See also setX().
SafeRenderer::quint32 QSafeEventPosition::y() const
Returns the y-coordinate.
See also setY().
Available under certain Qt licenses.
Find out more.