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

Method IsAutoDestroy

DuiLib/Core/UIContainer.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 bool CContainerUI::IsAutoDestroy() const
135 {
136 return m_bAutoDestroy;
137 }
138
139 void CContainerUI::SetAutoDestroy(bool bAuto)
140 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected