1.11.2 split up of xml helper functions. started to work on attributes
1.1 --- a/ornamentedobj.h Thu Nov 08 15:28:03 2007 +0000
1.2 +++ b/ornamentedobj.h Thu Nov 08 15:28:03 2007 +0000
1.3 @@ -4,7 +4,7 @@
1.4 #include "frameobj.h"
1.5 #include "linkablemapobj.h"
1.6
1.7 -/*! \brief Adds various ornaments to the class LinkableMapObj
1.8 +/*! \brief Adds various ornaments and data to the class LinkableMapObj
1.9
1.10 The ornaments are:
1.11 - frame
1.12 @@ -15,6 +15,7 @@
1.13 - flags
1.14 - standard flags
1.15 - system flags
1.16 + - attributes (key/value pairs)
1.17 */
1.18
1.19 class OrnamentedObj:public LinkableMapObj {