#include "qsize.h"
#include "qdatastream.h"
#include "qdebug.h"
Go to the source code of this file.
◆ operator<<() [1/4]
Definition at line 461 of file qsize.cpp.
int width() const
Returns the width.
int version() const
Returns the version number of the data serialization format.
int height() const
Returns the height.
◆ operator<<() [2/4]
Definition at line 500 of file qsize.cpp.
QDebug & nospace()
Clears the stream's internal flag that records whether the last character was a space and returns a r...
int width() const
Returns the width.
int height() const
Returns the height.
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.
◆ operator<<() [3/4]
Definition at line 953 of file qsize.cpp.
qreal width() const
Returns the width.
qreal height() const
Returns the height.
◆ operator<<() [4/4]
Definition at line 984 of file qsize.cpp.
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.
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.
◆ operator>>() [1/2]
Definition at line 483 of file qsize.cpp.
int version() const
Returns the version number of the data serialization format.
int & rheight()
Returns a reference to the height.
int & rwidth()
Returns a reference to the width.
◆ operator>>() [2/2]
Definition at line 972 of file qsize.cpp.
void setWidth(qreal w)
Sets the width to the given width.
void setHeight(qreal h)
Sets the height to the given height.