1.1 --- a/flagrowobj.h Mon May 23 15:28:20 2005 +0000
1.2 +++ b/flagrowobj.h Mon May 08 13:25:46 2006 +0000
1.3 @@ -28,6 +28,7 @@
1.4 void deactivateAll();
1.5 void deactivateGroup(FlagObj *);
1.6 void setEnabled (bool);
1.7 + void setShowFlags (bool);
1.8 void resetUsedCounter();
1.9 QString saveToDir (const QString &,const QString &,bool);
1.10 void setName (const QString&); // prefix for exporting flags to dir
1.11 @@ -38,5 +39,6 @@
1.12 FlagObj* findFlag (const QString&);
1.13 QPtrList <FlagObj> flag;
1.14 QString name;
1.15 + bool showFlags; // FloatObjects want to hide their flags
1.16 };
1.17 #endif