New report columns

- Added support for tag_indicator column.
- Added support for recurrence_indicator column.
This commit is contained in:
Paul Beckingham
2009-03-30 00:29:28 -04:00
parent 5b1d64960d
commit b4f031e4a7
8 changed files with 176 additions and 13 deletions

View File

@@ -113,6 +113,12 @@ void T::addRemoveTag (const std::string& tag)
mRemoveTags.push_back (tag);
}
////////////////////////////////////////////////////////////////////////////////
int T::getTagCount () const
{
return mTags.size ();
}
////////////////////////////////////////////////////////////////////////////////
void T::getTags (std::vector<std::string>& all) const
{