src/editHistory.h

changeset 784
f82ab4d3c7b4
parent 768
29e6c5552388
child 789
4b7306f52bb5
equal deleted inserted replaced
783:1db20d88650f 784:f82ab4d3c7b4
38 class AbstractHistoryEntry; 38 class AbstractHistoryEntry;
39 39
40 // ============================================================================= 40 // =============================================================================
41 class History 41 class History
42 { 42 {
43 PROPERTY (private, int, position, setPosition, STOCK_WRITE) 43 PROPERTY (private, int, position, setPosition, STOCK_WRITE)
44 PROPERTY (public, LDDocument*, document, setDocument, STOCK_WRITE) 44 PROPERTY (public, LDDocumentWeakPtr, document, setDocument, STOCK_WRITE)
45 PROPERTY (public, bool, isIgnoring, setIgnoring, STOCK_WRITE) 45 PROPERTY (public, bool, isIgnoring, setIgnoring, STOCK_WRITE)
46 46
47 public: 47 public:
48 typedef QList<AbstractHistoryEntry*> Changeset; 48 typedef QList<AbstractHistoryEntry*> Changeset;
49 49
50 enum EHistoryType 50 enum EHistoryType

mercurial