QHelpContentWidget Class
The QHelpContentWidget class provides a tree view for displaying help content model items. More...
Header: | #include <QHelpContentWidget> |
qmake: | QT += help |
Since: | Qt 4.4 |
Inherits: | QTreeView |
Public Functions
QModelIndex | indexOf(const QUrl &link) |
- 55 public functions inherited from QTreeView
- 63 public functions inherited from QAbstractItemView
- 23 public functions inherited from QAbstractScrollArea
- 17 public functions inherited from QFrame
- 219 public functions inherited from QWidget
- 34 public functions inherited from QObject
Signals
void | linkActivated(const QUrl &link) |
- 2 signals inherited from QTreeView
- 7 signals inherited from QAbstractItemView
- 3 signals inherited from QWidget
- 2 signals inherited from QObject
Additional Inherited Members
- 11 properties inherited from QTreeView
- 16 properties inherited from QAbstractItemView
- 3 properties inherited from QAbstractScrollArea
- 6 properties inherited from QFrame
- 59 properties inherited from QWidget
- 1 property inherited from QObject
- 8 public slots inherited from QTreeView
- 9 public slots inherited from QAbstractItemView
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
- 1 public variable inherited from QTreeView
- 1 public variable inherited from QAbstractItemView
- 1 public variable inherited from QAbstractScrollArea
- 1 public variable inherited from QFrame
- 1 public variable inherited from QWidget
- 1 public variable inherited from QObject
- 2 static public members inherited from QTreeView
- 2 static public members inherited from QAbstractItemView
- 2 static public members inherited from QAbstractScrollArea
- 2 static public members inherited from QFrame
- 7 static public members inherited from QWidget
- 10 static public members inherited from QObject
- 29 protected functions inherited from QTreeView
- 38 protected functions inherited from QAbstractItemView
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
- 9 protected functions inherited from QObject
- 4 protected slots inherited from QTreeView
- 9 protected slots inherited from QAbstractItemView
- 1 protected slot inherited from QWidget
- 2 protected variables inherited from QObject
Detailed Description
The QHelpContentWidget class provides a tree view for displaying help content model items.
Member Function Documentation
QModelIndex QHelpContentWidget::indexOf(const QUrl &link)
Returns the index of the content item with the link. An invalid index is returned if no such an item exists.
[signal]
void QHelpContentWidget::linkActivated(const QUrl &link)
This signal is emitted when a content item is activated and its associated link should be shown.
© 2018 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.