25 #include <cairo_base.h> 60 #include "selection.cd" 61 #include "selection.xcd" represents items that have been selected
void insertItem(const ItemPtr &item)
std::shared_ptr< Item > ItemPtr
void ensureGroupInserted(const GroupPtr &item)
check if group already present, and if not, inserts it
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
void insertGroup(const GroupPtr &g)
virtual bool contains(float xx, float yy) const
void ensureItemInserted(const ItemPtr &item)
check if item already present, and if not, inserts item delegates to ensureGroupInserted if passed a ...
bool contains(const ItemPtr &item) const
return if item is contained in selection
std::shared_ptr< Group > GroupPtr
void toggleItemMembership(const ItemPtr &item)
add item to selection if not present, or removes it if present groups handled as well ...