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

Method Save

source/messstyle.cpp:17–24  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

15}
16//---------------------------------------------------------------------------
17void TMessStyle::Save(XMLElementEx * p)
18{
19 p->wi("textColor", (int)TextColor);
20 p->wi("backgroundColor", (int)BackgroundColor);
21 p->wb("bold", bBold);
22 p->wb("italic", bItalic);
23 p->wb("underline", bUnderline);
24}
25//---------------------------------------------------------------------------
26void TMessStyle::Load(XMLElementEx * p)
27{

Callers

nothing calls this directly

Calls 2

wiMethod · 0.80
wbMethod · 0.80

Tested by

no test coverage detected