1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

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
+6
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())