BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | 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 ()

Private Attributes

std::list< Composite * > composites_
ModelType model_type_
ColoringMethod coloring_method_

Detailed Description

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

Send by the MolecularControl.

Definition at line 686 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 708 of file message.h.

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

Definition at line 700 of file message.h.

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

Definition at line 704 of file message.h.

Member Data Documentation

ColoringMethod BALL::VIEW::CreateRepresentationMessage::coloring_method_
private

Definition at line 714 of file message.h.

std::list<Composite*> BALL::VIEW::CreateRepresentationMessage::composites_
private

Definition at line 712 of file message.h.

ModelType BALL::VIEW::CreateRepresentationMessage::model_type_
private

Definition at line 713 of file message.h.