diff -r 7014be3ac7d0 -r d7d0708b1c60 flagrowobj.h --- a/flagrowobj.h Mon Feb 12 09:28:46 2007 +0000 +++ b/flagrowobj.h Tue Dec 04 12:32:59 2007 +0000 @@ -6,6 +6,12 @@ #include "mapobj.h" #include "flagobj.h" +/*! \brief A collection of flags (FlagObj). + + The flags are aligned horizontally in a row on the map. + A toolbar can be created from the flags in this row. + */ + class FlagRowObj:public MapObj { public: FlagRowObj ();