Module qtjambi
Package io.qt.core

Class QtGlobal

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

public final class QtGlobal extends Object

File includes an assortment of other headers

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)

      See qBound(T,T,T)

    • qBound

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

      See qBound(T,T,T)

    • qBound

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

      See qBound(T,T,T)

    • qBound

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

      See qBound(T,T,T)

    • qBound

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

      See qBound(T,T,T)

    • qBound

      public static byte qBound(byte min, byte val, byte max)

      See qBound(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)

    • qMax

      public static float qMax(float a, float b)

      See qMax(T,T)

    • qMax

      public static short qMax(short a, short b)

      See qMax(T,T)

    • qMax

      public static int qMax(int a, int b)

      See qMax(T,T)

    • qMax

      public static long qMax(long a, long b)

      See qMax(T,T)

    • qMax

      public static byte qMax(byte a, byte b)

      See qMax(T,T)

    • qMin

      public static double qMin(double a, double b)

      See qMin(T,T)

    • qMin

      public static float qMin(float a, float b)

      See qMin(T,T)

    • qMin

      public static short qMin(short a, short b)

      See qMin(T,T)

    • qMin

      public static int qMin(int a, int b)

      See qMin(T,T)

    • qMin

      public static long qMin(long a, long b)

      See qMin(T,T)

    • qMin

      public static byte qMin(byte a, byte b)

      See qMin(T,T)

    • 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)
    • qHash

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

      public static <T> long qHash(T object, long seed) throws UnsupportedOperationException
      Throws:
      UnsupportedOperationException
    • qHashMulti

      public static long qHashMulti(long seed, Object... objects) throws UnsupportedOperationException
      Throws:
      UnsupportedOperationException
    • qHashMultiCommutative

      public static long qHashMultiCommutative(long seed, Object... objects) throws UnsupportedOperationException
      Throws:
      UnsupportedOperationException