BALL::VIEW::CreateRepresentationMessage Class Reference
[Messages]

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

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

List of all members.


Public Member Functions

 CreateRepresentationMessage ()
 CreateRepresentationMessage (const List< Composite * > &composites, ModelType model_type, ColoringMethod coloring_method)
const List< Composite * > & getComposites () const
ModelType getModelType () const
ColoringMethod getColoringMethod () const

Private Attributes

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.

Constructor & Destructor Documentation

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

Member Function Documentation

ColoringMethod BALL::VIEW::CreateRepresentationMessage::getColoringMethod (  )  const [inline]
const List<Composite*>& BALL::VIEW::CreateRepresentationMessage::getComposites (  )  const [inline]
ModelType BALL::VIEW::CreateRepresentationMessage::getModelType (  )  const [inline]

Member Data Documentation