QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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.