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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdline.h42 enum wxCmdLineParamType enum
70 wxCmdLineParamType type;
160 wxCmdLineParamType type = wxCMD_LINE_VAL_STRING,
165 wxCmdLineParamType type = wxCMD_LINE_VAL_STRING,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp49 static wxString GetTypeName(wxCmdLineParamType type);
68 wxCmdLineParamType typ,
104 void Check(wxCmdLineParamType WXUNUSED_UNLESS_DEBUG(typ)) const
135 wxCmdLineParamType type;
151 wxCmdLineParamType typ,
160 wxCmdLineParamType type;
396 wxCmdLineParamType type,
410 wxCmdLineParamType type,
1096 static wxString GetTypeName(wxCmdLineParamType type)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp76 { wxCMD_LINE_OPTION, _T("u"), _T("use-display"), _T("display number to use (default 100)"), (wxCmdLineParamType)0, 0 },
78 { wxCMD_LINE_SWITCH, _T("h"), _T("help"), _T("displays help on the command line parameters"), (wxCmdLineParamType)0, 0 },
79 { wxCMD_LINE_SWITCH, _T("v"), _T("version"), _T("print version"), (wxCmdLineParamType)0, 0 },
83 { wxCMD_LINE_NONE, NULL, NULL, NULL, (wxCmdLineParamType)0, 0 }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp249 { wxCMD_LINE_SWITCH, wxT("v"), wxT("verbose"), wxT("be verbose"), (wxCmdLineParamType)0, 0 },
250 { wxCMD_LINE_SWITCH, wxT("e"), wxT("extra-cpp-code"), wxT("output C++ header file with XRC derived classes"), (wxCmdLineParamType)0, 0 },
251 { wxCMD_LINE_SWITCH, wxT("c"), wxT("cpp-code"), wxT("output C++ source rather than .rsc file"), (wxCmdLineParamType)0, 0 },
252 { wxCMD_LINE_SWITCH, wxT("p"), wxT("python-code"), wxT("output wxPython source rather than .rsc file"), (wxCmdLineParamType)0, 0 },
253 { wxCMD_LINE_SWITCH, wxT("g"), wxT("gettext"), wxT("output list of translatable strings (to stdout or file if -o used)"), (wxCmdLineParamType)0, 0 },
254 { wxCMD_LINE_OPTION, wxT("n"), wxT("function"), wxT("C++/Python function name (with -c or -p) [InitXmlResource]"), (wxCmdLineParamType)0, 0 },
255 { wxCMD_LINE_OPTION, wxT("o"), wxT("output"), wxT("output file [resource.xrs/cpp]"), (wxCmdLineParamType)0, 0 },
257 { wxCMD_LINE_OPTION, wxT("l"), wxT("list-of-handlers"), wxT("output list of necessary handlers to this file"), (wxCmdLineParamType)0, 0 },
263 { wxCMD_LINE_NONE, NULL, NULL, NULL, (wxCmdLineParamType)0, 0 }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdlpars.tex71 wxCmdLineParamType type;
104 enum wxCmdLineParamType
436 \func{void}{AddOption}{\param{const wxString\& }{name}, \param{const wxString\& }{lng = wxEmptyString}, \param{const wxString\& }{desc = wxEmptyString}, \param{wxCmdLineParamType }{type = wxCMD\_LINE\_VAL\_STRING}, \param{int }{flags = 0}}
445 \func{void}{AddParam}{\param{const wxString\& }{desc = wxEmptyString}, \param{wxCmdLineParamType }{type = wxCMD\_LINE\_VAL\_STRING}, \param{int }{flags = 0}}

Completed in 54 milliseconds