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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.h152 void commandSubmitted(const QString &rCommand);
158 * Will emit commandSubmitted().
196 void commandSubmitted(const QString &rCommand);
H A DVBoxDbgConsole.cpp299 emit commandSubmitted(strCommand);
392 connect(m_pInput, SIGNAL(commandSubmitted(const QString &)), this, SLOT(commandSubmitted(const QString &)));
514 VBoxDbgConsole::commandSubmitted(const QString &rCommand) function in class:VBoxDbgConsole
554 Log(("VBoxDbgConsole::commandSubmitted: %s (input-enabled=%RTbool)\n", psz, m_pInput->isEnabled()));

Completed in 44 milliseconds