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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final StringgetTitle()Kotlin property getter.final QUrlgetUrl()Kotlin property getter.final voidOf the linkfinal voidTarget url of the linkfinal Stringtitle()Of the linkfinal QUrlurl()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.
-