- 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 TypeMethodDescriptionfinal void
clone()
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final String
Kotlin property getter.final String
Kotlin property getter.final QPointF
Kotlin property getter.final int
getPage()
Kotlin property getter.Kotlin property getter.final QUrl
getUrl()
Kotlin property getter.final boolean
getValid()
Kotlin property getter.final double
getZoom()
Kotlin property getter.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
-
getContextAfter
Kotlin property getter. In Java use
contextAfter()
instead. -
contextAfter
-
getContextBefore
Kotlin property getter. In Java use
contextBefore()
instead. -
contextBefore
-
copyToClipboard
public final void copyToClipboard()Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
. -
copyToClipboard
-
getValid
Kotlin property getter. In Java use
isValid()
instead. -
isValid
-
getLocation
Kotlin property getter. In Java use
location()
instead. -
location
-
assign
-
getPage
Kotlin property getter. In Java use
page()
instead. -
page
-
getRectangles
Kotlin property getter. In Java use
rectangles()
instead. -
rectangles
-
swap
-
toString
-
getUrl
Kotlin property getter. In Java use
url()
instead. -
url
-
getZoom
Kotlin property getter. In Java use
zoom()
instead. -
zoom
-
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
-