|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
A combobox allowing selection of paint effect draw modes. More...
#include <qgseffectdrawmodecombobox.h>

Public Member Functions | |
| QgsEffectDrawModeComboBox (QWidget *parent SIP_TRANSFERTHIS=nullptr) | |
| QgsPaintEffect::DrawMode | drawMode () const |
| Returns the currently selected draw mode for the combo box. | |
| void | setDrawMode (QgsPaintEffect::DrawMode drawMode) |
| Sets the currently selected draw mode for the combo box. | |
A combobox allowing selection of paint effect draw modes.
Definition at line 29 of file qgseffectdrawmodecombobox.h.
| QgsEffectDrawModeComboBox::QgsEffectDrawModeComboBox | ( | QWidget *parent | SIP_TRANSFERTHIS = nullptr | ) |
Definition at line 23 of file qgseffectdrawmodecombobox.cpp.
| QgsPaintEffect::DrawMode QgsEffectDrawModeComboBox::drawMode | ( | ) | const |
Returns the currently selected draw mode for the combo box.
Definition at line 39 of file qgseffectdrawmodecombobox.cpp.
| void QgsEffectDrawModeComboBox::setDrawMode | ( | QgsPaintEffect::DrawMode | drawMode | ) |
Sets the currently selected draw mode for the combo box.
| drawMode | selected draw mode |
Definition at line 44 of file qgseffectdrawmodecombobox.cpp.