Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrBeanCpp/Dr-Folder
/ functions
Functions
31 in github.com/MrBeanCpp/Dr-Folder
⨍
Functions
31
◇
Types & classes
2
↓ 1 callers
Method
applySelectedIcon
folderIconSelector.cpp:111
Method
FolderIconSelector
folderIconSelector.cpp:19
Method
Widget
widget.cpp:16
Method
addIconCandidate
folderIconSelector.cpp:130
Method
addListItem
widget.cpp:80
Method
beforeAddItems
widget.cpp:111
Method
clearListItems
widget.cpp:127
Method
contextMenuEvent
folderIconSelector.cpp:163
Method
dragEnterEvent
widget.cpp:139
Method
dropEvent
widget.cpp:146
Method
eventFilter
folderIconSelector.cpp:154
Method
findMatchedComboTextIndex
folderIconSelector.cpp:142
Method
getExeFiles
utils.cpp:47
Method
getFileIcon
通过源码可以发现,QFileIconProvider只会缓存Folder图标,不缓存文件图标 缓存方式为:QPixmapCache,所以调用clear()静态方法就可以清空
utils.cpp:161
Method
getFolderIconPath
直接读取 desktop.ini 的话遇到编码问题
utils.cpp:92
Method
hasCustomIcon
在没有缓存的情况下(重启),无论是什么方法,都不可避免要读取icon,都很慢
utils.cpp:109
Method
isDefaultExeIcon
slow
utils.cpp:142
Method
isFolderWirtable
utils.cpp:13
Method
isInDir
对于绝对路径,QDir::exists() 不可靠(for判断是否inDir)
utils.cpp:179
Method
isUsingDefaultIcon
slow
utils.cpp:136
Method
listFolders
widget.cpp:102
Method
listSubDirs
widget.cpp:88
Function
main
main.cpp:5
Method
mouseDoubleClickEvent
folderIconSelector.cpp:181
Method
openFolder
folderIconSelector.cpp:125
Method
restoreFolderIcon
重置文件夹图标
utils.cpp:76
Method
setFolderIcon
utils.cpp:22
Method
setIcon
folderIconSelector.cpp:116
Method
showActionFailed
folderIconSelector.cpp:137
Method
~FolderIconSelector
folderIconSelector.cpp:106
Method
~Widget
widget.cpp:75