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

Method journallingObject

include/ProjectJournal.h:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 void clearJournal();
86 void stopAllJournalling();
87 JournallingObject * journallingObject( const jo_id_t _id )
88 {
89 if( m_joIDs.contains( _id ) )
90 {
91 return m_joIDs[_id];
92 }
93 return NULL;
94 }
95
96
97private:

Callers 7

resolveAllIDsMethod · 0.80
changeIDMethod · 0.80
dropEventMethod · 0.80
disconnectObjectMethod · 0.80
dropEventMethod · 0.80
dropEventMethod · 0.80
dropEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected