MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / OnBrowserDirectoryExpanding

Method OnBrowserDirectoryExpanding

src/gui/browserpanel.cc:262–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 void OnBrowserDirectoryExpanding(wxDataViewEvent& event) override
263 {
264 auto node = _filesystemModel->Find(event.GetItem());
265 if (node && !node->populated && !node->populating)
266 {
267 node->populating = true;
268 RepopulateBrowser(node->dirent->path);
269 }
270 }
271
272 void OnBrowserInfoButton(wxCommandEvent&) override
273 {

Callers

nothing calls this directly

Calls 1

FindMethod · 0.80

Tested by

no test coverage detected