Scenario::SlotPresenter Struct Reference
Inheritance diagram for Scenario::SlotPresenter:
Public Member Functions | |
SlotPresenter (const SlotPresenter &)=delete | |
SlotPresenter (SlotPresenter &&) noexcept=default | |
SlotPresenter & | operator= (const SlotPresenter &)=delete |
SlotPresenter & | operator= (SlotPresenter &&) noexcept=default |
SlotPresenter (const LayerSlotPresenter &l) noexcept=delete | |
SlotPresenter (const NodalSlotPresenter &l) noexcept=delete | |
SlotPresenter (LayerSlotPresenter &&l) noexcept | |
SlotPresenter (NodalSlotPresenter &&l) noexcept | |
LayerSlotPresenter * | getLayerSlot () const noexcept |
NodalSlotPresenter * | getNodalSlot () const noexcept |
template<typename Layer , typename Nodal > | |
auto | visit (const Layer &lfun, const Nodal &nfun) |
template<typename Layer , typename Nodal > | |
auto | visit (const Layer &lfun, const Nodal &nfun) const |
template<typename F > | |
auto | visit (const F &fun) |
template<typename F > | |
auto | visit (const F &fun) const |
void | cleanup (QGraphicsScene *sc) |
The documentation for this struct was generated from the following file: