java.lang.Object
io.qt.QtObject
io.qt.help.QHelpLink
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Struct provides the data associated with a help link
Java wrapper for Qt's class QHelpLink
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final String
getTitle()
Kotlin property getter.final QUrl
getUrl()
Kotlin property getter.final void
Of the linkfinal void
Target url of the linkfinal String
title()
Of the linkfinal QUrl
url()
Target url of the linkMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QHelpLink
public QHelpLink() -
QHelpLink
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setTitle
Of the link
See QHelpLink::title
-
getTitle
Kotlin property getter. In Java use
title()
instead. -
title
Of the link
See QHelpLink::title
-
setUrl
Target url of the link
See QHelpLink::url
-
getUrl
Kotlin property getter. In Java use
url()
instead. -
url
Target url of the link
See QHelpLink::url
-
clone
Creates and returns a copy of this object.
-