mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
WIP: Plater
This commit is contained in:
parent
08c6905751
commit
9021bd07a3
5 changed files with 155 additions and 71 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
class wxWindow;
|
||||
class wxGLCanvas;
|
||||
class wxGLContext;
|
||||
|
||||
|
@ -186,6 +187,8 @@ public:
|
|||
void register_action_layersediting_callback(wxGLCanvas* canvas, void* callback);
|
||||
void register_action_selectbyparts_callback(wxGLCanvas* canvas, void* callback);
|
||||
|
||||
static bool can_multisample();
|
||||
static wxGLCanvas* create_wxglcanvas(wxWindow *parent);
|
||||
private:
|
||||
CanvasesMap::iterator _get_canvas(wxGLCanvas* canvas);
|
||||
CanvasesMap::const_iterator _get_canvas(wxGLCanvas* canvas) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue