mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 16:42:43 +00:00
Make clear_regions and delete_region methods private (both Print & Layer), and remove from XSP.
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
%code%{ THIS->lower_layer = layer; %};
|
||||
|
||||
size_t region_count();
|
||||
void clear_regions();
|
||||
Ref<LayerRegion> get_region(int idx);
|
||||
Ref<LayerRegion> add_region(PrintRegion* print_region);
|
||||
|
||||
@@ -96,10 +95,8 @@
|
||||
%code%{ THIS->lower_layer = layer; %};
|
||||
|
||||
size_t region_count();
|
||||
void clear_regions();
|
||||
Ref<LayerRegion> get_region(int idx);
|
||||
Ref<LayerRegion> add_region(PrintRegion* print_region);
|
||||
void delete_region(int idx);
|
||||
|
||||
Ref<ExPolygonCollection> slices()
|
||||
%code%{ RETVAL = &THIS->slices; %};
|
||||
|
||||
@@ -158,7 +158,6 @@ _constant()
|
||||
|
||||
PrintRegionPtrs* regions()
|
||||
%code%{ RETVAL = &THIS->regions; %};
|
||||
void clear_regions();
|
||||
Ref<PrintRegion> get_region(int idx);
|
||||
Ref<PrintRegion> add_region();
|
||||
size_t region_count()
|
||||
|
||||
Reference in New Issue
Block a user