Virtual Tag

- Added 'ANNOTATED' virtual tag.  This fell out of a change mandated by #1218.
This commit is contained in:
Paul Beckingham 2013-04-01 15:15:10 -04:00
parent 6824fb1527
commit 1de2f9e6f1
4 changed files with 34 additions and 22 deletions

View file

@ -62,6 +62,8 @@ public:
bool is_blocked;
bool is_blocking;
int annotation_count;
// Series of helper functions.
static status textToStatus (const std::string&);
static std::string statusToText (status);
@ -96,6 +98,7 @@ public:
void getTags (std::vector<std::string>&) const;
void removeTag (const std::string&);
bool hasAnnotations () const;
void getAnnotations (std::map <std::string, std::string>&) const;
void setAnnotations (const std::map <std::string, std::string>&);
void addAnnotation (const std::string&);