#include <BALL/VIEW/KERNEL/message.h>
Public Member Functions | |
Constructors and Destructors | |
GenericSelectionMessage () | |
GenericSelectionMessage (const GenericSelectionMessage &message) | |
virtual | ~GenericSelectionMessage () |
Accessors: inspectors and mutators | |
void | setSelection (const List< Composite * > &selection) |
const List< Composite * > & | getSelection () const |
List< Composite * > & | getSelection () |
Private Attributes | |
List< Composite * > | selection_ |
GenericSelectionMessage class. GenericSelectionMessage is a container for Composite objects that are somehow selected. It will be sent by existing ConnectionObject objects that collect Composites objects for a certain purpose.
BALL::VIEW::GenericSelectionMessage::GenericSelectionMessage | ( | ) |
Default Constructor. The state is set to:
BALL::VIEW::GenericSelectionMessage::GenericSelectionMessage | ( | const GenericSelectionMessage & | message | ) |
Copy constructor.
virtual BALL::VIEW::GenericSelectionMessage::~GenericSelectionMessage | ( | ) | [virtual] |
Destructor.
mutable inspection of the selection of Composite objects.
Non-mutable inspection of the selection of Composite objects.
Change the selection of Composite objects. The selection list will be copied from the given list.