MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / OnListSubmit

Method OnListSubmit

LibLemon/src/gui/fileview.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 }
295
296 void FileView::OnListSubmit(GridItem& item, GridView* list){
297 FileView* fv = (FileView*)list->GetParent();
298
299 fv->OnSubmit(item.name);
300 }
301
302 void FileView::OnTextBoxSubmit(TextBox* textBox){
303 FileView* fv = (FileView*)textBox->GetParent();

Callers

nothing calls this directly

Calls 2

GetParentMethod · 0.80
OnSubmitMethod · 0.80

Tested by

no test coverage detected