QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A combo box 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. More... | |
void | setDrawMode (QgsPaintEffect::DrawMode drawMode) |
Sets the currently selected draw mode for the combo box. More... | |
A combo box allowing selection of paint effect draw modes.
Definition at line 31 of file qgseffectdrawmodecombobox.h.
QgsEffectDrawModeComboBox::QgsEffectDrawModeComboBox | ( | QWidget *parent | SIP_TRANSFERTHIS = nullptr | ) |
Definition at line 22 of file qgseffectdrawmodecombobox.cpp.
QgsPaintEffect::DrawMode QgsEffectDrawModeComboBox::drawMode | ( | ) | const |
Returns the currently selected draw mode for the combo box.
Definition at line 38 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 43 of file qgseffectdrawmodecombobox.cpp.