|
| KUndo2Command * | KisAnimUtils::createCloneKeyframesCommand (const FrameMovePairList &srcDstPairs, KUndo2Command *parentCommand) |
| |
| KUndo2Command * | KisAnimUtils::createKeyframeCommand (KisImageSP image, KisNodeSP node, const QString &channelId, int time, bool copy, KUndo2Command *parentCommand) |
| |
| void | KisAnimUtils::createKeyframeLazy (KisImageSP image, KisNodeSP node, const QString &channelId, int time, bool copy) |
| |
| KUndo2Command * | KisAnimUtils::createMoveKeyframesCommand (const FrameItemList &srcFrames, const FrameItemList &dstFrames, bool copy, bool moveEmpty, KUndo2Command *parentCommand) |
| |
| KUndo2Command * | KisAnimUtils::createMoveKeyframesCommand (const FrameMovePairList &movePairs, bool copy, bool moveEmptyFrames, KUndo2Command *parentCommand=0) |
| | implements safe moves of the frames (even if there are cycling move dependencies)
|
| |
| void | KisAnimUtils::makeClonesUnique (KisImageSP image, const FrameItemList &frames) |
| |
| void | KisAnimUtils::moveOneFrameItem (const FrameItem &src, const FrameItem &dst, bool copy, bool moveEmptyFrames, KUndo2Command *parentCommand) |
| |
| QDebug | KisAnimUtils::operator<< (QDebug dbg, const FrameItem &item) |
| |
| void | KisAnimUtils::removeKeyframe (KisImageSP image, KisNodeSP node, const QString &channel, int time) |
| |
| void | KisAnimUtils::removeKeyframes (KisImageSP image, const FrameItemList &frames) |
| |
| void | KisAnimUtils::resetChannel (KisImageSP image, KisNodeSP node, const QString &channelID) |
| |
| void | KisAnimUtils::resetChannels (KisImageSP image, KisNodeSP node, const QList< QString > &channelIDs) |
| |
| void | KisAnimUtils::sortPointsForSafeMove (QModelIndexList *points, const QPoint &offset) |
| |
| bool | KisAnimUtils::supportsContentFrames (KisNodeSP node) |
| |
| void | KisAnimUtils::swapOneFrameItem (const FrameItem &src, const FrameItem &dst, KUndo2Command *parentCommand) |
| |