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

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

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

import io.qt.*;


/**
 * 

The pure virtual interface to sensor plugins

*

Java wrapper for Qt class QSensorPluginInterface

*/ public interface QSensorPluginInterface extends QtObjectInterface { /** * @hidden *

Implementor class for interface {@link io.qt.sensors.QSensorPluginInterface}

*/ public static abstract class Impl extends QtObject implements io.qt.sensors.QSensorPluginInterface { static { QtJambi_LibraryUtilities.initialize(); } @NativeAccess private static final class ConcreteWrapper extends QSensorPluginInterface.Impl { @NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @QtUninvokable public void registerSensors(){ registerSensors_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static void registerSensors_native(long __this__nativeId); } /** *

See QSensorPluginInterface::registerSensors()

*/ @QtUninvokable public abstract void registerSensors(); private native static void registerSensors_native(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected Impl(QPrivateConstructor p) { super(p); } } /** *

See QSensorPluginInterface::registerSensors()

*/ @QtUninvokable public void registerSensors(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy