]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_dialogfactoryinterface.h
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / base / rs_dialogfactoryinterface.h
index 70215068dac3abc48bd76d4b8fe3d297fe822d1f..2ea60114f996c6a462483448e365624aa3b27f03 100644 (file)
@@ -15,10 +15,10 @@ class RS_CircleData;
 class RS_DimLinearData;
 class RS_DimensionData;
 class RS_Document;
+class Drawing;
 class RS_Entity;
 class RS_EventHandler;
-class RS_Graphic;
-class RS_GraphicView;
+class GraphicView;
 class RS_Grid;
 class RS_Hatch;
 class RS_Insert;
@@ -63,7 +63,7 @@ public:
         * window for the given document or for a new document if no document
         * is given.
         */
-    virtual RS_GraphicView * requestNewDocument(const QString & fileName = QString::null,
+    virtual GraphicView * requestNewDocument(const QString & fileName = QString::null,
                RS_Document * doc = NULL) = 0;
 
        /**
@@ -324,10 +324,10 @@ public:
         *
         * @param graphic Graphic document.
      */
-    virtual void requestOptionsDrawingDialog(RS_Graphic & graphic) = 0;
+    virtual void requestOptionsDrawingDialog(Drawing & graphic) = 0;
 
 #ifdef RS_CAM
-    virtual bool requestCamOptionsDialog(RS_Graphic & graphic) = 0;
+    virtual bool requestCamOptionsDialog(Drawing & graphic) = 0;
 #endif
 
     /**