BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
BALL::VIEW::CreateRepresentationMessage Class Reference

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

Inheritance diagram for BALL::VIEW::CreateRepresentationMessage:
BALL::VIEW::Message

Public Member Functions

 CreateRepresentationMessage ()
 
 CreateRepresentationMessage (const std::list< Composite * > &composites, ModelType model_type, ColoringMethod coloring_method)
 
const std::list< Composite * > & getComposites () const
 
ModelType getModelType () const
 
ColoringMethod getColoringMethod () const
 
- Public Member Functions inherited from BALL::VIEW::Message
 Message ()
 
 Message (const Message &message)
 
virtual ~Message ()
 
void setSender (const ConnectionObject *sender)
 
const ConnectionObjectgetSender () const
 
void setDeletable (bool flag=true)
 
bool isDeletable () const
 
boost::any & data ()
 

Detailed Description

Notify the DisplayProperties dialog so that it creates a new Representation.

Send by the MolecularControl.

Definition at line 689 of file message.h.

Constructor & Destructor Documentation

BALL::VIEW::CreateRepresentationMessage::CreateRepresentationMessage ( )
BALL::VIEW::CreateRepresentationMessage::CreateRepresentationMessage ( const std::list< Composite * > &  composites,
ModelType  model_type,
ColoringMethod  coloring_method 
)

Member Function Documentation

ColoringMethod BALL::VIEW::CreateRepresentationMessage::getColoringMethod ( ) const
inline

Definition at line 711 of file message.h.

const std::list<Composite*>& BALL::VIEW::CreateRepresentationMessage::getComposites ( ) const
inline

Definition at line 703 of file message.h.

ModelType BALL::VIEW::CreateRepresentationMessage::getModelType ( ) const
inline

Definition at line 707 of file message.h.