java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.pdf.QPdfLink
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines a link between a region on a page (such as a hyperlink or a search result) and a destination (page, location on the page, and zoom level at which to view it)
Java wrapper for Qt's class QPdfLink
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
final String
final String
final void
Overloaded function forcopyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
.final void
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final boolean
isValid()
final QPointF
location()
final int
page()
final void
final String
toString()
final QUrl
url()
final double
zoom()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QPdfLink
public QPdfLink() -
QPdfLink
-
QPdfLink
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
contextAfter
-
contextBefore
-
copyToClipboard
public final void copyToClipboard()Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
. -
copyToClipboard
-
isValid
-
location
-
page
-
rectangles
-
swap
-
toString
-
url
-
zoom
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-