58 PROPERTY (List<LDObject*>, cache, setCache) |
58 PROPERTY (List<LDObject*>, cache, setCache) |
59 PROPERTY (long, savePos, setSavePos) |
59 PROPERTY (long, savePos, setSavePos) |
60 DECLARE_PROPERTY (QListWidgetItem*, listItem, setListItem) |
60 DECLARE_PROPERTY (QListWidgetItem*, listItem, setListItem) |
61 |
61 |
62 public: |
62 public: |
63 typedef List<LDObject*>::it it; |
|
64 typedef List<LDObject*>::c_it c_it; |
|
65 |
|
66 LDFile(); |
63 LDFile(); |
67 ~LDFile(); |
64 ~LDFile(); |
68 |
65 |
69 ulong addObject (LDObject* obj); // Adds an object to this file at the end of the file. |
66 ulong addObject (LDObject* obj); // Adds an object to this file at the end of the file. |
70 void addObjects (const List<LDObject*> objs); |
67 void addObjects (const List<LDObject*> objs); |