java.lang.Object
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineContextMenuData
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Java wrapper for Qt class QWebEngineContextMenuData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QWebEngineContextMenuData::EditFlagstatic final classQFlags type for enumQWebEngineContextMenuData.EditFlagstatic enumJava wrapper for Qt enum QWebEngineContextMenuData::MediaFlagstatic final classQFlags type for enumQWebEngineContextMenuData.MediaFlagstatic enumJava wrapper for Qt enum QWebEngineContextMenuData::MediaTypeNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.qt.core.QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQWebEngineContextMenuData(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QWebEngineContextMenuData other) clone()Creates and returns a copy of this object.booleanUsed 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.inthashCode()final booleanfinal booleanisValid()final StringlinkText()final io.qt.core.QUrllinkUrl()final io.qt.core.QUrlmediaUrl()final Stringfinal io.qt.core.QPointposition()final Stringfinal voidset(QWebEngineContextMenuData other) Deprecated.final io.qt.core.QStringListMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
public static final io.qt.core.QMetaObject staticMetaObjectThis variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineContextMenuData
public QWebEngineContextMenuData() -
QWebEngineContextMenuData
-
QWebEngineContextMenuData
protected QWebEngineContextMenuData(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
editFlags
-
isContentEditable
@QtUninvokable public final boolean isContentEditable() -
isValid
@QtUninvokable public final boolean isValid() -
linkText
-
linkUrl
@QtUninvokable public final io.qt.core.QUrl linkUrl() -
mediaFlags
-
mediaType
-
mediaUrl
@QtUninvokable public final io.qt.core.QUrl mediaUrl() -
misspelledWord
-
set
Deprecated. -
assign
-
position
@QtUninvokable public final io.qt.core.QPoint position() -
selectedText
-
spellCheckerSuggestions
@QtUninvokable public final io.qt.core.QStringList spellCheckerSuggestions() -
equals
Description copied from class:io.qt.QtObjectUsed 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:
equalsin classio.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() -
clone
Creates and returns a copy of this object.
-
assign(io.qt.webengine.widgets.QWebEngineContextMenuData)instead.