MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / aDisplayFilterExecute

Method aDisplayFilterExecute

source/main.cpp:1342–1352  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1340}
1341//---------------------------------------------------------------------------
1342void __fastcall TMainForm::aDisplayFilterExecute(TObject *Sender)
1343{
1344 FilterForm = new TFilterForm(this);
1345 FilterForm->MessMatchFr->ToDialog(&MessMatch);
1346 if( FilterForm->ShowModal() == mrOk )
1347 {
1348 FilterForm->MessMatchFr->FromDialog(&MessMatch);
1349 ApplyFilter();
1350 }
1351 delete FilterForm;
1352}
1353//---------------------------------------------------------------------------
1354void __fastcall TMainForm::ClearFilterButton2Click(TObject *Sender)
1355{

Callers

nothing calls this directly

Calls 2

ToDialogMethod · 0.45
FromDialogMethod · 0.45

Tested by

no test coverage detected