![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfixed_p.h>
Public Member Functions | |
constexpr | QFixed () |
constexpr | QFixed (int i) |
constexpr | QFixed (long i) |
constexpr | QFixed (long long i) |
constexpr int | value () const |
void | setValue (int value) |
constexpr int | toInt () const |
constexpr qreal | toReal () const |
constexpr int | truncate () const |
constexpr QFixed | round () const |
constexpr QFixed | floor () const |
constexpr QFixed | ceil () const |
constexpr QFixed | operator+ (int i) const |
constexpr QFixed | operator+ (uint i) const |
constexpr QFixed | operator+ (QFixed other) const |
QFixed & | operator+= (int i) |
QFixed & | operator+= (uint i) |
QFixed & | operator+= (QFixed other) |
constexpr QFixed | operator- (int i) const |
constexpr QFixed | operator- (uint i) const |
constexpr QFixed | operator- (QFixed other) const |
QFixed & | operator-= (int i) |
QFixed & | operator-= (uint i) |
QFixed & | operator-= (QFixed other) |
constexpr QFixed | operator- () const |
constexpr bool | operator! () const |
QFixed & | operator/= (int x) |
QFixed & | operator/= (QFixed o) |
constexpr QFixed | operator/ (int d) const |
QFixed | operator/ (QFixed b) const |
QFixed | operator>> (int d) const |
QFixed & | operator*= (int i) |
QFixed & | operator*= (uint i) |
QFixed & | operator*= (QFixed o) |
constexpr QFixed | operator* (int i) const |
constexpr QFixed | operator* (uint i) const |
QFixed | operator* (QFixed o) const |
Static Public Member Functions | |
static constexpr QFixed | fromReal (qreal r) |
static constexpr QFixed | fromFixed (int fixed) |
Definition at line 26 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 30 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 31 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 32 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 33 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 47 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 46 of file qfixed_p.h.
|
inlinestaticconstexpr |
Definition at line 36 of file qfixed_p.h.
Definition at line 35 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 74 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 109 of file qfixed_p.h.
Definition at line 111 of file qfixed_p.h.
Definition at line 110 of file qfixed_p.h.
|
inline |
Definition at line 96 of file qfixed_p.h.
Definition at line 98 of file qfixed_p.h.
Definition at line 97 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 49 of file qfixed_p.h.
Definition at line 51 of file qfixed_p.h.
Definition at line 50 of file qfixed_p.h.
|
inline |
Definition at line 52 of file qfixed_p.h.
Definition at line 54 of file qfixed_p.h.
Definition at line 53 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 61 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 55 of file qfixed_p.h.
Definition at line 57 of file qfixed_p.h.
Definition at line 56 of file qfixed_p.h.
|
inline |
Definition at line 58 of file qfixed_p.h.
Definition at line 60 of file qfixed_p.h.
Definition at line 59 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 93 of file qfixed_p.h.
Definition at line 94 of file qfixed_p.h.
|
inline |
Definition at line 76 of file qfixed_p.h.
Definition at line 77 of file qfixed_p.h.
|
inline |
Definition at line 95 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 45 of file qfixed_p.h.
|
inline |
Definition at line 39 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 41 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 42 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 44 of file qfixed_p.h.
|
inlineconstexpr |
Definition at line 38 of file qfixed_p.h.