2 #include <score/selection/Selection.hpp>
12 class SelectionDispatcher;
21 template <
typename Obj>
25 auto ptr =
const_cast<std::remove_const_t<Obj>*
>(obj);
27 QString::number(*obj->id().val()),
Selection{ptr}, disp, parent};
30 template <
typename Obj>
34 auto ptr =
const_cast<std::remove_const_t<Obj>*
>(obj);
37 but->setToolTip(QString::number(obj->id().val()));
Definition: Selection.hpp:12
The SelectionDispatcher class.
Definition: SelectionDispatcher.hpp:15
Base toolkit upon which the software is built.
Definition: Application.cpp:90