diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-05-01 19:15:49 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-05-01 19:15:49 +0000 |
| commit | 1e3ebdbb6db4694488063e89caca3d41f8861c00 (patch) | |
| tree | 28c836ab32b5414773f9909857e97dbabb724ebc /src/dom/svgimpl.cpp | |
| parent | Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr... (diff) | |
| download | inkscape-1e3ebdbb6db4694488063e89caca3d41f8861c00.tar.gz inkscape-1e3ebdbb6db4694488063e89caca3d41f8861c00.zip | |
Clean up. More commenting. Smarten SvgParser and rename to SvgReader.
(bzr r5570)
Diffstat (limited to 'src/dom/svgimpl.cpp')
| -rw-r--r-- | src/dom/svgimpl.cpp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/dom/svgimpl.cpp b/src/dom/svgimpl.cpp index 9343c311d..2c85fa21e 100644 --- a/src/dom/svgimpl.cpp +++ b/src/dom/svgimpl.cpp @@ -10,7 +10,7 @@ * Authors: * Bob Jamison * - * Copyright (C) 2005 Bob Jamison + * Copyright (C) 2005-2008 Bob Jamison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -29,7 +29,11 @@ #include "svgimpl.h" - +/** + * This is the .cpp side of the SVG implementations classes. Note that many + * of the sections for each of the classes is empty. This is because that class + * has been implemented totally in svgimpl.h + */ namespace org { @@ -161,7 +165,7 @@ bool SVGSVGElementImpl::animationsPaused( ) * */ NodeList SVGSVGElementImpl::getIntersectionList(const SVGRect &/*rect*/, - const SVGElementPtr /*referenceElement*/ ) + const SVGElementPtr /*referenceElement*/ ) { NodeList list; return list; @@ -171,7 +175,7 @@ NodeList SVGSVGElementImpl::getIntersectionList(const SVGRect &/*rect*/, * */ NodeList SVGSVGElementImpl::getEnclosureList(const SVGRect &/*rect*/, - const SVGElementPtr /*referenceElement*/ ) + const SVGElementPtr /*referenceElement*/ ) { NodeList list; return list; |
