QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
A dialog which allow control over the properties of a QgsGeographicCoordinateNumericFormat. More...
#include <qgsnumericformatwidget.h>
Public Member Functions | |
QgsGeographicCoordinateNumericFormatDialog (const QgsNumericFormat *format, bool hidePrecisionControl=false, QWidget *parent=nullptr) | |
Constructor for QgsGeographicCoordinateNumericFormatDialog, initially showing the specified format. More... | |
QgsGeographicCoordinateNumericFormat * | format () |
Returns the format defined by the current settings in the dialog. More... | |
A dialog which allow control over the properties of a QgsGeographicCoordinateNumericFormat.
Definition at line 204 of file qgsnumericformatwidget.h.
QgsGeographicCoordinateNumericFormatDialog::QgsGeographicCoordinateNumericFormatDialog | ( | const QgsNumericFormat * | format, |
bool | hidePrecisionControl = false , |
||
QWidget * | parent = nullptr |
||
) |
Constructor for QgsGeographicCoordinateNumericFormatDialog, initially showing the specified format.
Definition at line 313 of file qgsnumericformatwidget.cpp.
QgsGeographicCoordinateNumericFormat * QgsGeographicCoordinateNumericFormatDialog::format | ( | ) |
Returns the format defined by the current settings in the dialog.
Ownership of the returned object is transferred to the caller
Definition at line 332 of file qgsnumericformatwidget.cpp.