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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user