Searched refs:m_MapList (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/generic/
H A Dhelpext.cpp79 m_MapList = NULL;
148 if (m_MapList)
150 wxList::compatibility_iterator node = m_MapList->GetFirst();
154 m_MapList->Erase(node);
155 node = m_MapList->GetFirst();
158 delete m_MapList;
159 m_MapList = (wxList*) NULL;
213 m_MapList->Append(new wxExtHelpMapEntry(id, url, doc));
288 m_MapList = new wxList;
325 wxList::compatibility_iterator node = m_MapList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dhelpext.h144 wxList *m_MapList; member in class:wxExtHelpController

Completed in 46 milliseconds