Qt 4.8
|
#include <QtCore/qnamespace.h>
Go to the source code of this file.
Classes | |
class | QMargins |
The QMargins class defines the four margins of a rectangle. More... | |
Functions | |
bool | operator!= (const QMargins &m1, const QMargins &m2) |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QMargins &) |
bool | operator== (const QMargins &m1, const QMargins &m2) |
Q_DECLARE_TYPEINFO (QMargins, Q_MOVABLE_TYPE) | |
Definition at line 130 of file qmargins.h.
Q_CORE_EXPORT QDebug operator<< | ( | QDebug | , |
const QMargins & | |||
) |
Definition at line 199 of file qmargins.cpp.
Referenced by operator!=().
Definition at line 121 of file qmargins.h.
Q_DECLARE_TYPEINFO | ( | QMargins | , |
Q_MOVABLE_TYPE | |||
) |