MCPcopy Create free account
hub / github.com/KDE/krita / filePathForFrame

Function filePathForFrame

libs/ui/KisFrameDataSerializer.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 QString filePathForFrame(int frameId)
39 {
40 return framesDirObject.filePath(
41 subfolderNameForFrame(frameId) + '/' +
42 fileNameForFrame(frameId));
43 }
44
45 int generateFrameId() {
46 // TODO: handle wrapping and range compression

Callers

nothing calls this directly

Calls 3

subfolderNameForFrameFunction · 0.85
fileNameForFrameFunction · 0.85
filePathMethod · 0.80

Tested by

no test coverage detected