vymmodel.h
changeset 800 959bd133cd1a
parent 796 cf634bbf9e04
child 804 14f2b1b15242
     1.1 --- a/vymmodel.h	Thu Oct 01 11:48:58 2009 +0000
     1.2 +++ b/vymmodel.h	Thu Oct 01 13:23:20 2009 +0000
     1.3 @@ -244,7 +244,14 @@
     1.4  	QString getDate();
     1.5  	int branchCount();
     1.6  
     1.7 -public:	
     1.8 +	void setSortFilter (const QString &);
     1.9 +	QString getSortFilter ();
    1.10 +protected:	
    1.11 +	QString sortFilter;
    1.12 +signals:
    1.13 +	void sortFilterChanged (QString );		//!< Notify editors of new filter
    1.14 +
    1.15 +public:
    1.16  	void setHeading(const QString &);		//!< Set heading of item	
    1.17  	QString getHeading ();					//!< Get heading of item
    1.18