Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ CreateMsgLoop
Method
CreateMsgLoop
SOUI/src/SApp.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
{
84
public:
85
virtual SMessageLoop * CreateMsgLoop()
86
{
87
return new SMessageLoop;
88
}
89
90
virtual void DestoryMsgLoop(SMessageLoop * pMsgLoop)
91
{
Callers
3
SApplication
Method · 0.80
SetMsgLoopFactory
Method · 0.80
SHostDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected