#include <BALL/VIEW/KERNEL/message.h>
GeometricObjectSelectionMessage class.
- Sent by Scene after picking GeometricObject.
- Caught by MainControl.
Definition at line 516 of file message.h.
◆ GeometricObjectSelectionMessage()
BALL::VIEW::GeometricObjectSelectionMessage::GeometricObjectSelectionMessage |
( |
| ) |
|
◆ ~GeometricObjectSelectionMessage()
virtual BALL::VIEW::GeometricObjectSelectionMessage::~GeometricObjectSelectionMessage |
( |
| ) |
|
|
virtual |
◆ getSelection()
const std::list< GeometricObject * > & BALL::VIEW::GeometricObjectSelectionMessage::getSelection |
( |
| ) |
const |
|
inline |
◆ isSelected()
bool BALL::VIEW::GeometricObjectSelectionMessage::isSelected |
( |
| ) |
const |
|
inline |
◆ setSelected()
void BALL::VIEW::GeometricObjectSelectionMessage::setSelected |
( |
bool | state | ) |
|
|
inline |
◆ setSelection()
void BALL::VIEW::GeometricObjectSelectionMessage::setSelection |
( |
const std::list< GeometricObject * > & | selection | ) |
|
|
inline |
Change the selection of Composite objects. The selection list will be copied from the given list.
Definition at line 540 of file message.h.