diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-04-24 21:15:30 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-04-24 21:15:30 +0000 |
| commit | b1afccd09c40b30d3fa5f6529d5179c4c2b9da4c (patch) | |
| tree | 5b422baa22c3c49522ce62bff2d6a300272a98aa /src | |
| parent | More documentation. Clean up SMIL a bit. SMIL needs more work, too. (diff) | |
| download | inkscape-b1afccd09c40b30d3fa5f6529d5179c4c2b9da4c.tar.gz inkscape-b1afccd09c40b30d3fa5f6529d5179c4c2b9da4c.zip | |
Left out a comment. sorry.
(bzr r5513)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/smil.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dom/smil.h b/src/dom/smil.h index fdeb0994d..70e1311a8 100644 --- a/src/dom/smil.h +++ b/src/dom/smil.h @@ -31,7 +31,11 @@ * =========================================================================== * NOTES * + * This API and many of the comments come from this document: * http://www.w3.org/TR/smil-boston-dom + * + * ...which is a DRAFT. But it's the best we can find. Can someone + * find a more finished, complete SMIL DOM document for us? Thanks. */ @@ -60,6 +64,7 @@ typedef dom::NodeList NodeList; typedef dom::Document Document; //forward declarations +//SMIL (non-DOM) types class ElementExclusiveTimeContainer; class ElementLayout; class ElementParallelTimeContainer; @@ -75,6 +80,7 @@ class Time; class TimeEvent; class TimeList; +//SMIL Elements class SMILAnimateColorElement; typedef Ptr<SMILAnimateColorElement> SMILAnimateColorElementPtr; class SMILAnimateElement; |
