17 #ifndef QGSPROJECTIONSELECTIONWIDGET_H 18 #define QGSPROJECTIONSELECTIONWIDGET_H 23 #include <QToolButton> 70 void setOptionVisible(
CrsOption option,
bool visible );
77 bool optionVisible(
CrsOption option )
const;
84 void setNotSetText(
const QString &text );
92 void setMessage(
const QString &text );
141 QComboBox *mCrsComboBox =
nullptr;
142 QToolButton *mButton =
nullptr;
147 void addNotSetOption();
148 void addProjectCrsOption();
149 void addDefaultCrsOption();
150 void addCurrentCrsOption();
153 bool crsIsShown(
long srsid )
const;
155 int firstRecentCrsIndex()
const;
159 void comboIndexChanged(
int idx );
163 #endif // QGSPROJECTIONSELECTIONWIDGET_H
const QgsCoordinateReferenceSystem & crs
A generic dialog to prompt the user for a Coordinate Reference System.
This class represents a coordinate reference system (CRS).