mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Continuation of object editing
This commit is contained in:
@ -78,6 +78,14 @@ public:
|
||||
/// Returns blend mode name
|
||||
/// \param mode Blend mode
|
||||
static QString getBlendModeName(BlendMode mode);
|
||||
|
||||
/// Returns blend mode translated name
|
||||
/// \param mode Blend mode
|
||||
static QString getBlendModeTranslatedName(BlendMode mode);
|
||||
|
||||
/// Returns vector of all blend modes, excluding duplicate ones (for example,
|
||||
/// Compatible mode is equal to Normal blend mode)
|
||||
static std::vector<BlendMode> getBlendModes();
|
||||
};
|
||||
|
||||
} // namespace pdf
|
||||
|
Reference in New Issue
Block a user