| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A dialog for entering 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 for entering a custom dash space pattern for lines.
Definition at line 58 of file qgsdashspacedialog.h.
| QgsDashSpaceDialog::QgsDashSpaceDialog | ( | const QVector< qreal > & | v, | 
| QWidget * | parent = nullptr,  | 
        ||
| Qt::WindowFlags | f = Qt::WindowFlags()  | 
        ||
| ) | 
Constructor for QgsDashSpaceDialog.
Definition at line 108 of file qgsdashspacedialog.cpp.
| QVector< qreal > QgsDashSpaceDialog::dashDotVector | ( | ) | const | 
Returns the dash pattern as a list of numbers.
Definition at line 122 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 127 of file qgsdashspacedialog.cpp.