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

Method GetAllColumnsWidth

sourcecommon/gridcolumns.cpp:56–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54}
55//---------------------------------------------------------------------------
56int __fastcall TStringGridLivingColumns::GetAllColumnsWidth(void)
57{
58 int AllColWidth = 0;
59 for(int i=0, c=SG->ColCount; i<c; i++)
60 AllColWidth += SG->ColWidths[i];
61 // ������ ������������ ��� ������ ������ ������� ������ �� 1 ������� -
62 // ��� ������������� ��������� ��������������� ����������
63 return AllColWidth + SG->ColCount;
64}
65//---------------------------------------------------------------------------
66void TStringGridLivingColumns::SaveColumnKoeff(void)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected