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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.h57 * @param fClearSelection Whether to clear selected text before appending.
61 virtual void appendText(const QString &rStr, bool fClearSelection);
H A DVBoxDbgConsole.cpp204 VBoxDbgConsoleOutput::appendText(const QString &rStr, bool fClearSelection) argument
218 if (!fClearSelection && Cursor.hasSelection())
548 m_pOutput->appendText(rCommand + "\n", true /*fClearSelection*/);
568 m_pOutput->appendText(QString::fromUtf8((const char *)m_pszOutputBuf, (int)m_cbOutputBuf), false /*fClearSelection*/);

Completed in 60 milliseconds