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

Method Load

source/messstyle.cpp:26–33  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

24}
25//---------------------------------------------------------------------------
26void TMessStyle::Load(XMLElementEx * p)
27{
28 TextColor = (TColor)p->ri("textColor", (int)clBlack);
29 BackgroundColor = (TColor)p->ri("backgroundColor", (int)clWhite);
30 bBold = p->rb("bold", false);
31 bItalic = p->rb("italic", false);
32 bUnderline = p->rb("underline", false);
33}
34//---------------------------------------------------------------------------
35void TMessStyle::SetFontStyle(TFont * p)
36{

Callers

nothing calls this directly

Calls 2

riMethod · 0.80
rbMethod · 0.80

Tested by

no test coverage detected