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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QWebEngineContextMenuData::EditFlagstatic final class
QFlags type for enumQWebEngineContextMenuData.EditFlag
static enum
Java wrapper for Qt enum QWebEngineContextMenuData::MediaFlagstatic final class
QFlags type for enumQWebEngineContextMenuData.MediaFlag
static enum
Java wrapper for Qt enum QWebEngineContextMenuData::MediaTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QWebEngineContextMenuData other) clone()
boolean
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.int
hashCode()
final boolean
final boolean
isValid()
final String
linkText()
final QUrl
linkUrl()
final QUrl
mediaUrl()
final String
final QPoint
position()
final String
final void
set
(QWebEngineContextMenuData other) Deprecated.final QStringList
Methods 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: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. -
hashCode
-
clone
-
assign(io.qt.webengine.widgets.QWebEngineContextMenuData)
instead.