Member Function Documentation
QSGSimpleRectNode::QSGSimpleRectNode(const QRectF & rect, const QColor & color)
Constructs a QSGSimpleRectNode instance which is spanning rect with the color color.
QSGSimpleRectNode::QSGSimpleRectNode()
Constructs a QSGSimpleRectNode instance with an empty rectangle and white color.
QColor QSGSimpleRectNode::color() const
Returns the color of this rectangle.
See also setColor().
QRectF QSGSimpleRectNode::rect() const
Returns the rectangle that this rect node covers.
See also setRect().
void QSGSimpleRectNode::setColor(const QColor & color)
Sets the color of this rectangle to color. The default color will be white.
See also color().
void QSGSimpleRectNode::setRect(const QRectF & rect)
Sets the rectangle of this rect node to rect.
See also rect().
void QSGSimpleRectNode::setRect(qreal x, qreal y, qreal w, qreal h)