BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Protected Attributes
BALL::VIEW::DockingFinishedMessage Class Reference

Message to notify docking has finished. More...

#include <BALL/VIEW/KERNEL/message.h>

Inheritance diagram for BALL::VIEW::DockingFinishedMessage:
BALL::VIEW::Message

List of all members.

Public Member Functions

 DockingFinishedMessage ()
 DockingFinishedMessage (bool abort)
virtual ~DockingFinishedMessage ()
void setConformationSet (const ConformationSet *conformation_set)
const ConformationSetgetConformationSet () const
bool wasAborted ()

Protected Attributes

const ConformationSetconformation_set_
 this conformation set is deleted in DockResult
bool abort_

Detailed Description

Message to notify docking has finished.

Definition at line 842 of file message.h.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 862 of file message.h.

void BALL::VIEW::DockingFinishedMessage::setConformationSet ( const ConformationSet conformation_set) [inline]

Definition at line 856 of file message.h.

Definition at line 865 of file message.h.


Member Data Documentation

Definition at line 871 of file message.h.

this conformation set is deleted in DockResult

Definition at line 870 of file message.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines