Searched refs:m_destroy (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlist.cpp145 m_destroy = false;
161 wxASSERT_MSG( !list.m_destroy,
164 m_destroy = list.m_destroy;
370 if ( m_destroy )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlist.h183 bool m_destroy; \
245 liT() : m_destroy( false ) {} \
310 { m_destroy = destroy; } \
312 { return m_destroy; } \
315 if ( m_destroy ) \
334 if ( m_destroy ) \
528 void DeleteContents(bool destroy) { m_destroy = destroy; }
532 { return m_destroy; }
658 bool m_destroy; // destroy user data when deleting list items? member in class:wxListBase
1088 { bool t = m_destroy; m_destro
[all...]

Completed in 219 milliseconds