Home
last modified time | relevance | path

Searched refs:changeGroupName (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/libkis/
H A DPalette.cpp137 bool Palette::changeGroupName(QString oldGroupName, QString newGroupName) in changeGroupName() function in Palette
139 return d->palette->changeGroupName(oldGroupName, newGroupName); in changeGroupName()
H A DPalette.h150 bool changeGroupName(QString oldGroupName, QString newGroupName);
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/sip/krita/
H A DPalette.sip22 bool changeGroupName(QString oldGroupName, QString newGroupName);
/dports/graphics/krita/krita-4.4.8/libs/pigment/resources/
H A DKoColorSet.h173 bool changeGroupName(const QString &oldGroupName, const QString &newGroupName);
H A DKoColorSet.cpp325 bool KoColorSet::changeGroupName(const QString &oldGroupName, const QString &newGroupName) in changeGroupName() function in KoColorSet
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKisPaletteModel.cpp358 bool success = m_colorSet->changeGroupName(groupName, newName); in renameGroup()
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/
H A Dconnection.h134 void changeGroupName(const QString &roomId, const QString &newName);
H A Dconnection.cpp950 void Connection::changeGroupName(const QString &roomId, const QString &newName) in changeGroupName() function in Connection