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

NAME

Qt::Core::QSizeF

PUBLIC METHODS

QSizeF()
QSizeF(const QSize & sz)
QSizeF(qreal w, qreal h)
QSizeF boundedTo(const QSizeF & arg0)
QSizeF expandedTo(const QSizeF & arg0)
qreal height()
bool isEmpty()
bool isNull()
bool isValid()
QSizeF & operator*=(qreal c)
QSizeF & operator+=(const QSizeF & arg0)
QSizeF & operator-=(const QSizeF & arg0)
QSizeF & operator/=(qreal c)
qreal & rheight()
qreal & rwidth()
void scale(const QSizeF & s, Qt::AspectRatioMode mode)
void scale(qreal w, qreal h, Qt::AspectRatioMode mode)
void setHeight(qreal h)
void setWidth(qreal w)
QSize toSize()
void transpose()
qreal width()

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