#include <message.h>
Inheritance diagram for VIEW::GenericSelectionMessage:

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