Module qtjambi
Package io.qt.gui

Interface QAccessibleHyperlinkInterface

All Superinterfaces:
QtObjectInterface

public interface QAccessibleHyperlinkInterface extends QtObjectInterface

Java wrapper for Qt class QAccessibleHyperlinkInterface

  • Method Summary

    Modifier and Type
    Method
    Description
    See QAccessibleHyperlinkInterface::anchor()const
    See QAccessibleHyperlinkInterface::anchorTarget()const
    int
    See QAccessibleHyperlinkInterface::endIndex()const
    boolean
    See QAccessibleHyperlinkInterface::isValid()const
    int
    See QAccessibleHyperlinkInterface::startIndex()const

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • anchor

      See QAccessibleHyperlinkInterface::anchor()const

    • anchorTarget

      @QtUninvokable String anchorTarget()

      See QAccessibleHyperlinkInterface::anchorTarget()const

    • endIndex

      @QtUninvokable int endIndex()

      See QAccessibleHyperlinkInterface::endIndex()const

    • isValid

      @QtUninvokable boolean isValid()

      See QAccessibleHyperlinkInterface::isValid()const

    • startIndex

      @QtUninvokable int startIndex()

      See QAccessibleHyperlinkInterface::startIndex()const