renamed some members

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@279 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-03 01:44:10 +00:00
parent fd86343a57
commit 4273b211ae

View File

@@ -106,7 +106,7 @@ protected:
virtual void resizeEvent( QResizeEvent * _re );
virtual void wheelEvent( QWheelEvent * _we );
int FASTCALL getValue( int _y );
int FASTCALL getLevel( int _y );
static inline void drawValueRect( QPainter & _p, Uint16 _x, Uint16 _y,
Sint16 _width, Sint16 _height,
const bool _is_selected );
@@ -220,10 +220,10 @@ private:
Uint32 m_selectStartTact64th;
int m_selectedTact64th;
int m_selectStartKey;
int m_selectedKeys;
int m_selectStartLevel;
int m_selectedLevels;
int m_moveStartKey;
int m_moveStartLevel;
int m_moveStartTact64th;
int m_moveXOffset;