java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.help.QHelpContentItem
- All Implemented Interfaces:
QtObjectInterface
public final class QHelpContentItem extends QtObject
Item for use with QHelpContentModel
Java wrapper for Qt class QHelpContentItem
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QHelpContentItem(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QHelpContentItem
child(int row)
int
childCount()
int
childPosition(QHelpContentItem child)
QHelpContentItem
parent()
int
row()
String
title()
QUrl
url()
-
Constructor Details
-
QHelpContentItem
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details