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

Method CheckAllPriButtonClick

source/messmatchframe.cpp:83–88  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

81}
82//---------------------------------------------------------------------------
83void __fastcall TMessMatchFr::CheckAllPriButtonClick(TObject *Sender)
84{
85 for(int i=0; i<PriorityLB->Items->Count; i++)
86 PriorityLB->Checked[i] = true;
87 MatchChange(Sender);
88}
89//---------------------------------------------------------------------------
90void __fastcall TMessMatchFr::UncheckAllPriButtonClick(TObject *Sender)
91{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected