#include <Iguana/Framework/interface/IgSelectionService.h>
Public Member Functions | |
IgSelectionService (IgState *state) | |
Private Member Functions | |
IG_DECLARE_STATE_ELEMENT (IgSelectionService) | |
Private Attributes | |
IgState * | m_state |
IgSelectionService manages the current object selection in the browsers forming a session group. All browsers in the group should register with the service, and notify it when the selection changes.
FIXME: management of several independent selections?
Definition at line 26 of file IgSelectionService.h.
IgSelectionService::IgSelectionService | ( | IgState * | state | ) |
Definition at line 20 of file IgSelectionService.cc.
References ASSERT, m_state, and IgState::put().
IgSelectionService::IG_DECLARE_STATE_ELEMENT | ( | IgSelectionService | ) | [private] |
IgState* IgSelectionService::m_state [private] |