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

Method IsDelayedDestroy

DuiLib/Core/UIContainer.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 bool CContainerUI::IsDelayedDestroy() const
145 {
146 return m_bDelayedDestroy;
147 }
148
149 void CContainerUI::SetDelayedDestroy(bool bDelayed)
150 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected