More documentation, fixed small bug where links of unselected objects where visible again
8 Selection::Selection(const Selection &other)
12 Selection::~Selection()
16 void Selection::init()
18 selectList.setAutoDelete(true);
21 void Selection::copy(const Selection &other)
25 void Selection::clear()
30 bool Selection::select(LinkableMapObj *lmo)
35 void Selection::unselect(LinkableMapObj *lmo)
39 bool Selection::isEmpty()
41 return selectList.isEmpty();
44 uint Selection::count()
46 return selectList.count();