|
| QgsProjectDisplaySettings (QObject *parent=nullptr) |
| Constructor for QgsProjectDisplaySettings with the specified parent object. More...
|
|
| ~QgsProjectDisplaySettings () override |
|
const QgsBearingNumericFormat * | bearingFormat () const |
| Returns the project bearing's format, which controls how bearings associated with the project are displayed. More...
|
|
Qgis::CoordinateOrder | coordinateAxisOrder () const |
| Returns default coordinate axis order to use when displaying coordinates for the project. More...
|
|
QgsCoordinateReferenceSystem | coordinateCrs () const |
| Returns the coordinate display CRS used derived from the coordinate type. More...
|
|
QgsCoordinateReferenceSystem | coordinateCustomCrs () const |
| Returns the coordinate custom CRS used when the project coordinate type is set to Qgis.CoordinateDisplayType.CustomCrs. More...
|
|
Qgis::CoordinateDisplayType | coordinateType () const |
| Returns default coordinate type for the project. More...
|
|
const QgsGeographicCoordinateNumericFormat * | geographicCoordinateFormat () const |
| Returns the project's geographic coordinate format, which controls how geographic coordinates associated with the project are displayed. More...
|
|
bool | readXml (const QDomElement &element, const QgsReadWriteContext &context) |
| Reads the settings's state from a DOM element. More...
|
|
void | reset () |
| Resets the settings to a default state. More...
|
|
void | setBearingFormat (QgsBearingNumericFormat *format) |
| Sets the project bearing format, which controls how bearings associated with the project are displayed. More...
|
|
void | setCoordinateAxisOrder (Qgis::CoordinateOrder order) |
| Sets the default coordinate axis order to use when displaying coordinates for the project. More...
|
|
void | setCoordinateCustomCrs (const QgsCoordinateReferenceSystem &crs) |
| Sets the coordinate custom CRS used when the project coordinate type is set to Qgis.CoordinateDisplayType.CustomCrs. More...
|
|
void | setCoordinateType (Qgis::CoordinateDisplayType type) |
| Sets the default coordinate type for the project. More...
|
|
void | setGeographicCoordinateFormat (QgsGeographicCoordinateNumericFormat *format) |
| Sets the project geographic coordinate format, which controls how geographic coordinates associated with the project are displayed. More...
|
|
QDomElement | writeXml (QDomDocument &doc, const QgsReadWriteContext &context) const |
| Returns a DOM element representing the settings. More...
|
|