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

Function saveJournallingState

include/JournallingObject.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void saveJournallingState( const bool newState )
46 {
47 m_journallingStateStack.push( m_journalling );
48 m_journalling = newState;
49 }
50
51 void restoreJournallingState()
52 {

Callers 5

restoreStateMethod · 0.85
loadSettingsMethod · 0.85
initMethod · 0.85
BBTCOMethod · 0.85
SampleTCOMethod · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected