All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.sensors.QAmbientTemperatureSensor Maven / Gradle / Ivy

There is a newer version: 6.7.2
Show newest version
package io.qt.sensors;

import io.qt.*;


/**
 * 

Convenience wrapper around QSensor

*

Java wrapper for Qt class QAmbientTemperatureSensor

*/ public class QAmbientTemperatureSensor extends io.qt.sensors.QSensor { /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QAmbientTemperatureSensor.class); /** *

See QAmbientTemperatureSensor::QAmbientTemperatureSensor(QObject*)

*/ public QAmbientTemperatureSensor(io.qt.core.@Nullable QObject parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QAmbientTemperatureSensor instance, io.qt.core.QObject parent); /** *

See QSensor::reading()const

*/ @QtUninvokable public final io.qt.sensors.@Nullable QAmbientTemperatureReading reading(){ return reading_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.sensors.QAmbientTemperatureReading reading_native_constfct(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QAmbientTemperatureSensor(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QAmbientTemperatureSensor(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QAmbientTemperatureSensor instance, QDeclarativeConstructor constructor); /** *

Overloaded constructor for {@link #QAmbientTemperatureSensor(io.qt.core.QObject)} * with parent = null.

*/ public QAmbientTemperatureSensor() { this((io.qt.core.QObject)null); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy