diff -r b54deedfcfdd -r 82bd254b58da flagrowobj.h --- a/flagrowobj.h Wed Apr 25 16:02:54 2007 +0000 +++ b/flagrowobj.h Wed Apr 25 16:02:54 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 ();