|
Rosetta 3.5
|
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
Definition at line 42 of file ConnectionEvent.hh.
Definition at line 46 of file ConnectionEvent.hh.
the type of Conformation lifetime event
Current tags are as follows:
| Enumerator | |
|---|---|
| EMPTY | |
| DISCONNECT | |
| TRANSFER | |
Definition at line 61 of file ConnectionEvent.hh.
|
inline |
default constructor
Definition at line 70 of file ConnectionEvent.hh.
|
inline |
constructor
| [in] | conf | The Conformation firing the signal. |
| [in] | t | The tag specifying the type of signal. |
Definition at line 80 of file ConnectionEvent.hh.
|
inline |
copy constructor
Definition at line 91 of file ConnectionEvent.hh.
|
inlinevirtual |
default destructor
Definition at line 100 of file ConnectionEvent.hh.
|
inline |
copy assignment
Definition at line 106 of file ConnectionEvent.hh.
References conformation, and tag.
| Conformation const* core::conformation::signals::ConnectionEvent::conformation |
the Conformation firing the signal
Definition at line 116 of file ConnectionEvent.hh.
Referenced by core::scoring::constraints::ConstraintSet::on_connection_change(), and operator=().
| Tag core::conformation::signals::ConnectionEvent::tag |
tag indicating type of connection change
Definition at line 120 of file ConnectionEvent.hh.
Referenced by core::pose::PDBInfo::on_connection_change(), core::scoring::constraints::ConstraintSet::on_connection_change(), and operator=().
1.8.4