summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41ee6c8)
raw | patch | inline | side by side (parent: 41ee6c8)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 24 Apr 2008 21:15:30 +0000 (21:15 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 24 Apr 2008 21:15:30 +0000 (21:15 +0000) |
src/dom/smil.h | patch | blob | history |
diff --git a/src/dom/smil.h b/src/dom/smil.h
index fdeb0994df424465d15962306b9fb214d442a783..70e1311a81c5666ab70a63a2a0385436f2ba308b 100644 (file)
--- a/src/dom/smil.h
+++ b/src/dom/smil.h
* ===========================================================================
* 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.
*/
typedef dom::Document Document;
//forward declarations
+//SMIL (non-DOM) types
class ElementExclusiveTimeContainer;
class ElementLayout;
class ElementParallelTimeContainer;
class TimeEvent;
class TimeList;
+//SMIL Elements
class SMILAnimateColorElement;
typedef Ptr<SMILAnimateColorElement> SMILAnimateColorElementPtr;
class SMILAnimateElement;