java.lang.Object
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 class QPdfLink
- Since:
- This class was introduced in Qt 6.4.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidSeeQPdfLink::operator=(QPdfLink) clone()Creates and returns a copy of this object.final Stringfinal Stringfinal voidOverloaded function forcopyToClipboard(io.qt.gui.QClipboard.Mode)withmode = io.qt.gui.QClipboard.Mode.Clipboard.final voidfinal booleanSeeoperator==(QPdfLink,QPdfLink) booleanSeeoperator==(QPdfLink,QPdfLink) inthashCode()Returns the objects's hash code computed byqHash(QPdfLink).final booleanisValid()final QPointFlocation()final intpage()final voidSeeQPdfLink::swap(QPdfLink&) final StringtoString()final QUrlurl()final doublezoom()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
- Parameters:
other-
-
-
Method Details
-
contextAfter
- Returns:
-
contextBefore
- Returns:
-
copyToClipboard
- Parameters:
mode-
-
isValid
- Returns:
-
location
- Returns:
-
assign
See
QPdfLink::operator=(QPdfLink) - Parameters:
other-
-
equals
See
operator==(QPdfLink,QPdfLink) - Parameters:
value2-- Returns:
-
page
- Returns:
-
rectangles
- Returns:
-
swap
See
QPdfLink::swap(QPdfLink&) - Parameters:
other-
-
toString
-
url
- Returns:
-
zoom
- Returns:
-
equals
See
operator==(QPdfLink,QPdfLink) -
hashCode
Returns the objects's hash code computed byqHash(QPdfLink). -
clone
Creates and returns a copy of this object.
-
copyToClipboard
public final void copyToClipboard()Overloaded function for
copyToClipboard(io.qt.gui.QClipboard.Mode)withmode = io.qt.gui.QClipboard.Mode.Clipboard.
-