|
BALL
1.4.2
|
Message to notify docking has finished. More...
#include <BALL/VIEW/KERNEL/message.h>
Public Member Functions | |
| DockingFinishedMessage () | |
| DockingFinishedMessage (bool abort) | |
| virtual | ~DockingFinishedMessage () |
| void | setConformationSet (const ConformationSet *conformation_set) |
| const ConformationSet * | getConformationSet () const |
| bool | wasAborted () |
Public Member Functions inherited from BALL::VIEW::Message | |
| Message () | |
| Message (const Message &message) | |
| virtual | ~Message () |
| void | setSender (const ConnectionObject *sender) |
| const ConnectionObject * | getSender () const |
| void | setDeletable (bool flag=true) |
| bool | isDeletable () const |
| boost::any & | data () |
Protected Attributes | |
| const ConformationSet * | conformation_set_ |
| this conformation set is deleted in DockResult More... | |
| bool | abort_ |
| BALL::VIEW::DockingFinishedMessage::DockingFinishedMessage | ( | ) |
| BALL::VIEW::DockingFinishedMessage::DockingFinishedMessage | ( | bool | abort | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
protected |
this conformation set is deleted in DockResult
1.8.3.1