|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
A dialog which allow control over the properties of a QgsBearingNumericFormat. More...
#include <qgsnumericformatwidget.h>

Public Member Functions | |
| QgsBearingNumericFormatDialog (const QgsNumericFormat *format, QWidget *parent=nullptr) | |
| Constructor for QgsBearingNumericFormatDialog, initially showing the specified format. More... | |
| QgsBearingNumericFormat * | format () |
| Returns the format defined by the current settings in the dialog. More... | |
A dialog which allow control over the properties of a QgsBearingNumericFormat.
Definition at line 141 of file qgsnumericformatwidget.h.
| QgsBearingNumericFormatDialog::QgsBearingNumericFormatDialog | ( | const QgsNumericFormat * | format, |
| QWidget * | parent = nullptr |
||
| ) |
Constructor for QgsBearingNumericFormatDialog, initially showing the specified format.
Definition at line 195 of file qgsnumericformatwidget.cpp.
| QgsBearingNumericFormat * QgsBearingNumericFormatDialog::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 214 of file qgsnumericformatwidget.cpp.