changeset 478 | f4aae4fdc1bc |
parent 425 | 7014be3ac7d0 |
child 766 | 7a71a914afdb |
1.1 --- a/flagrowobj.h Mon Feb 12 09:28:46 2007 +0000 1.2 +++ b/flagrowobj.h Wed Apr 25 16:02:54 2007 +0000 1.3 @@ -6,6 +6,12 @@ 1.4 #include "mapobj.h" 1.5 #include "flagobj.h" 1.6 1.7 +/*! \brief A collection of flags (FlagObj). 1.8 + 1.9 + The flags are aligned horizontally in a row on the map. 1.10 + A toolbar can be created from the flags in this row. 1.11 + */ 1.12 + 1.13 class FlagRowObj:public MapObj { 1.14 public: 1.15 FlagRowObj ();