MCPcopy Create free account
hub / github.com/IENT/YUView / getFileSize

Method getFileSize

YUViewLib/src/filesource/FileSource.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 virtual QList<InfoItem> getFileInfoList() const;
75 int64_t getFileSize() const { return !isFileOpened ? -1 : fileInfo.size(); }
76 QString getAbsoluteFilePath() const;
77 QFileInfo getFileInfo() const { return this->fileInfo; }
78 QFile * getQFile() { return &this->srcFile; }

Callers 8

parseAnnexBFileMethod · 0.80
playlistItemRawFileMethod · 0.80
updateStartEndRangeMethod · 0.80
getInfoMethod · 0.80
parseY4MFileMethod · 0.80
setFormatFromFileNameMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected