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

Method M_Debug_AdvancedClick

Source/GUI/VCL/GUI_Main.cpp:1729–1745  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1727
1728//---------------------------------------------------------------------------
1729void __fastcall TMainF::M_Debug_AdvancedClick(TObject *Sender)
1730{
1731 if (I->Option_Static(__T("Complete_Get"))!=__T(""))
1732 {
1733 I->Option_Static(__T("Complete"));
1734 M_Debug_Advanced->Checked=false;
1735 M_Debug_Avanced_More->Visible=false;
1736 }
1737 else
1738 {
1739 I->Option_Static(__T("Complete"), __T("1"));
1740 M_Debug_Advanced->Checked=true;
1741 M_Debug_Avanced_More->Visible=true;
1742 }
1743
1744 Refresh();
1745}
1746
1747//---------------------------------------------------------------------------
1748void __fastcall TMainF::M_Options_FullParsingClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected