CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/25 10:22:57
Modified files: . : ChangeLog server/parser : movie_definition.h Log message: corrected some old names from doxygen page. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4958&r2=1.4959 http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/movie_definition.h?cvsroot=gnash&r1=1.35&r2=1.36 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4958 retrieving revision 1.4959 diff -u -b -r1.4958 -r1.4959 --- ChangeLog 25 Nov 2007 05:02:07 -0000 1.4958 +++ ChangeLog 25 Nov 2007 10:22:56 -0000 1.4959 @@ -1,3 +1,8 @@ +2007-11-25 Sandro Santilli <[EMAIL PROTECTED]> + + * server/parser/movie_definition.h: corrected some old names + from doxygen page. + 2007-11-24 Bastiaan Jacques <[EMAIL PROTECTED]> * backend/render_handler_cairo.cpp: Make sure outlines are Index: server/parser/movie_definition.h =================================================================== RCS file: /sources/gnash/gnash/server/parser/movie_definition.h,v retrieving revision 1.35 retrieving revision 1.36 diff -u -b -r1.35 -r1.36 --- server/parser/movie_definition.h 23 Nov 2007 12:21:26 -0000 1.35 +++ server/parser/movie_definition.h 25 Nov 2007 10:22:57 -0000 1.36 @@ -27,7 +27,7 @@ /// multiple instances. /// /// A Movie definition is defined by the gnash::movie_definition class. -/// A Movie instance is defined by the gnash::movie_interface class. +/// A Movie instance is defined by the gnash::movie_instance class. /// /// A Movie instance exposes the ActionScript /// Object base interface (gnash::as_object), @@ -35,12 +35,17 @@ /// /// The implementation of SWF parsing for a Movie definition /// is found in gnash::movie_def_impl::read. +/// /// Note that movie_definition is also used as a base class -/// to sprite_definition, which is a sub-movie defined in an SWF +/// for gnash::sprite_definition, which is a sub-movie defined in an SWF /// file. This seems to be the only reason to have a /// movie_def_impl class, being the top-level definition of /// a movie (the one with a CharacterDictionary in it). /// +/// Also note that gnash::movie_instance is a subclass of gnash::sprite_instance, +/// being the instance of a gnash::sprite_definition. +/// +/// #ifndef GNASH_MOVIE_DEFINITION_H _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit