QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QgsBearingNumericFormat * | format () |
Returns the format defined by the current settings in the dialog. | |
A dialog which allow control over the properties of a QgsBearingNumericFormat.
Definition at line 157 of file qgsnumericformatwidget.h.
QgsBearingNumericFormatDialog::QgsBearingNumericFormatDialog | ( | const QgsNumericFormat * | format, |
QWidget * | parent = nullptr |
||
) |
Constructor for QgsBearingNumericFormatDialog, initially showing the specified format.
Definition at line 209 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 228 of file qgsnumericformatwidget.cpp.