|
QGIS API Documentation 4.1.0-Master (5bf3c20f3c9)
|
A combobox which presents choices of Qt::BrushStyle. More...
#include <qgsbrushstylecombobox.h>

Public Member Functions | |
| QgsBrushStyleComboBox (QWidget *parent=nullptr) | |
| Qt::BrushStyle | brushStyle () const |
| void | setBrushStyle (Qt::BrushStyle style) |
Protected Member Functions | |
| QIcon | iconForBrush (Qt::BrushStyle style) |
A combobox which presents choices of Qt::BrushStyle.
Definition at line 29 of file qgsbrushstylecombobox.h.
| QgsBrushStyleComboBox::QgsBrushStyleComboBox | ( | QWidget * | parent = nullptr | ) |
Definition at line 29 of file qgsbrushstylecombobox.cpp.
| Qt::BrushStyle QgsBrushStyleComboBox::brushStyle | ( | ) | const |
Definition at line 64 of file qgsbrushstylecombobox.cpp.
|
protected |
Definition at line 75 of file qgsbrushstylecombobox.cpp.
| void QgsBrushStyleComboBox::setBrushStyle | ( | Qt::BrushStyle | style | ) |
Definition at line 69 of file qgsbrushstylecombobox.cpp.