java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.help.QHelpLink
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Struct provides the data associated with a help link
Java wrapper for Qt class QHelpLink
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQHelpLink(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QHelpLink
protected QHelpLink(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setTitle
Of the link
See QHelpLink::title
-
title
Of the link
See QHelpLink::title
-
setUrl
@QtUninvokable public final void setUrl(io.qt.core.QUrl url) Target url of the link
See QHelpLink::url
-
url
@QtUninvokable public final io.qt.core.QUrl url()Target url of the link
See QHelpLink::url
-
clone
-