Package io.qt.sensors

Class QLidFilter.Impl

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sensors.QLidFilter.Impl
All Implemented Interfaces:
io.qt.QtObjectInterface, QLidFilter, QSensorFilter
Enclosing interface:
QLidFilter

public abstract static class QLidFilter.Impl extends io.qt.QtObject implements QLidFilter, QSensorFilter

Implementor class for interface QLidFilter

  • Nested Class Summary

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

    io.qt.QtObject.QPrivateConstructor

    Nested classes/interfaces inherited from interface io.qt.sensors.QLidFilter

    QLidFilter.Impl

    Nested classes/interfaces inherited from interface io.qt.sensors.QSensorFilter

    QSensorFilter.Impl, QSensorFilter.MemberAccess
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    abstract boolean
     
    final boolean
    Deprecated.
    protected void
     

    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

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Constructor Details

    • Impl

      public Impl()
    • Impl

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