Mercurial > hg > easaier-soundaccess
diff widgets/ItemAudioFilterList.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 | a5d941805d45 |
children | 5060939ca69d |
line wrap: on
line diff
--- a/widgets/ItemAudioFilterList.h Wed Jun 13 15:49:23 2007 +0000 +++ b/widgets/ItemAudioFilterList.h Tue Jun 19 15:15:12 2007 +0000 @@ -31,6 +31,7 @@ ItemAudioFilterList(QWidget *parent=0); void setIcon(QString &icon); void setName(QString &name); + inline QString getName(){return m_labelName->text();} void changeCheckBoxPlayState(bool state); void setPropertyBox(PropertyBox *box); virtual void configAction();