|
Mantid
|
#include <PythonHelpWindow.h>
Public Member Functions | |
| PythonHelpWindow () | |
| void | showAlgorithm (const QString &name, const int version=-1) override |
| void | showAlgorithm (const std::string &name=std::string(), const int version=-1) override |
| void | showConcept (const QString &name) override |
| void | showConcept (const std::string &name) override |
| void | showCustomInterface (const QString &name, const QString &area=QString(), const QString §ion=QString()) override |
| void | showCustomInterface (const std::string &name=std::string(), const std::string &area=std::string(), const std::string §ion=std::string()) override |
| void | showFitFunction (const QString &name) override |
| void | showFitFunction (const std::string &name=std::string()) override |
| void | showPage (const QString &url) override |
| void | showPage (const QUrl &url) override |
| void | showPage (const std::string &url=std::string()) override |
| void | shutdown () override |
| Perform any clean up on main window shutdown. | |
Public Member Functions inherited from MantidQt::API::MantidHelpInterface | |
| MantidHelpInterface () | |
| Default constructor. | |
| ~MantidHelpInterface () override | |
| Default destructor. | |
Additional Inherited Members | |
Public Slots inherited from MantidQt::API::MantidHelpInterface |
Definition at line 19 of file PythonHelpWindow.h.
| MantidQt::MantidWidgets::PythonHelpWindow::PythonHelpWindow | ( | ) |
Definition at line 19 of file PythonHelpWindow.cpp.
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 49 of file PythonHelpWindow.cpp.
References n, name, and showAlgorithm().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 38 of file PythonHelpWindow.cpp.
References name, and showPage().
Referenced by showAlgorithm().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 59 of file PythonHelpWindow.cpp.
References n, name, and showConcept().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 54 of file PythonHelpWindow.cpp.
References name, and showPage().
Referenced by showConcept().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 84 of file PythonHelpWindow.cpp.
References n, name, and showCustomInterface().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 75 of file PythonHelpWindow.cpp.
References name, and showPage().
Referenced by showCustomInterface().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 70 of file PythonHelpWindow.cpp.
References n, name, and showFitFunction().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 64 of file PythonHelpWindow.cpp.
References name, and showPage().
Referenced by showFitFunction().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 26 of file PythonHelpWindow.cpp.
References MantidQt::MantidWidgets::PythonHelpBridge::showHelpPage().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 32 of file PythonHelpWindow.cpp.
References MantidQt::MantidWidgets::PythonHelpBridge::showHelpPage().
|
overridevirtual |
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 21 of file PythonHelpWindow.cpp.
References MantidQt::MantidWidgets::PythonHelpBridge::showHelpPage().
Referenced by showAlgorithm(), showConcept(), showCustomInterface(), and showFitFunction().
|
overridevirtual |
Perform any clean up on main window shutdown.
Reimplemented from MantidQt::API::MantidHelpInterface.
Definition at line 91 of file PythonHelpWindow.cpp.