|
The CrossLinkList class provides a list of CrossLink instances. More...
CrossLinkList() | |
CrossLinkList(const QString &name, Polymer *polymer = 0, const QString &comment = QString()) | |
CrossLinkList(const CrossLinkList *other) | |
virtual | ~CrossLinkList() |
const QString & | comment() const |
QString | name() |
const Polymer * | polymer() const |
void | setComment(QString comment) |
void | setName(QString name) |
void | setPolymer(Polymer *polymer) |
CrossLinkList & | operator=(const CrossLinkList &other) |
Constructs an empty CrossLinkList instance.
Constructs a CrossLinkList instance.
Constructs a CrossLinkList instance as a copy of other.
[virtual noexcept]
CrossLinkList::~CrossLinkList()Destructs thisCrossLinkList instance.
Deletes all the CrossLink instances in this list.
Returns the comment.
See also setComment().
Returns the name.
See also setName().
Gets the polymer.
See also setPolymer().
Sets the comment.
See also comment().
Sets the name.
See also name().
Sets the polymer.
See also polymer().
Assigns other to this CrossLinkList instance.
Returns a reference to this CrossLinkList instance.