mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Support tree interface extended with mouse event handling and refresh callback.
This commit is contained in:
parent
f6591f000e
commit
91a79e0343
2 changed files with 31 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue