MCPcopy Create free account
hub / github.com/DISTRHO/DPF / fileBrowserSelected

Function fileBrowserSelected

dgl/Window.hpp:555–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 /** DEPRECATED Use onFileSelected(). */
554 DISTRHO_DEPRECATED_BY("onFileSelected(const char*)")
555 inline virtual void fileBrowserSelected(const char* filename) { return onFileSelected(filename); }
556 #endif
557
558private:

Callers

nothing calls this directly

Calls 1

onFileSelectedFunction · 0.85

Tested by

no test coverage detected