QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsEffectDrawModeComboBox Class Reference

A combobox allowing selection of paint effect draw modes. More...

#include <qgseffectdrawmodecombobox.h>

Inheritance diagram for QgsEffectDrawModeComboBox:

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.

Detailed Description

A combobox allowing selection of paint effect draw modes.

Definition at line 30 of file qgseffectdrawmodecombobox.h.

Constructor & Destructor Documentation

◆ QgsEffectDrawModeComboBox()

QgsEffectDrawModeComboBox::QgsEffectDrawModeComboBox ( QWidget *parent SIP_TRANSFERTHIS = nullptr)

Definition at line 25 of file qgseffectdrawmodecombobox.cpp.

Member Function Documentation

◆ drawMode()

QgsPaintEffect::DrawMode QgsEffectDrawModeComboBox::drawMode ( ) const

Returns the currently selected draw mode for the combo box.

Returns
current draw mode

Definition at line 41 of file qgseffectdrawmodecombobox.cpp.

◆ setDrawMode()

void QgsEffectDrawModeComboBox::setDrawMode ( QgsPaintEffect::DrawMode drawMode)

Sets the currently selected draw mode for the combo box.

Parameters
drawModeselected draw mode

Definition at line 46 of file qgseffectdrawmodecombobox.cpp.


The documentation for this class was generated from the following files: