123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446 |
- /*=========================================================================
- Library: CTK
- Copyright (c) Kitware Inc.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0.txt
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- =========================================================================*/
- /*=========================================================================
- Program: ParaView
- Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc.
- All rights reserved.
- ParaView is a free software; you can redistribute it and/or modify it
- under the terms of the ParaView license version 1.2.
- See http://www.paraview.org/paraview/project/license.html for the full ParaView license.
- A copy of this license can be obtained by contacting
- Kitware Inc.
- 28 Corporate Drive
- Clifton Park, NY 12065
- USA
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- =========================================================================*/
- // Qt includes
- #include <QAbstractItemView>
- #include <QAction>
- #include <QApplication>
- #include <QClipboard>
- #include <QCompleter>
- #include <QFile>
- #include <QFileDialog>
- #include <QKeyEvent>
- #include <QMimeData>
- #include <QPointer>
- #include <QPushButton>
- #include <QTextBlock>
- #include <QTextCursor>
- #include <QVBoxLayout>
- #include <QScrollBar>
- #include <QDebug>
- // CTK includes
- #include "ctkConsole.h"
- #include "ctkConsole_p.h"
- #include "ctkPimpl.h"
- //-----------------------------------------------------------------------------
- // ctkConsoleCompleter methods
- //-----------------------------------------------------------------------------
- QStringList ctkConsoleCompleter::autocompletePreferenceList()
- {
- return this->AutocompletePreferenceList;
- }
- //-----------------------------------------------------------------------------
- void ctkConsoleCompleter::setAutocompletePreferenceList(const QStringList& list)
- {
- this->AutocompletePreferenceList = list;
- }
- //-----------------------------------------------------------------------------
- // ctkConsolePrivate methods
- //-----------------------------------------------------------------------------
- ctkConsolePrivate::ctkConsolePrivate(ctkConsole& object) :
- Superclass(0),
- q_ptr(&object),
- InteractivePosition(documentEnd()),
- MessageOutputSize(0),
- MultilineStatement(false), Ps1("$ "), Ps2("> "),
- insertCompletionMethod(true),
- EditorHints(ctkConsole::AutomaticIndentation | ctkConsole::RemoveTrailingSpaces),
- ScrollbarAtBottom(false),
- CompleterShortcuts(QList<QKeySequence>() << Qt::Key_Tab),
- RunFileOptions(ctkConsole::RunFileShortcut),
- RunFileButton(NULL),
- RunFileAction(NULL)
- {
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::init()
- {
- Q_Q(ctkConsole);
- this->setParent(q);
- this->setTabChangesFocus(false);
- this->setAcceptDrops(false);
- this->setAcceptRichText(false);
- this->setUndoRedoEnabled(false);
- this->PromptColor = QColor(0, 0, 0); // Black
- this->OutputTextColor = QColor(0, 150, 0); // Green
- this->MessageOutputColor = QColor(Qt::gray); // Gray
- this->ErrorTextColor = QColor(255, 0, 0); // Red
- this->StdinTextColor = QColor(Qt::darkGray);
- this->CommandTextColor = QColor(0, 0, 150); // Blue
- this->WelcomeTextColor = QColor(0, 0, 255); // Dark Blue
- QFont shellFont;
- shellFont.setFamily("Courier");
- shellFont.setStyleHint(QFont::TypeWriter);
- shellFont.setFixedPitch(true);
- QTextCharFormat format;
- format.setFont(shellFont);
- format.setForeground(this->OutputTextColor);
- this->setCurrentCharFormat(format);
- this->CommandHistory.append("");
- this->CommandPosition = 0;
- this->RunFileAction = new QAction(q->tr("&Run file"), q);
- this->RunFileAction->setShortcut(q->tr("Ctrl+r"));
- connect(this->RunFileAction, SIGNAL(triggered()), q, SLOT(runFile()));
- q->addAction(this->RunFileAction);
- QAction* printHelpAction = new QAction(q->tr("Print &help"),q);
- printHelpAction->setShortcut(q->tr("Ctrl+h"));
- connect(printHelpAction, SIGNAL(triggered()), q, SLOT(printHelp()));
- q->addAction(printHelpAction);
- this->RunFileButton = new QPushButton(q);
- this->RunFileButton->setText(q->tr("&Run script from file"));
- this->RunFileButton->setVisible(false);
- QVBoxLayout * layout = new QVBoxLayout(q);
- layout->setMargin(0);
- layout->setSpacing(0);
- layout->addWidget(this);
- layout->addWidget(this->RunFileButton);
- connect(this->verticalScrollBar(), SIGNAL(valueChanged(int)),
- SLOT(onScrollBarValueChanged(int)));
- connect(this, SIGNAL(textChanged()), SLOT(onTextChanged()));
- connect(this->RunFileButton, SIGNAL(clicked()), q, SLOT(runFile()));
- connect(this, SIGNAL(cursorPositionChanged()),
- q, SIGNAL(cursorPositionChanged()));
- }
- //-----------------------------------------------------------------------------
- bool ctkConsolePrivate::isMoveLeftWithinLine(QKeyEvent* e, QTextCursor::MoveOperation &moveOperation, QTextCursor::MoveMode &moveMode)
- {
- if (e == QKeySequence::MoveToPreviousChar)
- {
- moveOperation = QTextCursor::Left;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectPreviousChar)
- {
- moveOperation = QTextCursor::Left;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToPreviousWord)
- {
- moveOperation = QTextCursor::WordLeft;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectPreviousWord)
- {
- moveOperation = QTextCursor::WordLeft;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToStartOfLine)
- {
- moveOperation = QTextCursor::StartOfLine;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectStartOfLine)
- {
- moveOperation = QTextCursor::StartOfLine;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToStartOfBlock)
- {
- moveOperation = QTextCursor::StartOfLine;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectStartOfBlock)
- {
- moveOperation = QTextCursor::StartOfLine;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToStartOfDocument)
- {
- moveOperation = QTextCursor::StartOfLine;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectStartOfDocument)
- {
- moveOperation = QTextCursor::StartOfLine;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else
- {
- return false;
- }
- }
- //-----------------------------------------------------------------------------
- bool ctkConsolePrivate::isMoveRighttWithinLine(QKeyEvent* e, QTextCursor::MoveOperation &moveOperation, QTextCursor::MoveMode &moveMode)
- {
- if (e == QKeySequence::MoveToNextChar)
- {
- moveOperation = QTextCursor::Right;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectNextChar)
- {
- moveOperation = QTextCursor::Right;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToNextWord)
- {
- moveOperation = QTextCursor::WordRight;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectNextWord)
- {
- moveOperation = QTextCursor::WordRight;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToEndOfLine)
- {
- moveOperation = QTextCursor::EndOfLine;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectEndOfLine)
- {
- moveOperation = QTextCursor::EndOfLine;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToEndOfBlock)
- {
- moveOperation = QTextCursor::EndOfLine;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectEndOfBlock)
- {
- moveOperation = QTextCursor::EndOfLine;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else if (e == QKeySequence::MoveToEndOfDocument)
- {
- moveOperation = QTextCursor::EndOfLine;
- moveMode = QTextCursor::MoveAnchor;
- return true;
- }
- else if (e == QKeySequence::SelectEndOfDocument)
- {
- moveOperation = QTextCursor::EndOfLine;
- moveMode = QTextCursor::KeepAnchor;
- return true;
- }
- else
- {
- return false;
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::keyPressEvent(QKeyEvent* e)
- {
- if (this->Completer && this->Completer->popup()->isVisible())
- {
- // The following keys are forwarded by the completer to the widget
- switch (e->key())
- {
- case Qt::Key_Enter:
- case Qt::Key_Return:
- case Qt::Key_Escape:
- case Qt::Key_Tab:
- case Qt::Key_Backtab:
- e->ignore();
- return; // let the completer do default behavior
- default:
- break;
- }
- }
- QTextCursor text_cursor = this->textCursor();
- // Set to true if there's a current selection
- const bool selection = text_cursor.anchor() != text_cursor.position();
- // Set to true if the cursor overlaps the history area
- const bool history_area = this->isCursorInHistoryArea();
- // The message output area is defined just under the command line
- // and it can display all messages catch during we autocomplete, etc.
- // Set to true if the cursor overlaps the message output area
- const bool message_output_area = this->isCursorInMessageOutputArea();
- // Allow copying anywhere in the console ...
- if(e == QKeySequence::Copy)
- {
- if(selection)
- {
- this->copy();
- }
- e->accept();
- return;
- }
- // Allow cut only if the selection is limited to the interactive area ...
- if(e == QKeySequence::Cut)
- {
- if(selection && !history_area && !message_output_area)
- {
- this->cut();
- }
- e->accept();
- return;
- }
- // Paste to the end of commandLine if in the history area or in message output area
- if(e == QKeySequence::Paste)
- {
- if(history_area || message_output_area)
- {
- text_cursor.setPosition(this->commandEnd());
- this->setTextCursor(text_cursor);
- }
- this->paste();
- e->accept();
- return;
- }
- // Allow vertical scrolling using page up/down
- if (e == QKeySequence::MoveToPreviousPage || e == QKeySequence::SelectPreviousPage
- || e == QKeySequence::MoveToNextPage || e == QKeySequence::SelectNextPage)
- {
- if (e == QKeySequence::SelectPreviousPage || e == QKeySequence::SelectNextPage)
- {
- // ignore
- e->accept();
- }
- else
- {
- this->Superclass::keyPressEvent(e);
- this->updateCommandBuffer();
- }
- return;
- }
- // Force the cursor back to the interactive area if anything else than copy/paste or page up/down is done
- // but only when a "real" key is pressed, not just a modifier (otherwise we could not press Control-c in the
- // history area because the cursor would jump to the interactive area immediately when Control is pressed)
- // Update: message_output_area is like the history_area: we can't modify it
- if( (history_area
- || message_output_area)
- && e->key() != Qt::Key_Control
- && e->key() != Qt::Key_Meta
- && e->key() != Qt::Key_Alt
- && e->key() != Qt::Key_Shift)
- {
- text_cursor.setPosition(this->commandEnd());
- this->setTextCursor(text_cursor);
- }
- // Start of line should be the start of interactive area
- QTextCursor::MoveOperation moveOperation = QTextCursor::NoMove;
- QTextCursor::MoveMode moveMode = QTextCursor::MoveAnchor;
- if(isMoveLeftWithinLine(e, moveOperation, moveMode))
- {
- text_cursor.movePosition(moveOperation, moveMode);
- if (text_cursor.position() >= this->InteractivePosition)
- {
- this->Superclass::keyPressEvent(e);
- }
- else
- {
- text_cursor.setPosition(this->InteractivePosition, moveMode);
- this->setTextCursor(text_cursor);
- e->accept();
- }
- this->updateCompleterIfVisible();
- return;
- }
- // End of line should be the end of interactive area
- moveOperation = QTextCursor::NoMove;
- moveMode = QTextCursor::MoveAnchor;
- if(isMoveRighttWithinLine(e, moveOperation, moveMode))
- {
- text_cursor.movePosition(moveOperation, moveMode);
- if (text_cursor.position() <= this->commandEnd())
- {
- this->Superclass::keyPressEvent(e);
- }
- else
- {
- text_cursor.setPosition(this->commandEnd(), moveMode);
- this->setTextCursor(text_cursor);
- e->accept();
- }
- this->updateCompleterIfVisible();
- return;
- }
- if (e == QKeySequence::Delete)
- {
- e->accept();
- // Can delete only if we are not at the end of the command line.
- // There is an exception if something (in the interactive area only) is selected,
- // because it will erase the text selected instead.
- if (text_cursor.position() < this->commandEnd()
- || (text_cursor.position() <= this->commandEnd()
- && selection && !message_output_area && !history_area))
- {
- this->Superclass::keyPressEvent(e);
- this->updateCommandBuffer();
- }
- return;
- }
- // There seems to be no QKeySequence for backspace, therefore the key
- // has to be recognized directly (the same way as it is done in the parent class)
- if (e->key() == Qt::Key_Backspace && !(e->modifiers() & ~Qt::ShiftModifier))
- {
- e->accept();
- // Can delete with backspace only if the cursor is after the InteractivePosition.
- // There is an exception if something (in the interactive area only) is selected,
- // because it will erase the text selected instead.
- if (text_cursor.position() > this->InteractivePosition
- || (text_cursor.position() >= this->InteractivePosition
- && selection && !message_output_area && !history_area))
- {
- this->Superclass::keyPressEvent(e);
- this->updateCommandBuffer();
- this->updateCompleterIfVisible();
- }
- return;
- }
- if (e == QKeySequence::DeleteStartOfWord)
- {
- e->accept();
- if (text_cursor.position() > this->InteractivePosition)
- {
- this->Superclass::keyPressEvent(e);
- this->updateCommandBuffer();
- this->updateCompleterIfVisible();
- }
- return;
- }
- if (e == QKeySequence::MoveToPreviousLine || e == QKeySequence::SelectPreviousLine)
- {
- e->accept();
- if (this->CommandPosition > 0)
- {
- this->replaceCommandBuffer(this->CommandHistory[--this->CommandPosition]);
- }
- return;
- }
- if (e == QKeySequence::MoveToNextLine || e == QKeySequence::SelectNextLine)
- {
- e->accept();
- if (this->CommandPosition < this->CommandHistory.size() - 2)
- {
- this->replaceCommandBuffer(this->CommandHistory[++this->CommandPosition]);
- }
- else
- {
- this->CommandPosition = this->CommandHistory.size()-1;
- this->replaceCommandBuffer("");
- }
- return;
- }
- if (e == QKeySequence::InsertParagraphSeparator)
- {
- e->accept();
- text_cursor.setPosition(this->documentEnd());
- this->setTextCursor(text_cursor);
- if (this->InputEventLoop.isNull())
- {
- this->internalExecuteCommand();
- }
- else
- {
- this->processInput();
- }
- return;
- }
- if (this->CompleterShortcuts.contains(e->key() + e->modifiers()))
- {
- e->accept();
- this->updateCompleter();
- this->selectCompletion();
- return;
- }
- e->accept();
- //Don't change the color of text outside the interactive area
- if (!message_output_area && !history_area)
- {
- this->switchToUserInputTextColor();
- }
- this->Superclass::keyPressEvent(e);
- this->updateCommandBuffer();
- this->updateCompleterIfVisible();
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::switchToUserInputTextColor(QTextCursor* textCursorToUpdate)
- {
- QColor color = this->CommandTextColor;
- if (!this->InputEventLoop.isNull())
- {
- color = this->StdinTextColor;
- }
- QTextCharFormat currentFormat = this->currentCharFormat();
- // Do not trigger a finishEdit for no reason. onTextChanged() would be called.
- if (currentFormat.foreground() != color)
- {
- currentFormat.setForeground(color);
- this->setCurrentCharFormat(currentFormat);
- }
- if (textCursorToUpdate)
- {
- QTextCharFormat textCursorFormat = textCursorToUpdate->charFormat();
- if (textCursorFormat.foreground() != color)
- {
- textCursorFormat.setForeground(color);
- textCursorToUpdate->setCharFormat(textCursorFormat);
- }
- }
- }
- //-----------------------------------------------------------------------------
- int ctkConsolePrivate::documentEnd() const
- {
- QTextCursor c(this->document());
- c.movePosition(QTextCursor::End);
- return c.position();
- }
- //-----------------------------------------------------------------------------
- int ctkConsolePrivate::commandEnd() const
- {
- QTextCursor c(this->document());
- c.setPosition(this->documentEnd()-this->MessageOutputSize);
- return c.position();
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::focusOutEvent(QFocusEvent *e)
- {
- this->Superclass::focusOutEvent(e);
- // For some reason the QCompleter tries to set the focus policy to
- // NoFocus, set let's make sure we set it back to the default WheelFocus.
- this->setFocusPolicy(Qt::WheelFocus);
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::resizeEvent(QResizeEvent * e)
- {
- this->Superclass::resizeEvent(e);
- if (this->ScrollbarAtBottom)
- {
- this->moveCursor(QTextCursor::End);
- this->scrollToBottom();
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::scrollToBottom()
- {
- this->verticalScrollBar()->setValue(this->verticalScrollBar()->maximum());
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::updateCompleterIfVisible()
- {
- if (this->Completer && this->Completer->popup()->isVisible())
- {
- this->updateCompleter();
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::selectCompletion()
- {
- if (this->Completer && this->Completer->completionCount() == 1)
- {
- this->insertCompletion(this->Completer->currentCompletion());
- this->Completer->popup()->hide();
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::setCompleter(ctkConsoleCompleter* completer)
- {
- if (this->Completer)
- {
- this->Completer->setWidget(0);
- disconnect(this->Completer, SIGNAL(activated(QString)),
- this, SLOT(insertCompletion(QString)));
- }
- this->Completer = completer;
- if (this->Completer)
- {
- this->Completer->setWidget(this);
- connect(this->Completer, SIGNAL(activated(QString)),
- this, SLOT(insertCompletion(QString)));
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::updateCompleter()
- {
- if (this->Completer)
- {
- // Get the text between the current cursor position
- // and the start of the line
- QTextCursor text_cursor = this->textCursor();
- while (!text_cursor.selectedText().contains(q_ptr->ps1()))
- {
- text_cursor.movePosition(QTextCursor::Left, QTextCursor::KeepAnchor);
- }
- // search through the text the multiline statement symbol "... " + 1 char (go to the line char)
- QString commandText = text_cursor.selectedText();
- int pos_Ps2 = commandText.indexOf(q_ptr->ps2())-1;
- while (pos_Ps2 > -1)
- {
- // remove the multiline symbol + the previous character due to "enter"
- int number_deleted_char=q_ptr->ps2().size()+1;
- // remove the line continuation character '\' if it's here
- if (commandText.at(pos_Ps2-1) == QChar('\\') )
- {
- pos_Ps2--;
- number_deleted_char++;
- }
- commandText.remove(pos_Ps2,number_deleted_char);
- pos_Ps2 = commandText.indexOf(q_ptr->ps2())-1;
- }
- commandText.remove(q_ptr->ps1());
- commandText.remove('\r'); // not recongnize by python
- //commandText.replace(QRegExp("\\s*$"), ""); // Remove trailing spaces ---- DOESN'T WORK ----
- // Remove useless spaces
- bool betweenSingleQuotes = false;
- bool betweenDoubleQuotes = false;
- if (commandText.contains(" "))
- {
- // For each char
- for (int i=0; i<commandText.size();i++)
- {
- // Verify if you are between betweenDoubleQuotes:" " or betweenSingleQuotes:' '
- QChar c = commandText.at(i);
- if (c == '\'' && !betweenDoubleQuotes)
- {
- betweenSingleQuotes = !betweenSingleQuotes;
- }
- if (c == '"' && !betweenSingleQuotes)
- {
- betweenDoubleQuotes = !betweenDoubleQuotes;
- }
- // If we are not between quote: Erase spaces
- if (!betweenSingleQuotes && !betweenDoubleQuotes)
- {
- if (c == ' ')
- {
- commandText.remove(i,1);
- i--; // because we removed a char
- }
- }
- }
- }
- // Save current positions: Since some implementation of
- // updateCompletionModel (e.g python) can display messages
- // while building the completion model, it is important to save
- // and restore the positions.
- int savedInteractivePosition = this->InteractivePosition;
- int savedCursorPosition = this->textCursor().position();
- //move the cursor at the end in case of a message displayed
- QTextCursor tc = this->textCursor();
- tc.setPosition(this->documentEnd());
- this->setTextCursor(tc);
- // Save color of displayed message
- QColor savedOutputTextColor = this->OutputTextColor;
- QColor savedErrorTextColor = this->ErrorTextColor;
- // Change color of displayed message in message_output_area
- this->OutputTextColor = this->MessageOutputColor;
- this->ErrorTextColor = this->MessageOutputColor;
- // Call the completer to update the completion model
- this->Completer->updateCompletionModel(commandText);
- // Restore Color
- this->OutputTextColor = savedOutputTextColor;
- this->ErrorTextColor = savedErrorTextColor;
- // Restore positions
- this->InteractivePosition = savedInteractivePosition;
- QTextCursor textCursor = this->textCursor();
- textCursor.setPosition(savedCursorPosition);
- this->setTextCursor(textCursor);
- // Place and show the completer if there are available completions
- if (this->Completer->completionCount())
- {
- // Get a QRect for the cursor at the start of the
- // current word and then translate it down 8 pixels.
- text_cursor = this->textCursor();
- text_cursor.movePosition(QTextCursor::StartOfWord);
- QRect cr = this->cursorRect(text_cursor);
- cr.translate(0,8);
- cr.setWidth(this->Completer->popup()->sizeHintForColumn(0)
- + this->Completer->popup()->verticalScrollBar()->sizeHint().width());
- this->Completer->complete(cr);
- }
- else
- {
- this->Completer->popup()->hide();
- }
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::updateCommandBuffer(int commandLength)
- {
- if (commandLength == -1)
- {
- commandLength =
- this->commandEnd() - this->InteractivePosition;
- }
- this->commandBuffer() =
- this->toPlainText().mid(this->InteractivePosition, commandLength);
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::replaceCommandBuffer(const QString& text)
- {
- this->commandBuffer() = text;
- QTextCursor c(this->document());
- c.setPosition(this->InteractivePosition);
- c.movePosition(QTextCursor::End, QTextCursor::KeepAnchor);
- c.removeSelectedText();
- // all text removed, we need then to re-init our tracker on the message output area
- this->MessageOutputSize = 0;
- this->switchToUserInputTextColor(&c);
- c.insertText(text);
- }
- //-----------------------------------------------------------------------------
- QString& ctkConsolePrivate::commandBuffer()
- {
- return this->CommandHistory.back();
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::internalExecuteCommand()
- {
- Q_Q(ctkConsole);
- QString command = this->commandBuffer();
- if (this->EditorHints & ctkConsole::RemoveTrailingSpaces)
- {
- command.replace(QRegExp("\\s*$"), ""); // Remove trailing spaces
- this->commandBuffer() = command; // Update buffer
- }
- // First update the history cache. It's essential to update the
- // this->CommandPosition before calling internalExecuteCommand() since that
- // can result in a clearing of the current command (BUG #8765).
- if (!command.isEmpty()) // Don't store empty commands in the history
- {
- this->CommandHistory.push_back("");
- this->CommandPosition = this->CommandHistory.size() - 1;
- }
- QTextCursor c(this->document());
- c.movePosition(QTextCursor::End);
- this->InteractivePosition = this->documentEnd();
- emit q->aboutToExecute(command);
- q->executeCommand(command);
- emit q->executed(command);
- // Find the indent for the command.
- QString indent;
- if (this->EditorHints & ctkConsole::AutomaticIndentation)
- {
- QRegExp regExp("^(\\s+)");
- if (regExp.indexIn(command) != -1)
- {
- indent = regExp.cap(1);
- }
- }
- this->promptForInput(indent);
- this->MessageOutputSize = 0;
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::processInput()
- {
- QString command = this->commandBuffer();
- if (this->EditorHints & ctkConsole::RemoveTrailingSpaces)
- {
- command.replace(QRegExp("\\s*$"), ""); // Remove trailing spaces
- this->commandBuffer() = command; // Update buffer
- }
- QTextCursor c(this->document());
- c.movePosition(QTextCursor::End);
- c.insertText("\n");
- this->InteractivePosition = this->documentEnd();
- this->InputEventLoop->exit();
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::printString(const QString& text)
- {
- this->textCursor().movePosition(QTextCursor::End);
- this->textCursor().insertText(text);
- }
- //----------------------------------------------------------------------------
- void ctkConsolePrivate::printOutputMessage(const QString& text)
- {
- Q_Q(ctkConsole);
- QString textToPrint = text;
- if (this->MessageOutputSize == 0)
- {
- textToPrint.prepend("\n");
- }
- this->MessageOutputSize += textToPrint.size();
- q->printMessage(textToPrint, q->outputTextColor());
- }
- //----------------------------------------------------------------------------
- void ctkConsolePrivate::printErrorMessage(const QString& text)
- {
- Q_Q(ctkConsole);
- QString textToPrint = text;
- if (this->MessageOutputSize == 0)
- {
- textToPrint.prepend("\n");
- }
- this->MessageOutputSize += textToPrint.size();
- q->printMessage(textToPrint, q->errorTextColor());
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::printCommand(const QString& cmd)
- {
- this->textCursor().insertText(cmd);
- this->updateCommandBuffer();
- }
- //----------------------------------------------------------------------------
- void ctkConsolePrivate::promptForInput(const QString& indent)
- {
- Q_Q(ctkConsole);
- QTextCharFormat format = q->getFormat();
- format.setForeground(q->promptColor());
- q->setFormat(format);
- if(!this->MultilineStatement)
- {
- this->prompt(q->ps1());
- this->MessageOutputSize=0;
- }
- else
- {
- this->prompt(q->ps2());
- }
- this->printCommand(indent);
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::prompt(const QString& text)
- {
- QTextCursor text_cursor = this->textCursor();
- // If the cursor is currently on a clean line, do nothing, otherwise we move
- // the cursor to a new line before showing the prompt.
- text_cursor.movePosition(QTextCursor::StartOfLine);
- int startpos = text_cursor.position();
- text_cursor.movePosition(QTextCursor::EndOfLine);
- int endpos = text_cursor.position();
- if (endpos != startpos)
- {
- this->textCursor().insertText("\n");
- }
- this->textCursor().insertText(text);
- this->InteractivePosition = this->documentEnd();
- }
- //----------------------------------------------------------------------------
- void ctkConsolePrivate::printWelcomeMessage()
- {
- Q_Q(ctkConsole);
- q->printMessage(
- QLatin1String("CTK Console"),
- q->welcomeTextColor());
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::insertCompletion(const QString& completion)
- {
- Q_Q(ctkConsole);
- QTextCursor tc = this->textCursor();
- // save the initial cursor position
- QTextCursor endOfCompletion = this->textCursor();
- endOfCompletion.setPosition(tc.position());
- // Select the previous character
- tc.movePosition(QTextCursor::Left, QTextCursor::KeepAnchor);
- if (tc.selectedText()==".")
- {
- tc.insertText(QString(".") + completion);
- }
- else
- {
- //can't more autocomplete when cursor right after '(' or ')'
- if (tc.selectedText()==")" || tc.selectedText()=="(")
- {
- return;
- }
- tc.clearSelection();
- tc.movePosition(QTextCursor::StartOfWord, QTextCursor::MoveAnchor);
- if (insertCompletionMethod)
- {
- tc.movePosition(QTextCursor::EndOfWord, QTextCursor::KeepAnchor);
- }
- else
- {
- tc.setPosition(endOfCompletion.position(), QTextCursor::KeepAnchor);
- }
- tc.insertText(completion);
- endOfCompletion.setPosition(tc.position());
- this->setTextCursor(tc);
- }
- // Get back the whole command line to apply a cursor offset
- // (moving cursor between parenthsesis if the completion is
- // a callable object with more than the self argument)
- // StartOfBlock don't catch the whole command line if multi-line statement
- tc.movePosition(QTextCursor::StartOfBlock,QTextCursor::KeepAnchor);
- QString shellLine = tc.selectedText();
- shellLine.replace(q->ps1(), "");
- shellLine.replace(q->ps2(), "");
- tc.setPosition(endOfCompletion.position());
- this->setTextCursor(tc);
- int cursorOffset = this->Completer->cursorOffset(shellLine);
- tc.movePosition(QTextCursor::Left, QTextCursor::MoveAnchor, cursorOffset);
- this->setTextCursor(tc);
- this->updateCommandBuffer();
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::onScrollBarValueChanged(int value)
- {
- this->ScrollbarAtBottom = (this->verticalScrollBar()->maximum() == value);
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::onTextChanged()
- {
- this->scrollToBottom();
- this->ensureCursorVisible();
- }
- //-----------------------------------------------------------------------------
- bool ctkConsolePrivate::isCursorInHistoryArea()const
- {
- return this->textCursor().anchor() < this->InteractivePosition
- || this->textCursor().position() < this->InteractivePosition;
- }
- //-----------------------------------------------------------------------------
- bool ctkConsolePrivate::isCursorInMessageOutputArea()const
- {
- return this->textCursor().anchor() > this->commandEnd()
- || this->textCursor().position() > this->commandEnd();
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::insertFromMimeData(const QMimeData* source)
- {
- if (this->isCursorInHistoryArea())
- {
- QTextCursor textCursor = this->textCursor();
- textCursor.movePosition(QTextCursor::End, QTextCursor::MoveAnchor);
- this->setTextCursor(textCursor);
- }
- const QString text = source->text();
- if (!text.isEmpty())
- {
- this->pasteText(text);
- }
- else
- {
- this->Superclass::insertFromMimeData(source);
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsolePrivate::pasteText(const QString& text)
- {
- if(text.isNull())
- {
- return;
- }
- QTextCursor textCursor = this->textCursor();
- // if there is anything else after the cursor position
- // we have to remove it and paste it in the last line
- textCursor.setPosition(this->commandEnd(), QTextCursor::KeepAnchor);
- QString endOfCommand = textCursor.selectedText();
- textCursor.removeSelectedText();
- if (this->EditorHints & ctkConsole::SplitCopiedTextByLine)
- {
- QStringList lines = text.split(QRegExp("(?:\r\n|\r|\n)"));
- for(int i=0; i < lines.count(); ++i)
- {
- this->switchToUserInputTextColor(&textCursor);
- textCursor.insertText(lines.at(i));
- this->updateCommandBuffer();
- // if it's not the last line to paste
- if (i < lines.count() - 1)
- {
- // be sure to go to the end of document
- // warn about wrong paste if there is something in the message_output_area
- textCursor.setPosition(this->documentEnd());
- this->setTextCursor(textCursor);
- this->internalExecuteCommand();
- }
- else
- {
- textCursor.insertText(endOfCommand);
- }
- }
- }
- else
- {
- this->switchToUserInputTextColor(&textCursor);
- textCursor.insertText(text);
- this->updateCommandBuffer();
- }
- }
- //-----------------------------------------------------------------------------
- // ctkConsole methods
- //-----------------------------------------------------------------------------
- ctkConsole::ctkConsole(QWidget* parentObject) :
- Superclass(parentObject),
- d_ptr(new ctkConsolePrivate(*this))
- {
- Q_D(ctkConsole);
- d->init();
- }
- //-----------------------------------------------------------------------------
- ctkConsole::ctkConsole(ctkConsolePrivate * pimpl, QWidget* parentObject) :
- QWidget(parentObject), d_ptr(pimpl)
- {
- Q_D(ctkConsole);
- d->init();
- }
- //-----------------------------------------------------------------------------
- ctkConsole::~ctkConsole()
- {
- }
- //-----------------------------------------------------------------------------
- QTextCharFormat ctkConsole::getFormat() const
- {
- Q_D(const ctkConsole);
- return d->currentCharFormat();
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::setFormat(const QTextCharFormat& Format)
- {
- Q_D(ctkConsole);
- d->setCurrentCharFormat(Format);
- }
- //-----------------------------------------------------------------------------
- QFont ctkConsole::shellFont() const
- {
- Q_D(const ctkConsole);
- return d->currentFont();
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::setShellFont(const QFont& font)
- {
- Q_D(ctkConsole);
- int savedPosition = d->textCursor().position();
- d->selectAll();
- d->setCurrentFont(font);
- QTextCursor tc = d->textCursor();
- tc.clearSelection();
- tc.setPosition(savedPosition);
- d->setTextCursor(tc);
- }
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, ctkConsoleCompleter*, completer, Completer);
- //-----------------------------------------------------------------------------
- void ctkConsole::setCompleter(ctkConsoleCompleter* completer)
- {
- Q_D(ctkConsole);
- d->setCompleter(completer);
- }
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QColor, promptColor, PromptColor);
- CTK_SET_CPP(ctkConsole, const QColor&, setPromptColor, PromptColor);
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QColor, outputTextColor, OutputTextColor);
- CTK_SET_CPP(ctkConsole, const QColor&, setOutputTextColor, OutputTextColor);
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QColor, errorTextColor, ErrorTextColor);
- CTK_SET_CPP(ctkConsole, const QColor&, setErrorTextColor, ErrorTextColor);
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QColor, stdinTextColor, StdinTextColor);
- CTK_SET_CPP(ctkConsole, const QColor&, setStdinTextColor, StdinTextColor);
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QColor, commandTextColor, CommandTextColor);
- CTK_SET_CPP(ctkConsole, const QColor&, setCommandTextColor, CommandTextColor);
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QColor, welcomeTextColor, WelcomeTextColor);
- CTK_SET_CPP(ctkConsole, const QColor&, setWelcomeTextColor, WelcomeTextColor);
- //-----------------------------------------------------------------------------
- QColor ctkConsole::backgroundColor()const
- {
- Q_D(const ctkConsole);
- QPalette pal = d->palette();
- return pal.color(QPalette::Base);
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::setBackgroundColor(const QColor& newColor)
- {
- Q_D(ctkConsole);
- if (this->backgroundColor() == newColor)
- {
- return;
- }
- QPalette pal = this->palette();
- pal.setColor(QPalette::Base, newColor);
- d->setPalette(pal);
- }
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QString, ps1, Ps1);
- CTK_SET_CPP(ctkConsole, const QString&, setPs1, Ps1);
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QString, ps2, Ps2);
- CTK_SET_CPP(ctkConsole, const QString&, setPs2, Ps2);
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, ctkConsole::EditorHints, editorHints, EditorHints);
- CTK_SET_CPP(ctkConsole, const ctkConsole::EditorHints&, setEditorHints, EditorHints);
- //-----------------------------------------------------------------------------
- int ctkConsole::cursorPosition() const
- {
- Q_D(const ctkConsole);
- return d->textCursor().position();
- }
- //-----------------------------------------------------------------------------
- int ctkConsole::cursorColumn() const
- {
- Q_D(const ctkConsole);
- QTextCursor cursor = d->textCursor();
- cursor.movePosition(QTextCursor::StartOfLine);
- return d->textCursor().position() - cursor.position();
- }
- //-----------------------------------------------------------------------------
- int ctkConsole::cursorLine() const
- {
- Q_D(const ctkConsole);
- QTextCursor cursor = d->textCursor();
- cursor.movePosition(QTextCursor::StartOfLine);
- int lines = 1;
- QTextBlock block = cursor.block().previous();
- while(block.isValid())
- {
- lines += block.lineCount();
- block = block.previous();
- }
- return lines;
- }
- //-----------------------------------------------------------------------------
- Qt::ScrollBarPolicy ctkConsole::scrollBarPolicy()const
- {
- Q_D(const ctkConsole);
- return d->verticalScrollBarPolicy();
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::setScrollBarPolicy(const Qt::ScrollBarPolicy& newScrollBarPolicy)
- {
- Q_D(ctkConsole);
- d->setVerticalScrollBarPolicy(newScrollBarPolicy);
- }
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, QList<QKeySequence>, completerShortcuts, CompleterShortcuts);
- //-----------------------------------------------------------------------------
- void ctkConsole::setCompleterShortcuts(const QList<QKeySequence>& keys)
- {
- Q_D(ctkConsole);
- d->CompleterShortcuts = keys;
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::addCompleterShortcut(const QKeySequence& key)
- {
- Q_D(ctkConsole);
- if (!d->CompleterShortcuts.contains(key))
- {
- d->CompleterShortcuts.append(key);
- }
- }
- //-----------------------------------------------------------------------------
- CTK_GET_CPP(ctkConsole, ctkConsole::RunFileOptions, runFileOptions, RunFileOptions);
- //-----------------------------------------------------------------------------
- void ctkConsole::setRunFileOptions(const RunFileOptions& newOptions)
- {
- Q_D(ctkConsole);
- d->RunFileButton->setVisible(newOptions.testFlag(ctkConsole::RunFileButton));
- d->RunFileAction->setEnabled(newOptions.testFlag(ctkConsole::RunFileShortcut));
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::exec(const QString& command)
- {
- Q_D(ctkConsole);
- d->replaceCommandBuffer(command);
- d->internalExecuteCommand();
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::runFile(const QString& filePath)
- {
- QFile file(filePath);
- if (!file.open(QIODevice::ReadOnly))
- {
- qWarning() << tr( "File '%1' can't be read.").arg(filePath);
- return;
- }
- for (QTextStream fileStream(&file); !fileStream.atEnd();)
- {
- QString line = fileStream.readLine();
- this->exec(line);
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::runFile()
- {
- QString filePath =
- QFileDialog::getOpenFileName(this, tr("Select a script file to run"));
- if (!filePath.isEmpty())
- {
- this->runFile(filePath);
- }
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::printHelp()
- {
- this->printMessage("\n", Qt::gray);
- this->printMessage(tr("CTRL+h: Print this help message\n"), Qt::gray);
- this->printMessage(tr("CTRL+r: Open a file dialog to select a file to run\n"), Qt::gray);
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::executeCommand(const QString& command)
- {
- qWarning() << "ctkConsole::executeCommand not implemented !";
- qWarning() << "command:" << command;
- }
- //----------------------------------------------------------------------------
- void ctkConsole::printMessage(const QString& message, const QColor& color)
- {
- Q_D(ctkConsole);
- QTextCharFormat format = this->getFormat();
- format.setForeground(color);
- this->setFormat(format);
- d->printString(message);
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::clear()
- {
- Q_D(ctkConsole);
- d->clear();
- // For some reason the QCompleter tries to set the focus policy to
- // NoFocus, set let's make sure we set it back to the default WheelFocus.
- d->setFocusPolicy(Qt::WheelFocus);
- d->promptForInput();
- }
- //-----------------------------------------------------------------------------
- void ctkConsole::reset()
- {
- Q_D(ctkConsole);
- d->clear();
- // For some reason the QCompleter tries to set the focus policy to
- // NoFocus, set let's make sure we set it back to the default WheelFocus.
- d->setFocusPolicy(Qt::WheelFocus);
- d->printWelcomeMessage();
- d->promptForInput();
- }
- //-----------------------------------------------------------------------------
- QString ctkConsole::stdInRedirectCallBack(void * callData)
- {
- ctkConsole * self = reinterpret_cast<ctkConsole*>(callData);
- Q_ASSERT(self);
- if (!self)
- {
- return QLatin1String("");
- }
- return self->readInputLine();
- }
- namespace
- {
- class InputEventLoop : public QEventLoop
- {
- public:
- InputEventLoop(QApplication * app, QObject * parentObject = 0) :
- QEventLoop(parentObject), App(app){}
- virtual bool processEvents(ProcessEventsFlags flags = AllEvents)
- {
- this->App->processEvents(flags);
- return true;
- }
- QApplication * App;
- };
- }
- //-----------------------------------------------------------------------------
- QString ctkConsole::readInputLine()
- {
- Q_D(ctkConsole);
- d->moveCursor(QTextCursor::End);
- QScopedPointer<InputEventLoop> eventLoop(new InputEventLoop(qApp));
- d->InputEventLoop = QPointer<QEventLoop>(eventLoop.data());
- eventLoop->exec();
- return d->commandBuffer();
- }
|