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

Class CheckPoint

include/ProjectJournal.h:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 typedef QHash<jo_id_t, JournallingObject *> JoIdMap;
99
100 struct CheckPoint
101 {
102 CheckPoint( jo_id_t initID = 0, const DataFile& initData = DataFile( DataFile::JournalData ) ) :
103 joID( initID ),
104 data( initData )
105 {
106 }
107 jo_id_t joID;
108 DataFile data;
109 } ;
110 typedef QStack<CheckPoint> CheckPointStack;
111
112 JoIdMap m_joIDs;

Callers 3

undoMethod · 0.85
redoMethod · 0.85
addJournalCheckPointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected