flagrowobj.h
changeset 103 c810a11d11d9
parent 0 7a96bd401351
child 257 199f2626fe70
     1.1 --- a/flagrowobj.h	Sun Jan 30 12:58:47 2005 +0000
     1.2 +++ b/flagrowobj.h	Mon May 23 15:28:20 2005 +0000
     1.3 @@ -22,16 +22,17 @@
     1.4      virtual void calcBBoxSize();
     1.5  	virtual QString getFlagName (const QPoint &p);	// Find flag by position
     1.6  	bool isActive(const QString&);
     1.7 -	void toggle (const QString&);
     1.8 +	void toggle (const QString&,bool);
     1.9  	void activate(const QString&);
    1.10  	void deactivate(const QString&);
    1.11  	void deactivateAll();
    1.12 +	void deactivateGroup(FlagObj *);
    1.13  	void setEnabled (bool);
    1.14  	void resetUsedCounter();
    1.15  	QString saveToDir (const QString &,const QString &,bool);
    1.16  	void setName (const QString&);			// prefix for exporting flags to dir
    1.17  	void makeToolbar (QMainWindow*, const QString &);	// Create Toolbar buttons
    1.18 -	void updateToolBar();					// Update Toolbar buttons	
    1.19 +	void updateToolbar();					// Update Toolbar buttons	
    1.20  private:	
    1.21  	FlagRowObj* parentRow;					// look for flags in this row
    1.22  	FlagObj* findFlag (const QString&);