[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/khtml-svg/svg
From:       Rob Buis <buis () kde ! org>
Date:       2006-03-25 14:27:59
Message-ID: 1143296879.054549.13799.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 522410 by buis:

Cleanup, and add circle and ellipse dom classes.


 M  +1 -1      Makefile.am  
 A             SVGCircleElementImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGCircleElementImpl.h   [License: LGPL (v2+) (wrong address)]
 A             SVGEllipseElementImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGEllipseElementImpl.h   [License: LGPL (v2+) (wrong address)]
 M  +0 -6      SVGStyledElementImpl.cpp  
 M  +0 -3      SVGStyledElementImpl.h  


--- branches/work/khtml-svg/svg/Makefile.am #522409:522410
@@ -18,5 +18,5 @@
 						 SVGAnimatedStringImpl.cpp SVGZoomAndPanImpl.cpp SVGFitToViewBoxImpl.cpp \
 						 SVGLocatableImpl.cpp SVGURIReferenceImpl.cpp SVGTransformableImpl.cpp \
 						 SVGStyledLocatableElementImpl.cpp SVGStyledTransformableElementImpl.cpp \
-						 SVGSVGElementImpl.cpp \
+						 SVGSVGElementImpl.cpp SVGEllipseElementImpl.cpp SVGCircleElementImpl.cpp \
 						 svgpathparser.cpp
--- branches/work/khtml-svg/svg/SVGStyledElementImpl.cpp #522409:522410
@@ -27,7 +27,6 @@
 #include <kdom/core/CDFInterface.h>
 
 #include <kcanvas/KCanvas.h>
-#include <kcanvas/KCanvasItem.h>
 #include <kcanvas/KCanvasCreator.h>
 #include <kcanvas/device/KRenderingDevice.h>
 
@@ -265,11 +264,6 @@
 }
 
 /*
-KCanvasItem *SVGStyledElementImpl::canvasItem() const
-{
-    return m_canvasItem;
-}
-
 KCanvas *SVGStyledElementImpl::canvas() const
 {
     SVGDocumentImpl *doc = static_cast<SVGDocumentImpl *>(ownerDocument());
--- branches/work/khtml-svg/svg/SVGStyledElementImpl.h #522409:522410
@@ -63,7 +63,6 @@
 
         void updateCTM(const QMatrix &ctm);
 
-//        KCanvasItem *canvasItem() const;
         virtual void notifyAttributeChange() const;
         virtual void recalcStyle(StyleChange = NoChange);
 
@@ -88,8 +87,6 @@
         void setStyle(khtml::RenderStyle *newStyle);
 //        void updateCanvasItem(); // Handles "path data" object changes... (not for style/transform!)
 
-//        KCanvasItem *m_canvasItem;
-
     private:
         mutable RefPtr<DOM::CSSStyleDeclarationImpl> m_pa;
         mutable RefPtr<SVGAnimatedStringImpl> m_className;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic