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 class QHelpLink
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
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()See
QHelpLink::
QHelpLink()
-
-
Method Details
-
setTitle
Of the link
See
QHelpLink::
title -
title
Of the link
See
QHelpLink::
title -
setUrl
Target url of the link
See
QHelpLink::
url -
url
Target url of the link
See
QHelpLink::
url -
clone
Creates and returns a copy of this object.
-
getTitle
Kotlin property getter. In Java use
title()
instead. -
getUrl
Kotlin property getter. In Java use
url()
instead.
-