MCPcopy Create free account
hub / github.com/GollyGang/ready / MacOpenFile

Method MacOpenFile

src/gui/app.cpp:84–88  ·  view source on GitHub ↗

open a .vti file that was double-clicked or dropped onto app icon

Source from the content-addressed store, hash-verified

82#ifdef __WXMAC__
83// open a .vti file that was double-clicked or dropped onto app icon
84void MyApp::MacOpenFile(const wxString& fullPath)
85{
86 currframe->Raise();
87 currframe->OpenFile(fullPath);
88}
89#endif
90
91bool MyApp::OnInit()

Callers

nothing calls this directly

Calls 1

OpenFileMethod · 0.80

Tested by

no test coverage detected