| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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 28 of file qgsbrushstylecombobox.h.
| QgsBrushStyleComboBox::QgsBrushStyleComboBox | ( | QWidget * | parent = nullptr | ) | 
Definition at line 28 of file qgsbrushstylecombobox.cpp.
| Qt::BrushStyle QgsBrushStyleComboBox::brushStyle | ( | ) | const | 
Definition at line 62 of file qgsbrushstylecombobox.cpp.
      
  | 
  protected | 
Definition at line 73 of file qgsbrushstylecombobox.cpp.
| void QgsBrushStyleComboBox::setBrushStyle | ( | Qt::BrushStyle | style | ) | 
Definition at line 67 of file qgsbrushstylecombobox.cpp.