Class QWebEngineContextMenuData

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

public class QWebEngineContextMenuData extends io.qt.QtObject implements Cloneable

Java wrapper for Qt class QWebEngineContextMenuData

  • Field Details

    • staticMetaObject

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

    • QWebEngineContextMenuData

      public QWebEngineContextMenuData()
    • QWebEngineContextMenuData

      public QWebEngineContextMenuData(QWebEngineContextMenuData other)
    • QWebEngineContextMenuData

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

    • editFlags

      @QtUninvokable public final QWebEngineContextMenuData.EditFlags editFlags()
    • isContentEditable

      @QtUninvokable public final boolean isContentEditable()
    • isValid

      @QtUninvokable public final boolean isValid()
    • linkText

      @QtUninvokable public final String linkText()
    • linkUrl

      @QtUninvokable public final io.qt.core.QUrl linkUrl()
    • mediaFlags

      @QtUninvokable public final QWebEngineContextMenuData.MediaFlags mediaFlags()
    • mediaType

      @QtUninvokable public final QWebEngineContextMenuData.MediaType mediaType()
    • mediaUrl

      @QtUninvokable public final io.qt.core.QUrl mediaUrl()
    • misspelledWord

      @QtUninvokable public final String misspelledWord()
    • set

      @Deprecated @QtUninvokable public final void set(QWebEngineContextMenuData other)
    • assign

      @QtUninvokable public final void assign(QWebEngineContextMenuData other)
    • position

      @QtUninvokable public final io.qt.core.QPoint position()
    • selectedText

      @QtUninvokable public final String selectedText()
    • spellCheckerSuggestions

      @QtUninvokable public final io.qt.core.QStringList spellCheckerSuggestions()
    • equals

      @QtUninvokable public boolean equals(Object other)
      Description copied from class: io.qt.QtObject
      Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation.
      Overrides:
      equals in class io.qt.QtObject
      Parameters:
      other - other object
      Returns:
      true if the native counterpart of the two objects are one and the same.
    • hashCode

      @QtUninvokable public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      @QtUninvokable public QWebEngineContextMenuData clone()

      Creates and returns a copy of this object.

      Overrides:
      clone in class Object