|
BALL
1.4.1
|
#include <BALL/VIEW/KERNEL/message.h>
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 |
Private Attributes | |
| std::list< Composite * > | composites_ |
| ModelType | model_type_ |
| ColoringMethod | coloring_method_ |
Notify the DisplayProperties dialog so that it creates a new Representation.
| 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] |
std::list<Composite*> BALL::VIEW::CreateRepresentationMessage::composites_ [private] |
1.7.6.1