QHelpContentItem Class
The QHelpContentItem class provides an item for use with QHelpContentModel. More...
Header: | #include <QHelpContentItem> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Help) target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
Public Functions
~QHelpContentItem() | |
QHelpContentItem * | child(int row) const |
int | childCount() const |
int | childPosition(QHelpContentItem *child) const |
QHelpContentItem * | parent() const |
int | row() const |
QString | title() const |
QUrl | url() const |
Member Function Documentation
[noexcept]
QHelpContentItem::~QHelpContentItem()
Destroys the help content item.
QHelpContentItem *QHelpContentItem::child(int row) const
Returns the child of the content item in the give row.
See also parent().
int QHelpContentItem::childCount() const
Returns the number of child items.
int QHelpContentItem::childPosition(QHelpContentItem *child) const
Returns the position of a given child.
QHelpContentItem *QHelpContentItem::parent() const
Returns the parent content item.
int QHelpContentItem::row() const
Returns the row of this item from its parents view.
QString QHelpContentItem::title() const
Returns the title of the content item.
QUrl QHelpContentItem::url() const
Returns the URL of this content item.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.