1 #ifndef Fireworks_Core_FWSelectionManager_h 2 #define Fireworks_Core_FWSelectionManager_h 22 #include "sigc++/signal.h" 23 #include "sigc++/connection.h" 43 const std::set<FWModelId>&
selected()
const;
const std::set< FWModelId > & selected() const
void itemChanged(const FWEventItem *)
void select(const FWModelId &iId)
void clearItemSelection()
const FWSelectionManager & operator=(const FWSelectionManager &)=delete
const std::set< FWEventItem * > & selectedItems() const
std::set< FWEventItem * > m_itemSelection
std::set< FWModelId > m_newSelection
void unselectItem(FWEventItem *)
void unselect(const FWModelId &iId)
FWModelChangeManager * m_changeManager
sigc::signal< void, const FWSelectionManager & > itemSelectionChanged_
std::vector< std::pair< int, sigc::connection > > m_itemConnectionCount
sigc::signal< void, const FWSelectionManager & > selectionChanged_
FWSelectionManager(FWModelChangeManager *iCM)
void clearModelSelectionLeaveItem()
std::set< FWModelId > m_selection
void finishedAllSelections()
void selectItem(FWEventItem *)