QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsBookmarkManagerProxyModel Class Reference

A QSortFilterProxyModel subclass for sorting the entries in a QgsBookmarkManagerModel. More...

#include <qgsbookmarkmodel.h>

Inheritance diagram for QgsBookmarkManagerProxyModel:

Public Member Functions

 QgsBookmarkManagerProxyModel (QgsBookmarkManager *manager, QgsBookmarkManager *projectManager=nullptr, QObject *parent=nullptr)
 Constructor for QgsBookmarkManagerProxyModel, associated with a main manager (usually the application bookmark manager, accessed via QgsApplication::bookmarkManager()) and a secondary projectManager (a project based bookmark manager).

Detailed Description

A QSortFilterProxyModel subclass for sorting the entries in a QgsBookmarkManagerModel.

Since
QGIS 3.10

Definition at line 120 of file qgsbookmarkmodel.h.

Constructor & Destructor Documentation

◆ QgsBookmarkManagerProxyModel()

QgsBookmarkManagerProxyModel::QgsBookmarkManagerProxyModel ( QgsBookmarkManager * manager,
QgsBookmarkManager * projectManager = nullptr,
QObject * parent = nullptr )

Constructor for QgsBookmarkManagerProxyModel, associated with a main manager (usually the application bookmark manager, accessed via QgsApplication::bookmarkManager()) and a secondary projectManager (a project based bookmark manager).

Definition at line 386 of file qgsbookmarkmodel.cpp.


The documentation for this class was generated from the following files: