QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsBookmarkManagerProxyModel Class Reference

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

#include <qgsbookmarkmodel.h>

Inheritance diagram for QgsBookmarkManagerProxyModel:
Inheritance graph
[legend]

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). More...
 

Detailed Description

A QSortFilterProxyModel subclass for sorting the entries in a QgsBookmarkManagerModel.

Since
QGIS 3.10

Definition at line 119 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 383 of file qgsbookmarkmodel.cpp.


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