Module qtjambi
Package io.qt.core

Class QtGlobal

java.lang.Object
io.qt.core.QtGlobal

public final class QtGlobal extends Object

File includes the fundamental global declarations. It is included by most other Qt header files

Java wrapper for Qt namespace QtGlobal

  • Method Details

    • qAbs

      public static double qAbs(double t)
    • qAbs

      public static float qAbs(float t)
    • qAbs

      public static short qAbs(short t)
    • qAbs

      public static int qAbs(int t)
    • qAbs

      public static long qAbs(long t)
    • qAbs

      public static byte qAbs(byte t)
    • qBound

      public static double qBound(double min, double val, double max)
    • qBound

      public static float qBound(float min, float val, float max)
    • qBound

      public static short qBound(short min, short val, short max)
    • qBound

      public static int qBound(int min, int val, int max)
    • qBound

      public static long qBound(long min, long val, long max)
    • qBound

      public static byte qBound(byte min, byte val, byte max)
    • 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)
    • qMax

      public static float qMax(float a, float b)
    • qMax

      public static short qMax(short a, short b)
    • qMax

      public static int qMax(int a, int b)
    • qMax

      public static long qMax(long a, long b)
    • qMax

      public static byte qMax(byte a, byte b)
    • qMin

      public static double qMin(double a, double b)
    • qMin

      public static float qMin(float a, float b)
    • qMin

      public static short qMin(short a, short b)
    • qMin

      public static int qMin(int a, int b)
    • qMin

      public static long qMin(long a, long b)
    • qMin

      public static byte qMin(byte a, byte b)
    • qRound

      public static int qRound(double d)
    • qRound

      public static int qRound(float d)
    • qRound64

      public static long qRound64(double d)
    • qRound64

      public static long qRound64(float d)
    • qrand

      public static int qrand()
    • qsrand

      public static void qsrand(int seed)
    • qHash

      public static <T> int qHash(T object) throws UnsupportedOperationException
      Throws:
      UnsupportedOperationException
    • qHash

      public static <T> int qHash(T object, int seed) throws UnsupportedOperationException
      Throws:
      UnsupportedOperationException