246 useHeight = (rw <= s.
wd);
248 useHeight = (rw >= s.
wd);
447 #ifndef QT_NO_DATASTREAM 497 #endif // QT_NO_DATASTREAM 499 #ifndef QT_NO_DEBUG_STREAM 736 useHeight = (rw <= s.
wd);
738 useHeight = (rw >= s.
wd);
939 #ifndef QT_NO_DATASTREAM 981 #endif // QT_NO_DATASTREAM 983 #ifndef QT_NO_DEBUG_STREAM The QDebug class provides an output stream for debugging information.
#define QT_END_NAMESPACE
This macro expands to.
QDebug & nospace()
Clears the stream's internal flag that records whether the last character was a space and returns a r...
qreal width() const
Returns the width.
qreal height() const
Returns the height.
void scale(qreal w, qreal h, Qt::AspectRatioMode mode)
Scales the size to a rectangle with the given width and height, according to the specified mode...
static bool qIsNull(double d)
void setWidth(qreal w)
Sets the width to the given width.
The QSizeF class defines the size of a two-dimensional object using floating point precision...
void transpose()
Swaps the width and height values.
int width() const
Returns the width.
#define QT_BEGIN_NAMESPACE
This macro expands to.
void transpose()
Swaps the width and height values.
int version() const
Returns the version number of the data serialization format.
int & rheight()
Returns a reference to the height.
int height() const
Returns the height.
void scale(int w, int h, Qt::AspectRatioMode mode)
Scales the size to a rectangle with the given width and height, according to the specified mode: ...
void setHeight(qreal h)
Sets the height to the given height.
The QSize class defines the size of a two-dimensional object using integer point precision.
The QDataStream class provides serialization of binary data to a QIODevice.
QDataStream & operator<<(QDataStream &stream, const QSize &size)
Writes the given size to the given stream, and returns a reference to the stream. ...
QDataStream & operator>>(QDataStream &stream, QSize &size)
Reads a size from the given stream into the given size, and returns a reference to the stream...
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.
int & rwidth()
Returns a reference to the width.