18 #ifndef QGSBLENDMODECOMBOBOX_H
19 #define QGSBLENDMODECOMBOBOX_H
36 QPainter::CompositionMode blendMode();
38 void setBlendMode( QPainter::CompositionMode blendMode );
41 QStringList blendModesList()
const;
45 std::vector<int> mBlendModeToListIndex;
46 std::vector<int> mListIndexToBlendMode;
53 #endif // QGSBLENDMODECOMBOBOX_H