io.qt.help.QHelpContentWidget Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-help Show documentation
Show all versions of qtjambi-help Show documentation
Classes for integrating documentation into applications, similar to Qt Assistant.
package io.qt.help;
import io.qt.*;
/**
* Tree view for displaying help content model items
* Java wrapper for Qt class QHelpContentWidget
*/
public final class QHelpContentWidget extends io.qt.widgets.QTreeView
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QHelpContentWidget.class);
/**
* See QHelpContentWidget:: linkActivated(QUrl)
*/
public final @NonNull Signal1 linkActivated = new Signal1<>();
/**
* See QHelpContentWidget:: indexOf(QUrl)
*/
@QtUninvokable
public final io.qt.core.@NonNull QModelIndex indexOf(io.qt.core.@NonNull QUrl link){
return indexOf_native_cref_QUrl(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(link));
}
@QtUninvokable
private native io.qt.core.QModelIndex indexOf_native_cref_QUrl(long __this__nativeId, long link);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QHelpContentWidget(QPrivateConstructor p) { super(p); }
/**
* Overloaded function for {@link #indexOf(io.qt.core.QUrl)}.
*/
@QtUninvokable
public final io.qt.core.@NonNull QModelIndex indexOf(java.lang.@NonNull String link) {
return indexOf(new io.qt.core.QUrl(link));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy