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
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
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() -
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.
-