X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdimension.h;h=252c93375dfa3f2a0afe6ab66b8e98614d4046a0;hb=3047a65eb459ddb4a85e1a694aa2b2491437472e;hp=4afc2ace68a2ac59c336efd8fac309cfc6c874f9;hpb=11802354d1ddc5bc571d83d8fc9b600618cb4372;p=architektonas diff --git a/src/dimension.h b/src/dimension.h index 4afc2ac..252c933 100644 --- a/src/dimension.h +++ b/src/dimension.h @@ -38,8 +38,10 @@ class Dimension: public Object bool objectWasDragged; double length; DimensionType dimensionType; + public: double size; // Size of arrows/text in base units + private: // We use these in lieu of the built-in connected[] array; no reason to // do it this way especially Connection point1;