ProteoWizard
|
interface for legacy access to Software More...
#include <LegacyAdapter.hpp>
Public Member Functions | |
LegacyAdapter_Software (SoftwarePtr software, MSData &msd, const CVTranslator &cvTranslator) | |
std::string | name () const |
void | name (const std::string &value) |
std::string | version () const |
void | version (const std::string &value) |
std::string | type () const |
void | type (const std::string &value) |
Private Member Functions | |
LegacyAdapter_Software (LegacyAdapter_Software &) | |
LegacyAdapter_Software & | operator= (LegacyAdapter_Software &) |
Private Attributes | |
boost::shared_ptr< Impl > | impl_ |
interface for legacy access to Software
mzXML: <software type="acquisition" name="XCalibur" version="4.20">
MSData: name: Software::cvParams(0) version: Software::version type: DataProcessing::processingMethods[?].userParams[?]
Note: setting 'type' may create a DataProcessing object, which needs an id. Since the id is generated from 'name', it is an error to set 'type' before setting 'name'.
Definition at line 105 of file LegacyAdapter.hpp.
pwiz::msdata::LegacyAdapter_Software::LegacyAdapter_Software | ( | SoftwarePtr | software, |
MSData & | msd, | ||
const CVTranslator & | cvTranslator | ||
) |
|
private |
std::string pwiz::msdata::LegacyAdapter_Software::name | ( | ) | const |
Referenced by testSoftware().
void pwiz::msdata::LegacyAdapter_Software::name | ( | const std::string & | value | ) |
std::string pwiz::msdata::LegacyAdapter_Software::version | ( | ) | const |
Referenced by testSoftware().
void pwiz::msdata::LegacyAdapter_Software::version | ( | const std::string & | value | ) |
std::string pwiz::msdata::LegacyAdapter_Software::type | ( | ) | const |
Referenced by testSoftware().
void pwiz::msdata::LegacyAdapter_Software::type | ( | const std::string & | value | ) |
|
private |
|
private |
Definition at line 121 of file LegacyAdapter.hpp.