Module qtjambi.qml
Package io.qt.qml

Class QQmlTypesExtensionInterface.Impl

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlTypesExtensionInterface.Impl
All Implemented Interfaces:
QQmlTypesExtensionInterface, io.qt.QtObjectInterface
Enclosing interface:
QQmlTypesExtensionInterface

public abstract static class QQmlTypesExtensionInterface.Impl extends io.qt.QtObject implements QQmlTypesExtensionInterface

Implementor class for interface QQmlTypesExtensionInterface

  • Nested Class Summary

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

    io.qt.QtObject.QPrivateConstructor

    Nested classes/interfaces inherited from interface io.qt.qml.QQmlTypesExtensionInterface

    QQmlTypesExtensionInterface.Impl
  • 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 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