MCPcopy Create free account
hub / github.com/cinience/RedisStudio / OnFinalMessage

Method OnFinalMessage

DuiLib/Utils/WinImplBase.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15DUI_END_MESSAGE_MAP()
16
17void WindowImplBase::OnFinalMessage( HWND hWnd )
18{
19 m_PaintManager.RemovePreMessageFilter(this);
20 m_PaintManager.RemoveNotifier(this);
21 m_PaintManager.ReapObjects(m_PaintManager.GetRoot());
22}
23
24LRESULT WindowImplBase::ResponseDefaultKeyEvent(WPARAM wParam)
25{

Callers

nothing calls this directly

Calls 4

RemoveNotifierMethod · 0.80
ReapObjectsMethod · 0.80
GetRootMethod · 0.45

Tested by

no test coverage detected