The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QRectF

PUBLIC METHODS

QRectF()
QRectF(const QRect & rect)
QRectF(const QPointF & topleft, const QSizeF & size)
QRectF(const QPointF & topleft, const QPointF & bottomRight)
QRectF(qreal left, qreal top, qreal width, qreal height)
void adjust(qreal x1, qreal y1, qreal x2, qreal y2)
QRectF adjusted(qreal x1, qreal y1, qreal x2, qreal y2)
qreal bottom()
QPointF bottomLeft()
QPointF bottomRight()
QPointF center()
bool contains(const QPointF & p)
bool contains(const QRectF & r)
bool contains(qreal x, qreal y)
void getCoords(qreal * x1, qreal * y1, qreal * x2, qreal * y2)
void getRect(qreal * x, qreal * y, qreal * w, qreal * h)
qreal height()
QRectF intersect(const QRectF & r)
QRectF intersected(const QRectF & other)
bool intersects(const QRectF & r)
bool isEmpty()
bool isNull()
bool isValid()
qreal left()
void moveBottom(qreal pos)
void moveBottomLeft(const QPointF & p)
void moveBottomRight(const QPointF & p)
void moveCenter(const QPointF & p)
void moveLeft(qreal pos)
void moveRight(qreal pos)
void moveTo(const QPointF & p)
void moveTo(qreal x, qreal t)
void moveTop(qreal pos)
void moveTopLeft(const QPointF & p)
void moveTopRight(const QPointF & p)
QRectF normalized()
QRectF operator&(const QRectF & r)
QRectF & operator&=(const QRectF & r)
QRectF operator|(const QRectF & r)
QRectF & operator|=(const QRectF & r)
qreal right()
void setBottom(qreal pos)
void setBottomLeft(const QPointF & p)
void setBottomRight(const QPointF & p)
void setCoords(qreal x1, qreal y1, qreal x2, qreal y2)
void setHeight(qreal h)
void setLeft(qreal pos)
void setRect(qreal x, qreal y, qreal w, qreal h)
void setRight(qreal pos)
void setSize(const QSizeF & s)
void setTop(qreal pos)
void setTopLeft(const QPointF & p)
void setTopRight(const QPointF & p)
void setWidth(qreal w)
void setX(qreal pos)
void setY(qreal pos)
QSizeF size()
QRect toAlignedRect()
QRect toRect()
qreal top()
QPointF topLeft()
QPointF topRight()
void translate(const QPointF & p)
void translate(qreal dx, qreal dy)
QRectF translated(const QPointF & p)
QRectF translated(qreal dx, qreal dy)
QRectF unite(const QRectF & r)
QRectF united(const QRectF & other)
qreal width()
qreal x()
qreal y()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html