| |
The ChemicalGroupProp class provides a Prop instance of which the member data points to a dynamically allocated ChemicalGroup instance. More...
| Header: | #include <ChemicalGroupProp> |
| ChemicalGroupProp(const int &name = QString(), int *data = 0) | |
| ChemicalGroupProp(const MsXpS::libXpertMass::ChemicalGroupProp &other) | |
| ~ChemicalGroupProp() | |
| MsXpS::libXpertMass::ChemicalGroupProp * | cloneOut() const |
| virtual void | deleteData() |
| MsXpS::libXpertMass::ChemicalGroupProp & | operator=(const MsXpS::libXpertMass::ChemicalGroupProp &other) |
Constructs a ChemicalGroupProp instance using data and name.
The data pointer is set to the mpa_data member.
Constructs a ChemicalGroupProp instance as a copy of other.
The data in other are duplicated and set to this ChemicalGroupProp instance.
[noexcept] ChemicalGroupProp::~ChemicalGroupProp()Destructs this ChemicalGroupProp instance.
The deletion of the data are delegated to deleteData().
Duplicates this ChemicalGroupProp instance and returns its pointer.
[virtual] void ChemicalGroupProp::deleteData()Deletes the member data.
Assigns other to this ChemicalGroupProp instance.
The member data are first deleted and then set to a copy of those in other.