C

QSafePoint Struct

struct SafeRenderer::QSafePoint

The QSafePoint class holds the x-coordinate and y-coordinate. More...

Header: #include <QSafePoint>
Since: QtSafeRenderer 1.0

Public Functions

QSafePoint()
void setX(const SafeRenderer::qint32 xArg)
void setY(const SafeRenderer::qint32 yArg)
SafeRenderer::qint32 x() const
SafeRenderer::qint32 y() const

Detailed Description

The QSafePoint class holds the x-coordinate and y-coordinate.

Member Function Documentation

QSafePoint::QSafePoint()

Constructs a default safe point object. The x-coordinate and y-coordinate values are set to 0.

void QSafePoint::setX(const SafeRenderer::qint32 xArg)

Sets the x-coordinate to xArg.

See also x().

void QSafePoint::setY(const SafeRenderer::qint32 yArg)

Sets the y-coordinate to yArg.

See also y().

SafeRenderer::qint32 QSafePoint::x() const

Returns the x-coordinate value.

See also setX().

SafeRenderer::qint32 QSafePoint::y() const

Returns the y-coordinate value.

See also setY().

Available under certain Qt licenses.
Find out more.