MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / M_Debug_HeaderClick

Method M_Debug_HeaderClick

Source/GUI/VCL/GUI_Main.cpp:1711–1716  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1709
1710//---------------------------------------------------------------------------
1711void __fastcall TMainF::M_Debug_HeaderClick(TObject *Sender)
1712{
1713 if (!FileOpenDialog1->Execute(Handle))
1714 return;
1715 Debug_Header_Create(GUI_Text(FileOpenDialog1->FileName), Handle);
1716}
1717
1718//---------------------------------------------------------------------------
1719void __fastcall TMainF::M_Help_AboutClick(TObject *Sender)

Callers

nothing calls this directly

Calls 2

Debug_Header_CreateFunction · 0.50
ExecuteMethod · 0.45

Tested by

no test coverage detected