Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ FileViewOnListSelect
Function
FileViewOnListSelect
LibLemon/src/gui/fileview.cpp:98–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void FileViewOnListSelect(GridItem& item, GridView* lv){
99
FileView* fv = (FileView*)lv->GetParent();
100
101
if(fv->OnFileSelected)
102
fv->OnFileSelected(item.name, fv);
103
}
104
105
class FileButton : public Button{
106
public:
Callers
nothing calls this directly
Calls
1
GetParent
Method · 0.80
Tested by
no test coverage detected