BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
BALL::VIEW::NewSelectionMessage Class Reference

#include <BALL/VIEW/KERNEL/message.h>

Inheritance diagram for BALL::VIEW::NewSelectionMessage:
BALL::VIEW::Message

Public Member Functions

 NewSelectionMessage ()
bool openItems ()
 Open all SelectableListViewItems, if they have a selected child.
void setOpenItems (bool state)
- Public Member Functions inherited from BALL::VIEW::Message
 Message ()
 Message (const Message &message)
virtual ~Message ()
void setSender (const ConnectionObject *sender)
const ConnectionObjectgetSender () const
void setDeletable (bool flag=true)
bool isDeletable () const
boost::any & data ()

Protected Attributes

bool open_

Detailed Description

Send by MainControl to Control objects to sync selection

Definition at line 495 of file message.h.

Constructor & Destructor Documentation

BALL::VIEW::NewSelectionMessage::NewSelectionMessage ( )

Member Function Documentation

bool BALL::VIEW::NewSelectionMessage::openItems ( )
inline

Open all SelectableListViewItems, if they have a selected child.

Definition at line 501 of file message.h.

void BALL::VIEW::NewSelectionMessage::setOpenItems ( bool  state)
inline

Definition at line 505 of file message.h.

Member Data Documentation

bool BALL::VIEW::NewSelectionMessage::open_
protected

Definition at line 509 of file message.h.