Searched refs:m_pArrayInt (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 Dvalgen.cpp74 m_pArrayInt = val;
90 m_pArrayInt = val.m_pArrayInt;
294 if (m_pArrayInt)
303 count = m_pArrayInt->GetCount();
305 pControl->Check(m_pArrayInt->Item(i));
317 if (m_pArrayInt)
326 count = m_pArrayInt->GetCount();
328 pControl->SetSelection(m_pArrayInt->Item(i));
530 if (m_pArrayInt)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvalgen.h54 wxArrayInt* m_pArrayInt; member in class:wxGenericValidator

Completed in 53 milliseconds