|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
A dialog to enter a custom dash space pattern for lines. More...
#include <qgsdashspacedialog.h>

Public Member Functions | |
| QgsDashSpaceDialog (const QVector< qreal > &v, QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| Constructor for QgsDashSpaceDialog. | |
| QVector< qreal > | dashDotVector () const |
| Returns the dash pattern as a list of numbers. | |
| void | setUnit (Qgis::RenderUnit unit) |
| Sets the unit type used for the dash space pattern (used to update interface labels) | |
A dialog to enter a custom dash space pattern for lines.
Definition at line 60 of file qgsdashspacedialog.h.
| QgsDashSpaceDialog::QgsDashSpaceDialog | ( | const QVector< qreal > & | v, |
| QWidget * | parent = nullptr, |
||
| Qt::WindowFlags | f = Qt::WindowFlags() |
||
| ) |
Constructor for QgsDashSpaceDialog.
Definition at line 107 of file qgsdashspacedialog.cpp.
| QVector< qreal > QgsDashSpaceDialog::dashDotVector | ( | ) | const |
Returns the dash pattern as a list of numbers.
Definition at line 120 of file qgsdashspacedialog.cpp.
| void QgsDashSpaceDialog::setUnit | ( | Qgis::RenderUnit | unit | ) |
Sets the unit type used for the dash space pattern (used to update interface labels)
| unit | the unit type |
Definition at line 125 of file qgsdashspacedialog.cpp.