java.lang.Object
io.qt.core.QtGlobal
File includes an assortment of other headers
Java wrapper for Qt namespace QtGlobal
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte
qAbs
(byte t) SeeqAbs<T>(T)
static double
qAbs
(double t) SeeqAbs<T>(T)
static float
qAbs
(float t) SeeqAbs<T>(T)
static int
qAbs
(int t) SeeqAbs<T>(T)
static long
qAbs
(long t) SeeqAbs<T>(T)
static short
qAbs
(short t) SeeqAbs<T>(T)
static byte
qBound
(byte min, byte val, byte max) SeeqBound<T>(T,
T, T) static double
qBound
(double min, double val, double max) SeeqBound<T>(T,
T, T) static float
qBound
(float min, float val, float max) SeeqBound<T>(T,
T, T) static int
qBound
(int min, int val, int max) SeeqBound<T>(T,
T, T) static long
qBound
(long min, long val, long max) SeeqBound<T>(T,
T, T) static short
qBound
(short min, short val, short max) SeeqBound<T>(T,
T, T) static boolean
qFuzzyCompare
(double p1, double p2) static boolean
qFuzzyCompare
(float p1, float p2) static boolean
qFuzzyIsNull
(double d) static boolean
qFuzzyIsNull
(float f) static <T> long
qHash
(T object) SeeqHash(T,0)
static <T> long
qHash
(T object, long seed) SeeqHash(T,long)
static long
qHashMulti
(long seed, Object... objects) static long
qHashMultiCommutative
(long seed, Object... objects) static int
qIntCast
(double f) SeeqIntCast(double)
static int
qIntCast
(float f) SeeqIntCast(float)
static boolean
qIsNull
(double d) SeeqIsNull(double)
static boolean
qIsNull
(float f) SeeqIsNull(float)
static byte
qMax
(byte a, byte b) SeeqMax<T>(T,
T) static double
qMax
(double a, double b) SeeqMax<T>(T,
T) static float
qMax
(float a, float b) SeeqMax<T>(T,
T) static int
qMax
(int a, int b) SeeqMax<T>(T,
T) static long
qMax
(long a, long b) SeeqMax<T>(T,
T) static short
qMax
(short a, short b) SeeqMax<T>(T,
T) static byte
qMin
(byte a, byte b) SeeqMin<T>(T,
T) static double
qMin
(double a, double b) SeeqMin<T>(T,
T) static float
qMin
(float a, float b) SeeqMin<T>(T,
T) static int
qMin
(int a, int b) SeeqMin<T>(T,
T) static long
qMin
(long a, long b) SeeqMin<T>(T,
T) static short
qMin
(short a, short b) SeeqMin<T>(T,
T) static int
qRound
(double d) SeeqRound(double)
static int
qRound
(float d) SeeqRound(float)
static long
qRound64
(double d) SeeqRound64(double)
static long
qRound64
(float d) SeeqRound64(float)
static void
SeeqYieldCpu()
-
Method Details
-
qAbs
public static double qAbs(double t) See
qAbs<T>(T)
-
qAbs
public static float qAbs(float t) See
qAbs<T>(T)
-
qAbs
public static short qAbs(short t) See
qAbs<T>(T)
-
qAbs
public static int qAbs(int t) See
qAbs<T>(T)
-
qAbs
public static long qAbs(long t) See
qAbs<T>(T)
-
qAbs
public static byte qAbs(byte t) See
qAbs<T>(T)
-
qBound
public static double qBound(double min, double val, double max) See
qBound<T>(T,
T, T) -
qBound
public static float qBound(float min, float val, float max) See
qBound<T>(T,
T, T) -
qBound
public static short qBound(short min, short val, short max) See
qBound<T>(T,
T, T) -
qBound
public static int qBound(int min, int val, int max) See
qBound<T>(T,
T, T) -
qBound
public static long qBound(long min, long val, long max) See
qBound<T>(T,
T, T) -
qBound
public static byte qBound(byte min, byte val, byte max) See
qBound<T>(T,
T, T) -
qFuzzyCompare
public static boolean qFuzzyCompare(double p1, double p2) -
qFuzzyCompare
public static boolean qFuzzyCompare(float p1, float p2) -
qFuzzyIsNull
public static boolean qFuzzyIsNull(double d) -
qFuzzyIsNull
public static boolean qFuzzyIsNull(float f) -
qIntCast
public static int qIntCast(double f) See
qIntCast(double)
-
qIntCast
public static int qIntCast(float f) See
qIntCast(float)
-
qIsNull
public static boolean qIsNull(double d) See
qIsNull(double)
-
qIsNull
public static boolean qIsNull(float f) See
qIsNull(float)
-
qMax
public static double qMax(double a, double b) See
qMax<T>(T,
T) -
qMax
public static float qMax(float a, float b) See
qMax<T>(T,
T) -
qMax
public static short qMax(short a, short b) See
qMax<T>(T,
T) -
qMax
public static int qMax(int a, int b) See
qMax<T>(T,
T) -
qMax
public static long qMax(long a, long b) See
qMax<T>(T,
T) -
qMax
public static byte qMax(byte a, byte b) See
qMax<T>(T,
T) -
qMin
public static double qMin(double a, double b) See
qMin<T>(T,
T) -
qMin
public static float qMin(float a, float b) See
qMin<T>(T,
T) -
qMin
public static short qMin(short a, short b) See
qMin<T>(T,
T) -
qMin
public static int qMin(int a, int b) See
qMin<T>(T,
T) -
qMin
public static long qMin(long a, long b) See
qMin<T>(T,
T) -
qMin
public static byte qMin(byte a, byte b) See
qMin<T>(T,
T) -
qRound
public static int qRound(double d) See
qRound(double)
-
qRound
public static int qRound(float d) See
qRound(float)
-
qRound64
public static long qRound64(double d) See
qRound64(double)
-
qRound64
public static long qRound64(float d) See
qRound64(float)
-
qYieldCpu
public static void qYieldCpu()See
qYieldCpu()
This function was introduced in Qt 6.7.
-
qHash
See
qHash(T,0)
- Throws:
UnsupportedOperationException
-
qHash
See
qHash(T,long)
- Throws:
UnsupportedOperationException
-
qHashMulti
- Throws:
UnsupportedOperationException
-
qHashMultiCommutative
public static long qHashMultiCommutative(long seed, Object... objects) throws UnsupportedOperationException - Throws:
UnsupportedOperationException
-