MCPcopy Create free account
hub / github.com/LMMS/lmms / loadSettings

Method loadSettings

src/tracks/InstrumentTrack.cpp:1797–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1795
1796
1797void InstrumentTrackWindow::loadSettings( const QDomElement& thisElement )
1798{
1799 m_tabWidget->setActiveTab( thisElement.attribute( "tab" ).toInt() );
1800 MainWindow::restoreWidgetState( this, thisElement );
1801 if( isVisible() )
1802 {
1803 m_itv->m_tlb->setChecked( true );
1804 }
1805}
1806
1807void InstrumentTrackWindow::viewInstrumentInDirection(int d)
1808{

Callers 2

dropEventMethod · 0.45

Calls 1

setActiveTabMethod · 0.45

Tested by

no test coverage detected