java.lang.Object
io.qt.internal.QtJambiObject
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's class QCompressedHelpInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()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
-
QCompressedHelpInfo
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details