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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Daccel.h54 , m_command(cmd)
61 , m_command(entry.m_command)
71 Set(entry.m_flags, entry.m_keyCode, entry.m_command, entry.m_item);
79 m_command = cmd;
87 int GetCommand() const { return m_command; }
95 m_command == entry.m_command &&
133 int m_command; // Command id to generate member in class:wxAcceleratorEntry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConnector.h70 : m_command(wxEmptyString), m_cmd_id(CMD_ERR_SYNTAX), m_short(wxEmptyString), m_verbose(wxEmptyString), m_params(CMD_PARAM_OPTIONAL), m_parent(NULL), m_app(app)
86 : m_command(command), m_cmd_id(cmd_id), m_short(shortDesc), m_verbose(longDesc), m_params(params), m_parent(NULL), m_app(app)
91 wxString m_command; member in class:CCommandTree
H A DExternalConnector.cpp80 const wxString& cmd = command->m_command;
83 if ((*it)->m_command > cmd) {
96 if ((*it)->m_command.Lower() == cmd) {
119 wxString cmd = m_command;
123 cmd = parent->m_command + wxT(" ") + cmd;
136 if ((*it)->m_command.Lower() == cmd) {
173 int len = (*it)->m_command.Length();
182 m_app.Show((*it)->m_command + wxString(wxT(' '), maxlen - (*it)->m_command.Length()) + wxGetTranslation((*it)->m_short) + wxT("\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddbgrptg.cpp130 const wxString& GetCommand() const { return m_command; }
132 wxString m_command; member in class:wxDumpOpenExternalDlg
186 ,wxTextValidator(wxFILTER_NONE, &m_command)
224 wxFileName fname(m_command);
235 m_command = dlg.GetPath();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp317 m_command(command)
324 return (ExitCode)EXEC(m_command);
328 wxString m_command; member in class:MyExecThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmenu.cpp167 if (m_vAccels[n]->m_command == nId)
207 pAccel->m_command = pItem->GetId();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmenu.cpp283 if ( m_accels[n]->m_command == id )
318 accel->m_command = item->GetId();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddivacapi.h238 word m_command; member in struct:_PLCI
H A Dmessage.c3480 plci->m_command = command;
3514 plci->m_command = command;
3580 plci->m_command = command;
4960 /* w = m_command */
4972 "dwbbbbSbS",_DI_MANU_ID,plci->m_command,
7304 plci->m_command = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp4070 m_command(command)
4077 return (ExitCode)wxExecute(m_command, wxEXEC_SYNC);
4081 wxString m_command; member in class:MyExecThread

Completed in 157 milliseconds