Mantid
|
POD struct to hold details about the results of a file search. More...
#include <FindFilesWorker.h>
Public Attributes | |
std::string | error |
A string repsresenting the error message. Empty if the search succeded. More... | |
std::vector< std::string > | filenames |
A list of filenames that matched the search hint. More... | |
std::string | valueForProperty |
The value to set the algorithm property to. More... | |
POD struct to hold details about the results of a file search.
This is build by the FindFilesThread and returned via a signal to a slot on the QObject.
Definition at line 48 of file FindFilesWorker.h.
std::string MantidQt::API::FindFilesSearchResults::error |
A string repsresenting the error message. Empty if the search succeded.
Definition at line 50 of file FindFilesWorker.h.
Referenced by MantidQt::API::FindFilesWorker::createFindFilesSearchResult(), and MantidQt::API::FileFinderWidget::inspectThreadResult().
std::vector<std::string> MantidQt::API::FindFilesSearchResults::filenames |
A list of filenames that matched the search hint.
Definition at line 52 of file FindFilesWorker.h.
Referenced by MantidQt::API::FindFilesWorker::createFindFilesSearchResult(), and MantidQt::API::FileFinderWidget::inspectThreadResult().
std::string MantidQt::API::FindFilesSearchResults::valueForProperty |
The value to set the algorithm property to.
Definition at line 54 of file FindFilesWorker.h.
Referenced by MantidQt::API::FindFilesWorker::createFindFilesSearchResult(), and MantidQt::API::FileFinderWidget::inspectThreadResult().