Home
last modified time | relevance | path

Searched refs:groupNameInsertBefore (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/libkis/
H A DPalette.cpp142 bool Palette::moveGroup(const QString &groupName, const QString &groupNameInsertBefore) in moveGroup() argument
144 return d->palette->moveGroup(groupName, groupNameInsertBefore); in moveGroup()
H A DPalette.h158 bool moveGroup(const QString &groupName, const QString &groupNameInsertBefore = QString());
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/sip/krita/
H A DPalette.sip23 bool moveGroup(const QString &groupName, const QString &groupNameInsertBefore);
/dports/graphics/krita/krita-4.4.8/libs/pigment/resources/
H A DKoColorSet.h191 …bool moveGroup(const QString &groupName, const QString &groupNameInsertBefore = GLOBAL_GROUP_NAME);
H A DKoColorSet.cpp376 bool KoColorSet::moveGroup(const QString &groupName, const QString &groupNameInsertBefore) in moveGroup() argument
378 … if (!d->groupNames.contains(groupName) || d->groupNames.contains(groupNameInsertBefore)==false) { in moveGroup()
381 if (groupNameInsertBefore != GLOBAL_GROUP_NAME && groupName != GLOBAL_GROUP_NAME) { in moveGroup()
383 int index = d->groupNames.indexOf(groupNameInsertBefore); in moveGroup()