31 #ifndef __AnnotationCollection__ 32 #define __AnnotationCollection__ 36 #include "AnnotationItem.h" 37 #include "AnnotationPage.h" 38 #include "boost/uuid/uuid.hpp" 39 #include "boost/uuid/uuid_generators.hpp" 40 #include "boost/uuid/uuid_io.hpp" 42 typedef std::string AnnotationCollectionID;
94 std::vector<std::shared_ptr<AnnotationPage>> fPages;
99 AnnotationCollectionID fAnnotCollectionID;
102 #endif //__AnnotationCollection__