java.lang.Object
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineContextMenuData
- All Implemented Interfaces:
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
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QWebEngineContextMenuData other) clone()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 QUrllinkUrl()final QUrlmediaUrl()final Stringfinal QPointposition()final Stringfinal voidset(QWebEngineContextMenuData other) Deprecated.final QStringListMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineContextMenuData
public QWebEngineContextMenuData() -
QWebEngineContextMenuData
-
QWebEngineContextMenuData
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
editFlags
-
isContentEditable
-
isValid
-
linkText
-
linkUrl
-
mediaFlags
-
mediaType
-
mediaUrl
-
misspelledWord
-
set
Deprecated. -
assign
-
position
-
selectedText
-
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. -
hashCode
-
clone
-
assign(io.qt.webengine.widgets.QWebEngineContextMenuData)instead.