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

Method RotationEnable

source/fileframe.cpp:84–98  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82}
83//---------------------------------------------------------------------------
84void TFileFr::RotationEnable(void)
85{
86 bool b2 = RotationRB2->Checked;
87 bool b3 = RotationRB3->Checked;
88
89 SizeEdit->Enabled = b2;
90 MultCB->Enabled = b2;
91 MomentCB->Enabled = b3;
92 HourEdit->Enabled = b3;
93
94 RenamingRB0->Enabled = b2 || b3;
95 RenamingRB1->Enabled = b2 || b3;
96 CountEdit->Enabled = b2 || b3;
97 NewNameEdit->Enabled = b2 || b3;
98}
99//---------------------------------------------------------------------------
100void TFileFr::FromDialog(TStorageFile * p)
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected