Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
MantidHelpWindow.cpp File Reference
#include "MantidQtWidgets/Common/MantidHelpWindow.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/RegistrationHelper.h"
#include "MantidQtWidgets/Common/InterfaceManager.h"
#include "MantidQtWidgets/Common/MantidDesktopServices.h"
#include "MantidQtWidgets/Common/pqHelpWindow.h"
#include <Poco/File.h>
#include <Poco/Path.h>
#include <QApplication>
#include <QDir>
#include <QFileInfo>
#include <QHelpEngine>
#include <QLatin1Char>
#include <QLatin1String>
#include <QResource>
#include <QStandardPaths>
#include <QString>
#include <QTemporaryFile>
#include <QTextStream>
#include <QUrl>
#include <QWidget>
#include <boost/lexical_cast.hpp>
#include <memory>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  MantidQt
 The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list.
 
namespace  MantidQt::MantidWidgets
 

Functions

const QString MantidQt::MantidWidgets::BASE_URL ("qthelp://org.mantidproject/doc/")
 Base url for all of the files in the project. More...
 
const QString MantidQt::MantidWidgets::COLLECTION_FILE ("MantidProject.qhc")
 name of the collection file itself More...
 
const QString MantidQt::MantidWidgets::DEFAULT_URL (BASE_URL+"index.html")
 Url to display if nothing else is suggested. More...
 
const QString MantidQt::MantidWidgets::WIKI_BASE_URL ("https://www.mantidproject.org/")
 Base url for all of the wiki links. More...
 
const QString MantidQt::MantidWidgets::WIKI_DEFAULT_URL (WIKI_BASE_URL+"MantidPlot")
 Url to display if nothing else is suggested. More...