BALL::VIEW::GenericSelectionMessage Class Reference
[Messages]

GenericSelectionMessage class. More...

#include <message.h>

Inheritance diagram for BALL::VIEW::GenericSelectionMessage:
Inheritance graph
[legend]

List of all members.


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.

Detailed Description

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.


Constructor & Destructor Documentation

BALL::VIEW::GenericSelectionMessage::GenericSelectionMessage ( )

Default Constructor.

The state is set to:

  • composite list - empty

Member Function Documentation

void BALL::VIEW::GenericSelectionMessage::setSelection ( const List< Composite * > & selection )

Change the selection of Composite objects.

The selection list will be copied from the given list.


Generated on Thu Aug 6 18:30:55 2009 for BALL by doxygen 1.5.8