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

Method M_View_Graph_SvgClick

Source/GUI/VCL/GUI_Main.cpp:1527–1532  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1525
1526//---------------------------------------------------------------------------
1527void __fastcall TMainF::M_View_Graph_SvgClick(TObject *Sender)
1528{
1529 M_View_Graph_Svg->Checked=true;
1530 ToolBar_View_Graph_Svg->Checked=true;
1531 ChangePage(Page_Custom);
1532}
1533
1534//---------------------------------------------------------------------------
1535void __fastcall TMainF::M_View_PBCoreClick(TObject *Sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected