diff widgets/GenericItemList.h @ 79:afcf540ae3a2

add the real time filter stack to manage real time filters and their attributes
author lbajardsilogic
date Tue, 19 Jun 2007 15:15:12 +0000
parents 57c85a9d9b4a
children 894b45c9b787
line wrap: on
line diff
--- a/widgets/GenericItemList.h	Wed Jun 13 15:49:23 2007 +0000
+++ b/widgets/GenericItemList.h	Tue Jun 19 15:15:12 2007 +0000
@@ -29,6 +29,9 @@
 	virtual void configAction();
 	void setAcceptDrag(bool status);
 
+	virtual void setName(QString &name) = 0;
+	virtual QString getName() = 0;
+
 signals :
 	void doubleClicked();
 	void selected(int index=0);