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

Method Save

source/messprocessing.cpp:79–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

77}
78//---------------------------------------------------------------------------
79void TMessProcess::Save(XMLElementEx * p)
80{
81 p->wb("ignore", bIgnore);
82 p->wb("alarm", bAlarm);
83 p->ws("alarmmess", AlarmMess);
84 p->wb("sound", bSound);
85 p->ws("soundfile", SoundFile);
86 p->wi("playcount", PlayCount);
87 p->wb("sendmail", bSendMail);
88 p->ws("recipient", Recipient);
89 p->wb("runprog", bRunProg);
90 p->ws("progfile", ProgFile);
91 p->wb("proghide", bProgHide);
92 p->wb("savetofile", bSaveToFile);
93 p->wi("savefile", SaveFile);
94}
95//---------------------------------------------------------------------------
96void TMessProcess::Load(XMLElementEx * p)
97{

Callers

nothing calls this directly

Calls 8

ReportError2Function · 0.85
wbMethod · 0.80
wsMethod · 0.80
wiMethod · 0.80
NewElementMethod · 0.80
InsertEndChildMethod · 0.80
NewDeclarationMethod · 0.80
SaveFileMethod · 0.80

Tested by

no test coverage detected