QPdfBookmarkModel Class▲
-
Header: QPdfBookmarkModel
-
Since: Qt 5.10
-
Inherits: QAbstractItemModel
Detailed Description▲
This is used in the Model/View Programming paradigm to display a table of contents in the form of a tree or list.
Member Type Documentation▲
enum QPdfBookmarkModel::Role▲
Constant |
Value |
Description |
---|---|---|
QPdfBookmarkModel::Role::Title |
Qt::UserRole |
The name of the bookmark for display. |
QPdfBookmarkModel::Role::Level |
257 |
The level of indentation. |
QPdfBookmarkModel::Role::Page |
258 |
The page number of the destination (int). |
QPdfBookmarkModel::Role::Location |
259 |
The position of the destination (QPointF). |
QPdfBookmarkModel::Role::Zoom |
260 |
The suggested zoom level (qreal). |
Member Function Documentation▲
[explicit] QPdfBookmarkModel::QPdfBookmarkModel(QObject *parent)▲
Constructs a new bookmark model with parent object parent.
[override virtual] QPdfBookmarkModel::~QPdfBookmarkModel()▲
Destroys the model.
[override virtual] int QPdfBookmarkModel::columnCount(const QModelIndex &parent = QModelIndex()) const▲
[override virtual] QVariant QPdfBookmarkModel::data(const QModelIndex &index, int role) const▲
[override virtual] QModelIndex QPdfBookmarkModel::index(int row, int column, const QModelIndex &parent = QModelIndex()) const▲
[override virtual] QModelIndex QPdfBookmarkModel::parent(const QModelIndex &index) const▲
Reimplements: QAbstractItemModel::parent(const QModelIndex &index) const.
[override virtual] QHash<int, QByteArray> QPdfBookmarkModel::roleNames() const▲
Reimplements: QAbstractItemModel::roleNames() const.