Package io.qt.script

Class QScriptExtensionInterface.Impl

java.lang.Object
io.qt.QtObject
io.qt.script.QScriptExtensionInterface.Impl
All Implemented Interfaces:
io.qt.core.QFactoryInterface, io.qt.QtObjectInterface, QScriptExtensionInterface
Enclosing interface:
QScriptExtensionInterface

public abstract static class QScriptExtensionInterface.Impl extends io.qt.QtObject implements QScriptExtensionInterface, io.qt.core.QFactoryInterface

Implementor class for interface QScriptExtensionInterface

  • Nested Class Summary

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

    io.qt.QtObject.QPrivateConstructor

    Nested classes/interfaces inherited from interface io.qt.core.QFactoryInterface

    io.qt.core.QFactoryInterface.Impl

    Nested classes/interfaces inherited from interface io.qt.script.QScriptExtensionInterface

    QScriptExtensionInterface.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
     
    abstract List<String>
     

    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