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

Method M_View_EasyClick

Source/GUI/VCL/GUI_Main.cpp:1426–1432  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1424
1425//---------------------------------------------------------------------------
1426void __fastcall TMainF::M_View_EasyClick(TObject *Sender)
1427{
1428 I->Option_Static(__T("Inform"));
1429 M_View_Easy->Checked=true;
1430 ToolBar_View_Easy->Checked=true;
1431 ChangePage(Page_Easy);
1432}
1433
1434//---------------------------------------------------------------------------
1435void __fastcall TMainF::M_View_SheetClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected