X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_entitycontainer.h;h=a55733e35ecd903a5fdc07b8d548d84da36bac23;hb=bd2b29c8735d83ab48df13c3efee53f63570473e;hp=9d968bbc863aab277db830f06b7394589963c39e;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_entitycontainer.h b/src/base/rs_entitycontainer.h index 9d968bb..a55733e 100644 --- a/src/base/rs_entitycontainer.h +++ b/src/base/rs_entitycontainer.h @@ -99,15 +99,12 @@ class RS_EntityContainer: public RS_Entity virtual void stretch(Vector firstCorner, Vector secondCorner, Vector offset); virtual void moveRef(const Vector & ref, const Vector & offset); virtual void moveSelectedRef(const Vector & ref, const Vector & offset); - -// virtual void draw(RS_Painter* painter, RS_GraphicView* view, double patternOffset=0.0); - virtual void draw(PaintInterface * painter, RS_GraphicView * view, double patternOffset = 0.0); + virtual void draw(PaintInterface * painter, GraphicView * view, double patternOffset = 0.0); friend std::ostream & operator<<(std::ostream & os, RS_EntityContainer & ec); protected: /** entities in the container */ -// Q3PtrList entities; QList entities; /** sub container used only temporarly for iteration. */