MCPcopy 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{
84public:
85 virtual SMessageLoop * CreateMsgLoop()
86 {
87 return new SMessageLoop;
88 }
89
90 virtual void DestoryMsgLoop(SMessageLoop * pMsgLoop)
91 {

Callers 3

SApplicationMethod · 0.80
SetMsgLoopFactoryMethod · 0.80
SHostDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected