From: Fabian Stemmler Date: Fri, 14 Jun 2019 13:40:57 +0000 (+0200) Subject: General SubmodelComponents can now be saved to a json format X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=b2f3d0b16783289fab229c667c18d61f84119bbd;hp=b2f3d0b16783289fab229c667c18d61f84119bbd;p=Mograsim.git General SubmodelComponents can now be saved to a json format Format for SimpleRectangularSubmodelComponents has changed. Format for SubmodelComponents holds information on Pin positions. Both SubmodelComponents and SimpleRect... can be created through the GUICustomComponentCreator (SubmodelComponents are created as SimpleRect..., as SubmodelComponent is abstract). This can be expanded upon for the addition of more subclasses to SubmodelComponent. Included a class JsonExample for testing a few standard cases. ---