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

Class TWaitCursor

sourcecommon/utils.h:136–145  ·  view source on GitHub ↗

----------------------------------------------------------------- �������� ������ ���� �� "�������� ����". ������: TWaitCursor wait; ���������� ������ ������ ��� ������ ������� �� ������� ���������

Source from the content-addressed store, hash-verified

134// �������� ������ ���� �� "�������� ����". ������: TWaitCursor wait;
135// ���������� ������ ������ ��� ������ ������� �� ������� ���������
136class TWaitCursor
137{
138public:
139 TWaitCursor() : oldc((TCursor)Screen->Cursor)
140 { Screen->Cursor = (TCursor)crHourGlass; }
141 ~TWaitCursor() { Screen->Cursor = (TCursor)oldc; }
142
143private:
144 TCursor oldc;
145};
146//---------------------------------------------------------------------------
147// ������������� ����������������� ����� hex � ��������
148BYTE HexVal(char hex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected