Mantid
|
#include "MantidQtWidgets/Common/FileDialogHandler.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/MultipleFileProperty.h"
#include "MantidQtWidgets/Common/AlgorithmInputHistory.h"
#include <boost/regex.hpp>
#include <sstream>
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::API |
namespace | MantidQt::API::FileDialogHandler |
Contains modifications to Qt functions where problems have been found on certain operating systems. | |
Functions | |
DLLExport QString | MantidQt::API::FileDialogHandler::addExtension (const QString &filename, const QString &selectedFilter) |
For file dialogs. More... | |
DLLExport QString | MantidQt::API::FileDialogHandler::formatExtension (const std::string &extension) |
Format extension into expected form (*.ext) More... | |
DLLExport QString | MantidQt::API::FileDialogHandler::getCaption (const std::string &dialogName, const Mantid::Kernel::Property *prop) |
DLLExport QString | MantidQt::API::FileDialogHandler::getFilter (const Mantid::Kernel::Property *baseProp) |
DLLExport QString | MantidQt::API::FileDialogHandler::getFilter (const std::vector< std::string > &exts) |
For file dialogs. More... | |
DLLExport QString | MantidQt::API::FileDialogHandler::getSaveFileName (QWidget *parent, const Mantid::Kernel::Property *baseProp, const QFileDialog::Options &options) |
Contains modifications to Qt functions where problems have been found on certain operating systems. More... | |