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

Method GetCurrentProfile

source/messhl.cpp:161–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

159}
160//---------------------------------------------------------------------------
161TMessHighlightList * THighlightProfileList::GetCurrentProfile(void)
162{
163 if( CurrentProfile >= 0 && CurrentProfile < Count )
164 return (TMessHighlightList *)Items[CurrentProfile];
165 return NULL;
166}
167//---------------------------------------------------------------------------
168void THighlightProfileList::Save(String file)
169{

Callers 9

FillRuleListMethod · 0.80
AddButtonClickMethod · 0.80
DelButtonClickMethod · 0.80
UpButtonClickMethod · 0.80
DownButtonClickMethod · 0.80
DrawGridDrawCellMethod · 0.80
DrawGridClickMethod · 0.80
OnFrameValuesChangeMethod · 0.80
LogSGDrawCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected