Adding QRCode objec
Moving classes to new files Adding sheet data calculation tests
This commit is contained in:
parent
17dd2b256f
commit
dca3b4edf2
13 changed files with 598 additions and 18 deletions
|
|
@ -46,17 +46,8 @@ using Newtonsoft.Json;
|
|||
|
||||
namespace MatterHackers.MatterControl.DesignTools
|
||||
{
|
||||
public interface IEditorWidgetModifier
|
||||
{
|
||||
void ModifyEditorWidget(GuiWidget widget, ThemeConfig theme, Action requestWidgetUpdate);
|
||||
}
|
||||
|
||||
public interface IImageProvider
|
||||
{
|
||||
ImageBuffer Image { get; }
|
||||
}
|
||||
|
||||
[HideMeterialAndColor]
|
||||
[HideMeterialAndColor]
|
||||
public class ImageObject3D : AssetObject3D, IImageProvider, IObject3DControlsProvider, IEditorWidgetModifier
|
||||
{
|
||||
private const double DefaultSizeMm = 60;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue