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

Method ApplyFilter

source/main.cpp:1360–1366  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1358}
1359//---------------------------------------------------------------------------
1360void TMainForm::ApplyFilter(void)
1361{
1362 MessMatchLabel->Caption = MessMatch.GetDescription();
1363 MessMatchLabel->Update();
1364 ClearFilterButton2->Visible = ! MessMatch.IsAllMatch();
1365 RedrawProto();
1366}
1367//---------------------------------------------------------------------------
1368void __fastcall TMainForm::aHideBarsExecute(TObject *Sender)
1369{

Callers

nothing calls this directly

Calls 3

UpdateMethod · 0.80
IsAllMatchMethod · 0.80
GetDescriptionMethod · 0.45

Tested by

no test coverage detected