Began implementing a storage tree for the GUI.
commitf41f57a6dddbc04c53a1ddaff961b8b1175da7b1
authorstrange <kawk256@gmail.com>
Sun, 7 Feb 2010 03:07:55 +0000 (6 20:07 -0700)
committerstrange <kawk256@gmail.com>
Sun, 7 Feb 2010 03:07:55 +0000 (6 20:07 -0700)
treebbb7c04e5f24e2ed77d73651f246125f948a5497
parented7e417afad572ee0df02d2e9fa16483251353b5
Began implementing a storage tree for the GUI.

One of the things that's been bugging me is how to intelligently insert items
into the block storage tree . . . I suppose I'll work it out as I go along, as
I usually do . . .
17 files changed:
gui/src/CMakeLists.txt
gui/src/storage/BlockTreeNode.cpp [new file with mode: 0644]
gui/src/storage/BlockTreeNode.h [new file with mode: 0644]
gui/src/storage/Event.cpp [new file with mode: 0644]
gui/src/storage/Event.h [new file with mode: 0644]
gui/src/storage/EventList.cpp [new file with mode: 0644]
gui/src/storage/EventList.h [new file with mode: 0644]
gui/src/storage/MemoryTypes.h [new file with mode: 0644]
gui/src/storage/Snapshot.cpp [new file with mode: 0644]
gui/src/storage/Snapshot.h [new file with mode: 0644]
gui/src/storage/SnapshotID.h [new file with mode: 0644]
gui/src/storage/SnapshotList.cpp [new file with mode: 0644]
gui/src/storage/SnapshotList.h [new file with mode: 0644]
gui/src/storage/StorageFactory.cpp [new file with mode: 0644]
gui/src/storage/StorageFactory.h [new file with mode: 0644]
gui/src/storage/Timestamp.cpp [new file with mode: 0644]
gui/src/storage/Timestamp.h [new file with mode: 0644]