#include <BALL/VIEW/KERNEL/message.h>
Notify the DisplayProperties dialog so that it creates a new Representation.
- Send by the MolecularControl.
Definition at line 686 of file message.h.
BALL::VIEW::CreateRepresentationMessage::CreateRepresentationMessage |
( |
| ) |
|
BALL::VIEW::CreateRepresentationMessage::CreateRepresentationMessage |
( |
const std::list< Composite * > & |
composites, |
|
|
ModelType |
model_type, |
|
|
ColoringMethod |
coloring_method |
|
) |
| |
ColoringMethod BALL::VIEW::CreateRepresentationMessage::getColoringMethod |
( |
| ) |
const |
|
inline |
const std::list<Composite*>& BALL::VIEW::CreateRepresentationMessage::getComposites |
( |
| ) |
const |
|
inline |
ModelType BALL::VIEW::CreateRepresentationMessage::getModelType |
( |
| ) |
const |
|
inline |
ColoringMethod BALL::VIEW::CreateRepresentationMessage::coloring_method_ |
|
private |
std::list<Composite*> BALL::VIEW::CreateRepresentationMessage::composites_ |
|
private |
ModelType BALL::VIEW::CreateRepresentationMessage::model_type_ |
|
private |