- 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 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
SeeQPdfLink::
operator=(QPdfLink) clone()
Creates and returns a copy of this object.final String
final String
final void
Overloaded function forcopyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
.final void
boolean
Seeoperator==(QPdfLink,
QPdfLink) 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()
Returns the objects's hash code computed byqHash(QPdfLink)
.final boolean
isValid()
final QPointF
location()
final int
page()
final void
SeeQPdfLink::
swap(QPdfLink&) 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
-
-
Method Details
-
contextAfter
-
contextBefore
-
copyToClipboard
-
isValid
-
location
-
assign
See
QPdfLink::
operator=(QPdfLink) -
page
-
rectangles
-
swap
See
QPdfLink::
swap(QPdfLink&) -
toString
-
url
-
zoom
-
equals
See
operator==(QPdfLink,
QPdfLink) -
hashCode
Returns the objects's hash code computed byqHash(QPdfLink)
. -
clone
Creates and returns a copy of this object.
-
getContextAfter
Kotlin property getter. In Java use
contextAfter()
instead. -
getContextBefore
Kotlin property getter. In Java use
contextBefore()
instead. -
copyToClipboard
public final void copyToClipboard()Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)
withmode = io.qt.gui.QClipboard.Mode.Clipboard
. -
getValid
Kotlin property getter. In Java use
isValid()
instead. -
getLocation
Kotlin property getter. In Java use
location()
instead. -
getPage
Kotlin property getter. In Java use
page()
instead. -
getRectangles
Kotlin property getter. In Java use
rectangles()
instead. -
getUrl
Kotlin property getter. In Java use
url()
instead. -
getZoom
Kotlin property getter. In Java use
zoom()
instead.
-