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

Method SetText

lib_acl_cpp/samples/gui_rpc/ui/MeterCtrl.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void CMeterCtrl::SetText(CString& msg)
153{
154 m_sCaption = msg;
155 InvalidateMeater();
156}
157
158void CMeterCtrl::SetText(const char* pMsg)
159{

Callers 4

OnInitDialogMethod · 0.45
OnSizeMethod · 0.45
OnDownloadingMethod · 0.45
OnDownloadOverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected