QHelpIndexWidget Class Reference [QtHelp module]
The QHelpIndexWidget class provides a list view displaying the QHelpIndexModel. Далее...
#include <QHelpIndexWidget> Inherits QListView.
Этот класс был введён в Qt 4.4.
Открытые слоты
Сигналы
- void linkActivated ( const QUrl & link, const QString & keyword )
- void linksActivated ( const QMap<QString, QUrl> & links, const QString & keyword )
Дополнительные унаследованные члены
- 13 properties inherited from QListView
- 15 свойств, унаследованных от QAbstractItemView
- 2 свойства, унаследованные от QAbstractScrollArea
- 6 свойств, унаследованных от QFrame
- 57 свойств, унаследованных от QWidget
- 1 свойство, унаследованное от QObject
- 29 public functions inherited from QListView
- 54 открытых функций, унаследованных от QAbstractItemView
- 15 открытых функций, унаследованных от QAbstractScrollArea
- 13 открытых функций, унаследованных от QFrame
- 206 открытых функций, унаследованных от QWidget
- 29 открытых функций, унаследованных от QObject
- 12 открытых функций, унаследованных от QPaintDevice
- 4 статических открытых члена, унаследованных от QWidget
- 5 статических открытых членов, унаследованных от QObject
- 1 статический открытый член, унаследованный от QPaintDevice
- 2 protected functions inherited from QListView
- 33 защищенных функций, унаследованных от QAbstractItemView
- 16 защищенных функций, унаследованных от QAbstractScrollArea
- 38 защищенных функций, унаследованных от QWidget
- 7 защищенных функций, унаследованных от QObject
- 1 защищённая функция, унаследованная от QPaintDevice
- 9 защищенных слотов, унаследованных от QAbstractItemView
- 1 защищенный слот, унаследованный от QAbstractScrollArea
- 1 защищенный слот, унаследованный от QWidget
Подробное описание
The QHelpIndexWidget class provides a list view displaying the QHelpIndexModel.
Описание функций-членов
void QHelpIndexWidget::activateCurrentItem () [slot]
Activates the current item which will result eventually in the emitting of a linkActivated() or linksActivated() signal.
void QHelpIndexWidget::filterIndices ( const QString & filter, const QString & wildcard = QString() ) [slot]
Filters the indices according to filter or wildcard. The item with the best match is set as current item.
See also QHelpIndexModel::filter().
void QHelpIndexWidget::linkActivated ( const QUrl & link, const QString & keyword ) [signal]
This signal is emitted when an item is activated and its associated link should be shown. To know where the link belongs to, the keyword is given as a second paremeter.
void QHelpIndexWidget::linksActivated ( const QMap<QString, QUrl> & links, const QString & keyword ) [signal]
This signal is emitted when the item representing the keyword is activated and the item has more than one link associated. The links consist of the document title and their URL.
|