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

Method SDispatchMessage

SOUI/src/core/Swnd.cpp:250–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 void SWindow::SDispatchMessage(UINT uMsg, WPARAM wParam, LPARAM lParam)
251 {
252 SSendMessage(uMsg,wParam,lParam);
253 SWindow *pChild = GetWindow(GSW_FIRSTCHILD);
254 while(pChild)
255 {
256 pChild->SDispatchMessage(uMsg,wParam,lParam);
257 pChild = pChild->GetWindow(GSW_NEXTSIBLING);
258 }
259 }
260
261 void SWindow::Move(LPCRECT prect)
262 {

Callers 10

DispatchMessage2ItemsMethod · 0.80
DispatchMessage2ItemsMethod · 0.80
DropDownMethod · 0.80
OnColorizeMethod · 0.80
OnLanguageChangedMethod · 0.80
OnScaleChangedMethod · 0.80
DispatchMessage2ItemsMethod · 0.80
DispatchMessage2ItemsMethod · 0.80
ShowMenuMethod · 0.80
HandleScaleChangeMethod · 0.80

Calls 1

GetWindowMethod · 0.45

Tested by

no test coverage detected