Class QWebEngineFullScreenRequest

java.lang.Object
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineFullScreenRequest
All Implemented Interfaces:
io.qt.QtObjectInterface, Cloneable

public final class QWebEngineFullScreenRequest extends io.qt.QtObject implements Cloneable

Java wrapper for Qt class QWebEngineFullScreenRequest

  • Nested Class Summary

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

    io.qt.QtObject.QPrivateConstructor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.qt.core.QMetaObject
    This variable stores the meta-object for the class.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    final void
     
    Creates and returns a copy of this object.
    final io.qt.core.QUrl
    Kotlin property getter.
    final boolean
    Kotlin property getter.
    final io.qt.core.QUrl
     
    final void
     
    final boolean
     

    Methods inherited from class io.qt.QtObject

    dispose, equals, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • staticMetaObject

      public static final io.qt.core.QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QWebEngineFullScreenRequest

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

    • accept

      public final void accept()
    • getOrigin

      @QtUninvokable public final io.qt.core.QUrl getOrigin()

      Kotlin property getter. In Java use origin() instead.

    • origin

      @QtUninvokable public final io.qt.core.QUrl origin()
    • reject

      public final void reject()
    • getToggleOn

      @QtUninvokable public final boolean getToggleOn()

      Kotlin property getter. In Java use toggleOn() instead.

    • toggleOn

      @QtUninvokable public final boolean toggleOn()
    • clone

      @QtUninvokable public QWebEngineFullScreenRequest clone()

      Creates and returns a copy of this object.

      Overrides:
      clone in class Object