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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp356 : VBoxDbgBaseWindow(a_pDbgGui, a_pParent), m_pOutput(NULL), m_pInput(NULL), m_fInputRestoreFocus(false),
389 m_pInput = new VBoxDbgConsoleInput(NULL);
390 pLayout->addWidget(m_pInput);
391 m_pInput->setDuplicatesEnabled(false);
392 connect(m_pInput, SIGNAL(commandSubmitted(const QString &)), this, SLOT(commandSubmitted(const QString &)));
397 pLabel->setMaximumSize(20, m_pInput->sizeHint().height() + 6);
398 pLabel->setMinimumSize(20, m_pInput->sizeHint().height() + 6);
404 m_pInput->setEnabled(false); /* (we'll get a ready notification) */
420 setTabOrder(m_pInput, m_pOutput);
497 m_pInput
[all...]
H A DVBoxDbgConsole.h304 VBoxDbgConsoleInput *m_pInput; member in class:VBoxDbgConsole

Completed in 768 milliseconds