|
Mantid
|
Specialisation of FindReplaceDialog that only does finding. More...
#include <FindDialog.h>
Public Member Functions | |
| FindDialog (ScriptEditor *editor) | |
Public Member Functions inherited from FindReplaceDialog | |
| FindReplaceDialog (ScriptEditor *editor) | |
| Constructor. More... | |
Public Member Functions inherited from MantidQt::API::MantidDialog | |
| MantidDialog (QWidget *parent=nullptr, const Qt::WindowFlags &flags=Qt::WindowCloseButtonHint|Qt::WindowType::WindowTitleHint) | |
| DefaultConstructor. More... | |
| ~MantidDialog () override | |
| Destructor. More... | |
Additional Inherited Members | |
Signals inherited from MantidQt::API::MantidDialog | |
| void | runAsPythonScript (const QString &code, bool) |
Static Public Member Functions inherited from MantidQt::API::MantidDialog | |
| static bool | handle (QObject *receiver, const std::exception &e) |
| Handles the exception caught in an event handler. More... | |
Protected Slots inherited from FindReplaceDialog | |
| void | clearEditorSelection () |
| Clear the editor selection. More... | |
| bool | find (bool backwards=false) |
| Find. More... | |
| void | findClicked () |
| A slot for the findClicked button. More... | |
| void | findNotInProgress () |
| Set the flag about whether we are currently finding. More... | |
| void | replace () |
| Replace slot. More... | |
| void | replaceAll () |
| Replace all slot. More... | |
| void | resetSearchFlags () |
| Reset the search flags due to changes. More... | |
Protected Member Functions inherited from FindReplaceDialog | |
| void | addReplaceBox () |
| Add replace box. More... | |
| void | addReplaceButtons () |
| Add the replace buttons. More... | |
| void | initLayout () |
| Create the layout. More... | |
Protected Member Functions inherited from MantidQt::API::MantidDialog | |
| virtual void | handleException (const std::exception &e) |
| Override this method to handle an exception in a derived class. More... | |
| QString | runPythonCode (const QString &code, bool no_output=false) |
| Run python code that is passed to it and, optionally, return anything it wrote to standard output as a string. More... | |
Specialisation of FindReplaceDialog that only does finding.
Definition at line 18 of file FindDialog.h.
| FindDialog::FindDialog | ( | ScriptEditor * | editor | ) |
Definition at line 21 of file FindDialog.cpp.
References FindReplaceDialog::initLayout().