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

Public Member Functions | |
Constructors and Destructors | |
| GeometricObjectSelectionMessage () throw () | |
| Default Constructor. | |
| virtual | ~GeometricObjectSelectionMessage () throw () |
| Destructor. | |
Accessors: inspectors and mutators | |
| void | setSelection (const List< GeometricObject * > &selection) throw () |
| Change the selection of Composite objects. | |
| const List< GeometricObject * > & | getSelection () const throw () |
| Non-mutable inspection of the selection of Composite objects. | |
| void | setSelected (bool state) throw () |
| Set the GeometricObject's to be selected or deselected. | |
| bool | isSelected () const throw () |
| Query if the GeometricObject are selected or deselected. | |
|
|
Default Constructor.
|
|
|
Destructor.
|
|
|
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. |