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

Method M_View_SheetClick

Source/GUI/VCL/GUI_Main.cpp:1435–1441  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1433
1434//---------------------------------------------------------------------------
1435void __fastcall TMainF::M_View_SheetClick(TObject *Sender)
1436{
1437 I->Option_Static(__T("Inform"));
1438 M_View_Sheet->Checked=true;
1439 ToolBar_View_Sheet->Checked=true;
1440 ChangePage(Page_Sheet);
1441}
1442
1443//---------------------------------------------------------------------------
1444void __fastcall TMainF::M_View_TreeClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected