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

Method TMessStyle

source/messstyle.cpp:8–15  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6
7//---------------------------------------------------------------------------
8TMessStyle::TMessStyle()
9{
10 TextColor = clBlack;
11 BackgroundColor = clWhite;
12 bBold = false;
13 bItalic = false;
14 bUnderline = false;
15}
16//---------------------------------------------------------------------------
17void TMessStyle::Save(XMLElementEx * p)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected