Module qtjambi.help
Package io.qt.help

Class QHelpLink

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.help.QHelpLink
All Implemented Interfaces:
io.qt.QtObjectInterface, Cloneable

public final class QHelpLink extends io.qt.QtObject implements 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    QHelpLink(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    final void
    Of the link
    final void
    setUrl(io.qt.core.QUrl url)
    Target url of the link
    final String
    Of the link
    final io.qt.core.QUrl
    url()
    Target url of the link

    Methods inherited from class io.qt.QtObject

    dispose, equals, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QHelpLink

      protected QHelpLink(io.qt.QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details

    • setTitle

      @QtUninvokable public final void setTitle(String title)

      Of the link

      See QHelpLink::title

    • title

      @QtUninvokable public final String 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

      public QHelpLink clone()
      Overrides:
      clone in class Object