BALL
1.4.79
|
#include <BALL/VIEW/KERNEL/message.h>
Public Member Functions | |
ControlSelectionMessage () | |
Public Member Functions inherited from BALL::VIEW::GenericSelectionMessage | |
GenericSelectionMessage () | |
GenericSelectionMessage (const GenericSelectionMessage &message) | |
virtual | ~GenericSelectionMessage () |
void | setSelection (const std::list< Composite * > &selection) |
const std::list< Composite * > & | getSelection () const |
std::list< Composite * > & | getSelection () |
Public Member Functions inherited from BALL::VIEW::Message | |
Message () | |
Message (const Message &message) | |
virtual | ~Message () |
void | setSender (const ConnectionObject *sender) |
const ConnectionObject * | getSender () const |
void | setDeletable (bool flag=true) |
bool | isDeletable () const |
boost::any & | data () |
Used to inform MainControl of selection in MolecularControl (not the one of the checkboxes!) and the other way round.
BALL::VIEW::ControlSelectionMessage::ControlSelectionMessage | ( | ) |