mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Geometry info updated while using gizmos
This commit is contained in:
parent
266a4413bd
commit
ac7d21b50a
11 changed files with 120 additions and 24 deletions
|
@ -96,7 +96,8 @@ public:
|
|||
void call(int i, int j) const;
|
||||
void call(const std::vector<int>& ints) const;
|
||||
void call(double d) const;
|
||||
void call(double x, double y) const;
|
||||
void call(double a, double b) const;
|
||||
void call(double a, double b, double c, double d) const;
|
||||
void call(bool b) const;
|
||||
private:
|
||||
void *m_callback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue