Support tree interface extended with mouse event handling and refresh callback.

This commit is contained in:
tamasmeszaros 2018-11-08 10:21:13 +01:00
parent f6591f000e
commit 91a79e0343
2 changed files with 31 additions and 0 deletions

View file

@ -1635,6 +1635,12 @@ SlicedSupports SLASupportTree::slice(float layerh, float init_layerh) const
return {};
}
// Here we should implement the support editing
void SLASupportTree::mouse_event(const MouseEvent &)
{
}
SLASupportTree::SLASupportTree(const Model& model,
const SupportConfig& cfg,
const Controller& ctl): m_impl(new Impl())