X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_graphicview.h;h=dafc78e17e214407ce653422e0d62dea3cdb5de6;hb=3b479913b79032e514ce8c74ba915c6c91ab0f15;hp=9ba6a1ea76a09b3bd0b7e45fcc3346acd953418e;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/base/rs_graphicview.h b/src/base/rs_graphicview.h index 9ba6a1e..dafc78e 100644 --- a/src/base/rs_graphicview.h +++ b/src/base/rs_graphicview.h @@ -57,24 +57,25 @@ class RS_GraphicView * Sets an external painter device. */ virtual void setPainter(PaintInterface * p); - // virtual void setPainter(RS_Painter * p); + +// We're removing this crap... +#if 0 /** This virtual method must be overwritten and must return the painter device for the buffer of this widget */ - virtual PaintInterface * createPainter() = 0; - // virtual RS_Painter * createPainter() = 0; +// virtual PaintInterface * createPainter() = 0; /** * This virtual method must be overwritten and must return * the direct painter device for this widget */ - virtual PaintInterface * createDirectPainter() = 0; - // virtual RS_Painter * createDirectPainter() = 0; +// virtual PaintInterface * createDirectPainter() = 0; /** * This virtual method must be overwritten and must destroy * the painter device and point 'painter' to NULL. If the painter * is static during the whole life of the application, it might * just do nothing. */ - virtual void destroyPainter() = 0; +// virtual void destroyPainter() = 0; +#endif virtual void setBackground(const RS_Color & bg); RS_Color getBackground();