![]() |
Rosetta
2021.16
|
signal a change in the connection with a Conformation object, e.g. destruction or transfer More...
#include <ConnectionEvent.hh>
Public Types | |
| enum | Tag { EMPTY, DISCONNECT, TRANSFER } |
| the type of Conformation lifetime event More... | |
| typedef core::conformation::Conformation | Conformation |
Public Member Functions | |
| ConnectionEvent () | |
| default constructor More... | |
| ConnectionEvent (Conformation const *conf, Tag const t) | |
| constructor More... | |
| ConnectionEvent (ConnectionEvent const &rval) | |
| copy constructor More... | |
| virtual | ~ConnectionEvent () |
| default destructor More... | |
| ConnectionEvent & | operator= (ConnectionEvent const &rval) |
| copy assignment More... | |
Public Attributes | |
| Conformation const * | conformation |
| the Conformation firing the signal More... | |
| Tag | tag |
| tag indicating type of connection change More... | |
signal a change in the connection with a Conformation object, e.g. destruction or transfer
the type of Conformation lifetime event
Current tags are as follows:
| Enumerator | |
|---|---|
| EMPTY | |
| DISCONNECT | |
| TRANSFER | |
|
inline |
default constructor
|
inline |
constructor
| [in] | conf | The Conformation firing the signal. |
| [in] | t | The tag specifying the type of signal. |
|
inline |
copy constructor
|
inlinevirtual |
default destructor
|
inline |
copy assignment
References conformation, and tag.
| Conformation const* core::conformation::signals::ConnectionEvent::conformation |
the Conformation firing the signal
Referenced by core::scoring::constraints::ConstraintSet::on_connection_change(), and operator=().
| Tag core::conformation::signals::ConnectionEvent::tag |
tag indicating type of connection change
Referenced by core::pose::PDBInfo::on_connection_change(), core::scoring::constraints::ConstraintSet::on_connection_change(), and operator=().
1.8.7