first shot at instrumentTrackWindow cache

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@803 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-03-22 08:32:06 +00:00
parent 75cd993b93
commit ab42375731
6 changed files with 103 additions and 17 deletions

View File

@@ -45,6 +45,7 @@
class QLineEdit;
template<class T> class QQueue;
class arpeggiatorView;
class chordCreatorView;
class effectRackView;
@@ -220,6 +221,8 @@ public:
}
void freeInstrumentTrackWindow( void );
private slots:
void toggledInstrumentTrackButton( bool _on );
void activityIndicatorPressed( void );
@@ -230,6 +233,8 @@ private slots:
private:
instrumentTrackWindow * m_window;
static QQueue<instrumentTrackWindow *> s_windows;
// widgets in track-settings-widget
volumeKnob * m_tswVolumeKnob;
@@ -271,6 +276,11 @@ public:
return( castModel<instrumentTrack>() );
}
void setInstrumentTrackView( instrumentTrackView * _tv )
{
m_itv = _tv;
}
public slots:
void textChanged( const QString & _new_name );