flagobj.h
changeset 751 7fa9b3164cbe
parent 467 b54deedfcfdd
child 767 6d2b32f305f9
     1.1 --- a/flagobj.h	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/flagobj.h	Thu Apr 02 09:54:42 2009 +0000
     1.3 @@ -32,11 +32,14 @@
     1.4  	const QString getName ();
     1.5  	void setGroup (const QString&);
     1.6  	const QString getGroup();
     1.7 +	void unsetGroup ();
     1.8  	void setToolTip(const QString&);
     1.9  	const QString getToolTip();
    1.10  	QPixmap getPixmap();
    1.11  	void setAction(QAction*);
    1.12  	void updateAction ();
    1.13 +	void setAlwaysVisible (bool b);
    1.14 +	bool isAlwaysVisible ();
    1.15  	bool isActive();
    1.16  	void toggle();
    1.17  	void activate();
    1.18 @@ -50,6 +53,7 @@
    1.19  	QString group;
    1.20  	QString tooltip;
    1.21  	bool state;
    1.22 +	bool avis;
    1.23  	bool used;
    1.24      virtual void positionBBox();
    1.25      virtual void calcBBoxSize();