|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
A dialog which allows 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. | |
| QgsBearingNumericFormat * | format () |
| Returns the format defined by the current settings in the dialog. | |
A dialog which allows control over the properties of a QgsBearingNumericFormat.
Definition at line 150 of file qgsnumericformatwidget.h.
| QgsBearingNumericFormatDialog::QgsBearingNumericFormatDialog | ( | const QgsNumericFormat * | format, |
| QWidget * | parent = nullptr |
||
| ) |
Constructor for QgsBearingNumericFormatDialog, initially showing the specified format.
Definition at line 199 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 218 of file qgsnumericformatwidget.cpp.