MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / getFullPath

Method getFullPath

src/board/UBFeaturesController.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 QImage getThumbnail() const {return mThumbnail;}
128 QString getVirtualPath() const { return virtualDir; }
129 QUrl getFullPath() const { return mPath; }
130 QString getFullVirtualPath() const { return virtualDir + "/" + mName; }
131 QString getUrl() const;
132 void setFullPath(const QUrl &newPath) {mPath = newPath;}

Callers 15

operator ==Method · 0.80
storeAsFavoriteMethod · 0.80
importImageMethod · 0.80
getFileNamesInFoldersMethod · 0.80
addNewFolderMethod · 0.80
addItemToPageMethod · 0.80
addItemAsBackgroundMethod · 0.80
addDownloadedFileMethod · 0.80
moveItemToFolderMethod · 0.80
copyItemToFolderMethod · 0.80
moveExternalDataMethod · 0.80
deleteItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected