java.lang.Object
io.qt.QtObject
io.qt.help.QCompressedHelpInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Access to the details about a compressed help file
Java wrapper for Qt class QCompressedHelpInfo
- Since:
- This class was introduced in Qt 5.13.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QCompressedHelpInfo other) clone()Creates and returns a copy of this object.final Stringstatic QCompressedHelpInfofromCompressedHelpFile(String documentationFileName) final booleanisNull()final Stringfinal voidswap(QCompressedHelpInfo other) final QVersionNumberversion()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QCompressedHelpInfo
public QCompressedHelpInfo() -
QCompressedHelpInfo
- Parameters:
other-
-
-
Method Details
-
component
- Returns:
-
isNull
- Returns:
-
namespaceName
- Returns:
-
assign
- Parameters:
other-
-
swap
- Parameters:
other-
-
version
- Returns:
-
fromCompressedHelpFile
- Parameters:
documentationFileName-- Returns:
-
clone
Creates and returns a copy of this object.
See
QCompressedHelpInfo::QCompressedHelpInfo(QCompressedHelpInfo)
-