#include "QtCore/qdebug.h"
#include "QtCore/qpoint.h"
#include "QtCore/qsize.h"
Go to the source code of this file.
|
bool | operator!= (const QFixed &f, int i) |
|
bool | operator!= (int i, const QFixed &f) |
|
QFixed | operator* (int i, const QFixed &d) |
|
QFixed | operator* (uint i, const QFixed &d) |
|
QFixed | operator+ (int i, const QFixed &d) |
|
QFixed | operator+ (uint i, const QFixed &d) |
|
QFixedPoint | operator+ (const QFixedPoint &p1, const QFixedPoint &p2) |
|
QFixed | operator- (int i, const QFixed &d) |
|
QFixed | operator- (uint i, const QFixed &d) |
|
QFixedPoint | operator- (const QFixedPoint &p1, const QFixedPoint &p2) |
|
bool | operator< (const QFixed &f, int i) |
|
bool | operator< (int i, const QFixed &f) |
|
QDebug & | operator<< (QDebug &dbg, const QFixed &f) |
|
bool | operator<= (const QFixed &f, int i) |
|
bool | operator<= (int i, const QFixed &f) |
|
bool | operator== (const QFixed &f, int i) |
|
bool | operator== (int i, const QFixed &f) |
|
bool | operator> (const QFixed &f, int i) |
|
bool | operator> (int i, const QFixed &f) |
|
bool | operator>= (const QFixed &f, int i) |
|
bool | operator>= (int i, const QFixed &f) |
|
| Q_DECLARE_TYPEINFO (QFixed, Q_PRIMITIVE_TYPE) |
|
| Q_DECLARE_TYPEINFO (QFixedPoint, Q_PRIMITIVE_TYPE) |
|
| Q_DECLARE_TYPEINFO (QFixedSize, Q_PRIMITIVE_TYPE) |
|
int | qFloor (const QFixed &f) |
|
int | qRound (const QFixed &f) |
|
◆ QFIXED_MAX
Definition at line 158 of file qfixed_p.h.
Referenced by QTextEngine::alignLine(), QTextLayout::boundingRect(), QTextLayout::draw(), QTextDocumentLayoutPrivate::drawFrame(), QTextDocumentLayoutPrivate::findY(), QTextDocumentLayoutPrivate::layoutBlock(), QTextDocumentLayoutPrivate::layoutCell(), QTextDocumentLayoutPrivate::layoutFlow(), QTextDocumentLayoutPrivate::layoutFrame(), QTextDocumentLayoutPrivate::layoutTable(), QTextLayoutStruct::newPage(), QTextLine::setLineWidth(), QTextLine::setNumColumns(), QItemDelegatePrivate::textLayoutBounds(), and QCommonStylePrivate::viewItemSize().
◆ operator!=() [1/2]
bool operator!= |
( |
const QFixed & |
f, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ operator!=() [2/2]
bool operator!= |
( |
int |
i, |
|
|
const QFixed & |
f |
|
) |
| |
|
inline |
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator+() [1/3]
◆ operator+() [2/3]
◆ operator+() [3/3]
◆ operator-() [1/3]
◆ operator-() [2/3]
◆ operator-() [3/3]
◆ operator<() [1/2]
bool operator< |
( |
const QFixed & |
f, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ operator<() [2/2]
bool operator< |
( |
int |
i, |
|
|
const QFixed & |
f |
|
) |
| |
|
inline |
◆ operator<<()
◆ operator<=() [1/2]
bool operator<= |
( |
const QFixed & |
f, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ operator<=() [2/2]
bool operator<= |
( |
int |
i, |
|
|
const QFixed & |
f |
|
) |
| |
|
inline |
◆ operator==() [1/2]
bool operator== |
( |
const QFixed & |
f, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ operator==() [2/2]
bool operator== |
( |
int |
i, |
|
|
const QFixed & |
f |
|
) |
| |
|
inline |
◆ operator>() [1/2]
bool operator> |
( |
const QFixed & |
f, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ operator>() [2/2]
bool operator> |
( |
int |
i, |
|
|
const QFixed & |
f |
|
) |
| |
|
inline |
◆ operator>=() [1/2]
bool operator>= |
( |
const QFixed & |
f, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ operator>=() [2/2]
bool operator>= |
( |
int |
i, |
|
|
const QFixed & |
f |
|
) |
| |
|
inline |
◆ Q_DECLARE_TYPEINFO() [1/3]
◆ Q_DECLARE_TYPEINFO() [2/3]
◆ Q_DECLARE_TYPEINFO() [3/3]
◆ qFloor()
int qFloor |
( |
const QFixed & |
f | ) |
|
|
inline |
◆ qRound()
int qRound |
( |
const QFixed & |
f | ) |
|
|
inline |