18 #ifndef QGSBLENDMODECOMBOBOX_H 19 #define QGSBLENDMODECOMBOBOX_H 39 QPainter::CompositionMode blendMode();
41 void setBlendMode( QPainter::CompositionMode blendMode );
50 QStringList blendModesList()
const;
54 std::vector<int> mBlendModeToListIndex;
55 std::vector<int> mListIndexToBlendMode;
67 #endif // QGSBLENDMODECOMBOBOX_H
A combobox which lets the user select blend modes from a predefined list.