Searched refs:wxCmdLineOption (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.cpp62 struct wxCmdLineOption struct
64 wxCmdLineOption(wxCmdLineEntryType k, function in struct:wxCmdLineOption
106 wxASSERT_MSG( type == typ, _T("type mismatch in wxCmdLineOption") );
164 WX_DECLARE_OBJARRAY(wxCmdLineOption, wxArrayOptions);
386 wxCmdLineOption *option = new wxCmdLineOption(wxCMD_LINE_SWITCH,
402 wxCmdLineOption *option = new wxCmdLineOption(wxCMD_LINE_OPTION,
448 wxCmdLineOption& opt = m_data->m_options[(size_t)i];
463 wxCmdLineOption
[all...]

Completed in 15 milliseconds