|
ProteoWizard
|
#include "pwiz/utility/misc/Export.hpp"#include "pwiz/data/msdata/MSData.hpp"#include "pwiz/utility/misc/Std.hpp"#include <iosfwd>Go to the source code of this file.
Classes | |
| class | pwiz::analysis::MSDataAnalyzer |
| Interface for MSData analyzers. More... | |
| struct | pwiz::analysis::MSDataAnalyzer::DataInfo |
| information about the data to be analyzed More... | |
| struct | pwiz::analysis::analyzer_strings< analyzer_type > |
| This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by user-supplied strings (via command line, config file, etc.). More... | |
| class | pwiz::analysis::MSDataAnalyzerContainer |
| container of MSDataAnalyzer (composite pattern) More... | |
| class | pwiz::analysis::MSDataAnalyzerDriver |
| event generator for MSDataAnalyzer More... | |
| class | pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback |
| progress callback interface More... | |
Namespaces | |
| pwiz | |
| pwiz::analysis | |
Typedefs | |
| typedef boost::shared_ptr< MSDataAnalyzer > | pwiz::analysis::MSDataAnalyzerPtr |
Functions | |
| template<typename value_type > | |
| bool | pwiz::analysis::parseRange (const std::string &desiredArg, const std::string &text, std::pair< value_type, value_type > &result, const std::string &callerName) |
| template<typename value_type > | |
| bool | pwiz::analysis::parseValue (const std::string &desiredArg, const std::string &text, value_type &result, const std::string &callerName) |
Variables | |
| UpdateRequest_None | |
| UpdateRequest_Ok | |
| UpdateRequest_NoBinary | |
| Status_Ok | |
| UpdateRequest_None |
Definition at line 77 of file MSDataAnalyzer.hpp.
Referenced by SimpleAnalyzer::updateRequested(), pwiz::analysis::MSDataAnalyzer::updateRequested(), and EvenRequester::updateRequested().
| UpdateRequest_Ok |
Definition at line 78 of file MSDataAnalyzer.hpp.
Referenced by pwiz::analysis::MSDataCache::updateRequested().
| UpdateRequest_NoBinary |
Definition at line 79 of file MSDataAnalyzer.hpp.
Referenced by SimpleAnalyzer::updateRequested(), and EvenRequester::updateRequested().
| Status_Ok |
Definition at line 164 of file MSDataAnalyzer.hpp.
Referenced by pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback::progress(), SimpleProgressCallback::progress(), CancelProgressCallback::progress(), test(), TestIterationListener::update(), TestIterationListener_WithCancel::update(), pwiz::util::IterationListener::update(), TestListener::update(), and CancelListener::update().