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

Method M_View_JSONClick

Source/GUI/VCL/GUI_Main.cpp:1479–1484  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1477
1478//---------------------------------------------------------------------------
1479void __fastcall TMainF::M_View_JSONClick(TObject *Sender)
1480{
1481 M_View_JSON->Checked=true;
1482 ToolBar_View_JSON->Checked=true;
1483 ChangePage(Page_Custom);
1484}
1485
1486//---------------------------------------------------------------------------
1487void __fastcall TMainF::M_View_MPEG7_StrictClick(TObject *Sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected