MCPcopy Create free account
hub / github.com/SOUI2/soui / SetWindowText

Method SetWindowText

demo/qrcode/SQrCtrl.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void SQrCtrl::SetWindowText(LPCTSTR lpszText)
15{
16 __super::SetWindowText(lpszText);
17 CreateQrImg(GetWindowText());
18}
19
20BOOL SQrCtrl::OnRelayout(const CRect & rcWnd)
21{

Callers 13

getViewMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45
DropMethod · 0.45
OnInitDialogMethod · 0.45
OnChromeTabNewMethod · 0.45
OnMenuSliderPosMethod · 0.45
OnEventPathMethod · 0.45
OnInitGroupMethod · 0.45

Calls 2

SetWindowTextFunction · 0.85
GetWindowTextFunction · 0.85

Tested by

no test coverage detected