Mercurial > hg > easaier-soundaccess
diff view/Pane.h @ 253:82d17c4d4b39
set a color and a value different when a new interval layer is loaded
author | lbajardsilogic |
---|---|
date | Thu, 12 Jun 2008 13:36:37 +0000 |
parents | 7b19f2719f91 |
children |
line wrap: on
line diff
--- a/view/Pane.h Thu Jun 12 12:29:49 2008 +0000 +++ b/view/Pane.h Thu Jun 12 13:36:37 2008 +0000 @@ -61,6 +61,7 @@ virtual QString toEasaierXmlString(QString indent = "", QString extraAttributes = "") const; + virtual int getIntervalModulo() {m_intervalModulo = (m_intervalModulo+1)%4; return m_intervalModulo;} signals: void paneInteractedWith(); void rightButtonMenuRequested(QPoint position); @@ -144,6 +145,8 @@ Thumbwheel *m_hthumb; Thumbwheel *m_vthumb; NotifyingPushButton *m_reset; + + int m_intervalModulo; }; #endif