Mantid
|
#include <HelpWindow.h>
Static Public Member Functions | |
static void | showAlgorithm (const QString &name, const int version=-1) |
static void | showAlgorithm (const std::string &name=std::string(), const int version=-1) |
static void | showConcept (const QString &name) |
static void | showConcept (const std::string &name=std::string()) |
static void | showCustomInterface (const QString &name, const QString &area=QString(), const QString §ion=QString()) |
static void | showCustomInterface (const std::string &name=std::string(), const std::string &area=std::string(), const std::string §ion=std::string()) |
static void | showFitFunction (const std::string &name=std::string()) |
static void | showPage (const QString &url) |
static void | showPage (const QUrl &url) |
static void | showPage (const std::string &url=std::string()) |
Definition at line 19 of file HelpWindow.h.
|
static |
Definition at line 54 of file HelpWindow.cpp.
References MantidQt::API::InterfaceManager::createHelpWindow(), Mantid::Kernel::Logger::debug(), MantidQt::API::MantidDesktopServices::openUrl(), and MantidQt::API::MantidHelpInterface::showAlgorithm().
|
static |
Definition at line 50 of file HelpWindow.cpp.
References showAlgorithm().
Referenced by MantidQt::API::AlgorithmDialog::helpClicked(), MantidQt::CustomDialogs::LoadDialog::helpClicked(), and showAlgorithm().
|
static |
Definition at line 70 of file HelpWindow.cpp.
References MantidQt::API::InterfaceManager::createHelpWindow(), Mantid::Kernel::Logger::error(), and MantidQt::API::MantidHelpInterface::showConcept().
|
static |
Definition at line 68 of file HelpWindow.cpp.
References showConcept().
Referenced by showConcept().
|
static |
Definition at line 94 of file HelpWindow.cpp.
References MantidQt::API::InterfaceManager::createHelpWindow(), Mantid::Kernel::Logger::debug(), MantidQt::API::MantidDesktopServices::openUrl(), and MantidQt::API::MantidHelpInterface::showCustomInterface().
Referenced by MantidQt::API::ManageUserDirectories::helpClicked(), MantidQt::MantidWidgets::FitScriptGeneratorView::onHelpClicked(), and showCustomInterface().
|
static |
Definition at line 90 of file HelpWindow.cpp.
References showCustomInterface().
|
static |
Definition at line 80 of file HelpWindow.cpp.
References MantidQt::API::InterfaceManager::createHelpWindow(), Mantid::Kernel::Logger::error(), and MantidQt::API::MantidHelpInterface::showFitFunction().
Referenced by MantidQt::MantidWidgets::FitPropertyBrowser::functionHelp(), and MantidQt::MantidWidgets::SelectFunctionDialog::helpClicked().
|
static |
Definition at line 30 of file HelpWindow.cpp.
References MantidQt::API::InterfaceManager::createHelpWindow(), Mantid::Kernel::Logger::error(), and MantidQt::API::MantidHelpInterface::showPage().
|
static |
Definition at line 40 of file HelpWindow.cpp.
References MantidQt::API::InterfaceManager::createHelpWindow(), Mantid::Kernel::Logger::error(), and MantidQt::API::MantidHelpInterface::showPage().
|
static |