java.lang.Object
io.qt.QtObject
io.qt.help.QHelpSearchResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
The data associated with the search result
Java wrapper for Qt class QHelpSearchResult
-
Constructor Summary
ConstructorDescriptionQHelpSearchResult
(QUrl url, String title, String snippet) QHelpSearchResult
(String url, String title, String snippet) Overloaded constructor forQHelpSearchResult(io.qt.core.QUrl, java.lang.String, java.lang.String)
. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QHelpSearchResult
public QHelpSearchResult() -
QHelpSearchResult
- Parameters:
other
-
-
QHelpSearchResult
- Parameters:
url
-title
-snippet
-
-
QHelpSearchResult
Overloaded constructor for
QHelpSearchResult(io.qt.core.QUrl, java.lang.String, java.lang.String)
.
-
-
Method Details
-
assign
- Parameters:
other
-
-
snippet
- Returns:
-
title
- Returns:
-
url
- Returns:
-
clone
Creates and returns a copy of this object.
-