31 class AbstractHistoryEntry; |
31 class AbstractHistoryEntry; |
32 |
32 |
33 // ============================================================================= |
33 // ============================================================================= |
34 class History |
34 class History |
35 { PROPERTY (private, long, Position, NUM_OPS, STOCK_WRITE) |
35 { PROPERTY (private, long, Position, NUM_OPS, STOCK_WRITE) |
36 PROPERTY (public, LDFile*, File, NO_OPS, STOCK_WRITE) |
36 PROPERTY (public, LDDocument*, File, NO_OPS, STOCK_WRITE) |
37 PROPERTY (public, bool, Ignoring, BOOL_OPS, STOCK_WRITE) |
37 PROPERTY (public, bool, Ignoring, BOOL_OPS, STOCK_WRITE) |
38 |
38 |
39 public: |
39 public: |
40 typedef QList<AbstractHistoryEntry*> Changeset; |
40 typedef QList<AbstractHistoryEntry*> Changeset; |
41 |
41 |