# HG changeset patch # User insilmaril # Date 1194535683 0 # Node ID 9d9da416206eb2d57705627f78d7f52e2c4f4153 # Parent 7ee5bf3647d318c856348b8a88ca84edae2288c2 1.11.2 split up of xml helper functions. started to work on attributes diff -r 7ee5bf3647d3 -r 9d9da416206e ornamentedobj.h --- a/ornamentedobj.h Thu Nov 08 15:28:03 2007 +0000 +++ b/ornamentedobj.h Thu Nov 08 15:28:03 2007 +0000 @@ -4,7 +4,7 @@ #include "frameobj.h" #include "linkablemapobj.h" -/*! \brief Adds various ornaments to the class LinkableMapObj +/*! \brief Adds various ornaments and data to the class LinkableMapObj The ornaments are: - frame @@ -15,6 +15,7 @@ - flags - standard flags - system flags + - attributes (key/value pairs) */ class OrnamentedObj:public LinkableMapObj {