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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp148 struct wxCmdLineParam struct
150 wxCmdLineParam(const wxString& desc, function in struct:wxCmdLineParam
165 WX_DECLARE_OBJARRAY(wxCmdLineParam, wxArrayParams);
418 wxCmdLineParam& param = m_data->m_paramDesc.Last();
431 wxCmdLineParam *param = new wxCmdLineParam(desc, type, flags);
823 wxCmdLineParam& param = m_data->m_paramDesc[currentParam];
891 wxCmdLineParam& param = m_data->m_paramDesc[currentParam];
1047 wxCmdLineParam& param = m_data->m_paramDesc[n];

Completed in 89 milliseconds