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