Module qtjambi.qml
Package io.qt.qml

Class QJSNumberCoercion

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QJSNumberCoercion
All Implemented Interfaces:
io.qt.QtObjectInterface

public final class QJSNumberCoercion extends io.qt.QtObject

Java wrapper for Qt class QJSNumberCoercion

  • Nested Class Summary

    Nested classes/interfaces inherited from class io.qt.QtObject

    io.qt.QtObject.QPrivateConstructor
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    QJSNumberCoercion(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    equals(double lhs, double rhs)
     
    static int
    toInteger(double d)
     

    Methods inherited from class io.qt.QtObject

    dispose, equals, isDisposed

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QJSNumberCoercion

      protected QJSNumberCoercion(io.qt.QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details

    • equals

      public static boolean equals(double lhs, double rhs)
    • toInteger

      public static int toInteger(double d)