MCPcopy Create free account
hub / github.com/acl-dev/acl / SetParts

Method SetParts

app/net_tools/ui/MeterBar.cpp:26–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24END_MESSAGE_MAP()
25
26BOOL CMeterBar::SetParts(int nParts, int* pWidths)
27{
28 m_nParts = nParts;
29 m_pWidths = new int[nParts];
30 int i;
31 for (i = 0; i < nParts; i++)
32 {
33 m_pWidths[i] = pWidths[i];
34 }
35 return (TRUE);
36}
37
38// CMeterBar ��Ϣ��������
39

Callers 2

OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected