#include <message.h>

Public Member Functions |
|
|
Constructors and Destructors
|
|
| GenericSelectionMessage () | |
| Default Constructor. |
|
| GenericSelectionMessage (const GenericSelectionMessage &message) | |
| Copy constructor. |
|
| virtual | ~GenericSelectionMessage () |
| Destructor. |
|
|
Accessors: inspectors and mutators
|
|
| void | setSelection (const List< Composite * > &selection) |
| Change the selection of Composite objects. |
|
| const List< Composite * > & | getSelection () const |
| Non-mutable inspection of the
selection of Composite objects. |
|
| List< Composite * > & | getSelection () |
| mutable inspection of the selection
of Composite objects. |
|
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:
1.5.8