QGIS API Documentation 3.41.0-Master (cea29feecf2)
|
A tree model for display of known coordinate reference systems. More...
#include <qgscoordinatereferencesystemmodel.h>
Public Types | |
enum class | CustomRole : int { NodeType = Qt::UserRole , Name = Qt::UserRole + 1 , AuthId = Qt::UserRole + 2 , Deprecated = Qt::UserRole + 3 , Type = Qt::UserRole + 4 , GroupId = Qt::UserRole + 5 , Wkt = Qt::UserRole + 6 , Proj = Qt::UserRole + 7 , Group = Qt::UserRole + 8 , Projection = Qt::UserRole + 9 } |
Custom model roles. More... | |
Public Member Functions | |
QgsCoordinateReferenceSystemModel (QObject *parent=nullptr) | |
Constructor for QgsCoordinateReferenceSystemModel, with the specified parent object. | |
QModelIndex | addCustomCrs (const QgsCoordinateReferenceSystem &crs) |
Adds a custom crs to the model. | |
QModelIndex | authIdToIndex (const QString &authId) const |
Retrieves the model index corresponding to a CRS with the specified authId. | |
int | columnCount (const QModelIndex &=QModelIndex()) const override |
QVariant | data (const QModelIndex &index, int role) const override |
Qt::ItemFlags | flags (const QModelIndex &index) const override |
QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
QModelIndex | parent (const QModelIndex &index) const override |
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
A tree model for display of known coordinate reference systems.
Definition at line 246 of file qgscoordinatereferencesystemmodel.h.
|
strong |
Custom model roles.
Definition at line 259 of file qgscoordinatereferencesystemmodel.h.
QgsCoordinateReferenceSystemModel::QgsCoordinateReferenceSystemModel | ( | QObject * | parent = nullptr | ) |
Constructor for QgsCoordinateReferenceSystemModel, with the specified parent object.
Definition at line 25 of file qgscoordinatereferencesystemmodel.cpp.
QModelIndex QgsCoordinateReferenceSystemModel::addCustomCrs | ( | const QgsCoordinateReferenceSystem & | crs | ) |
Adds a custom crs to the model.
This method can be used to add CRS which aren't present in either the standard PROJ SRS database or the user's custom CRS database to the model.
Definition at line 470 of file qgscoordinatereferencesystemmodel.cpp.
QModelIndex QgsCoordinateReferenceSystemModel::authIdToIndex | ( | const QString & | authId | ) | const |
Retrieves the model index corresponding to a CRS with the specified authId.
Returns an invalid index if the CRS was not found.
Definition at line 242 of file qgscoordinatereferencesystemmodel.cpp.
|
override |
Definition at line 209 of file qgscoordinatereferencesystemmodel.cpp.
|
override |
Definition at line 59 of file qgscoordinatereferencesystemmodel.cpp.
|
override |
Definition at line 38 of file qgscoordinatereferencesystemmodel.cpp.
|
override |
Definition at line 175 of file qgscoordinatereferencesystemmodel.cpp.
|
override |
Definition at line 214 of file qgscoordinatereferencesystemmodel.cpp.
|
override |
Definition at line 226 of file qgscoordinatereferencesystemmodel.cpp.
|
override |
Definition at line 200 of file qgscoordinatereferencesystemmodel.cpp.