]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_previewactioninterface.h
Last checkin before major refactor...
[architektonas] / src / base / rs_previewactioninterface.h
index 529fb0c342e8391825f46dc3d969755db286b2bf..a8f678042f962b0d71ca7adc73a4318a5776fb4d 100644 (file)
@@ -28,21 +28,22 @@ class RS_PreviewActionInterface: public RS_ActionInterface
                void drawPreview();
                void deletePreview();
 
-       private:
+//     private:
+       protected:
                void xorPreview();
 
        protected:
                /**
-               * Preview that holds the entities to be previewed.
-               */
+                * Preview that holds the entities to be previewed.
+                */
                RS_Preview * preview;
                /**
-               * Keeps track of the drawings in XOR mode.
-               */
+                * Keeps track of the drawings in XOR mode.
+                */
                bool visible;
                /**
-               * Current offset of the preview.
-               */
+                * Current offset of the preview.
+                */
                Vector offset;
 };