author | insilmaril |
Wed Apr 25 16:02:54 2007 +0000 (2007-04-25) | |
changeset 468 | 82bd254b58da |
parent 467 | b54deedfcfdd |
child 469 | e21e3b8c312c |
flagrowobj.h | file | annotate | diff | revisions |
1.1 --- a/flagrowobj.h Wed Apr 25 16:02:54 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 ();