Enhancement - annotation substitution
- Annotations are now modifiable using the /from/to/ modification command.
This commit is contained in:
@@ -254,11 +254,17 @@ void T::setSubstitution (const std::string& from, const std::string& to)
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void T::getAnnotations (std::map <time_t, std::string>& all)
|
||||
void T::getAnnotations (std::map <time_t, std::string>& all) const
|
||||
{
|
||||
all = mAnnotations;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void T::setAnnotations (const std::map <time_t, std::string>& all)
|
||||
{
|
||||
mAnnotations = all;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void T::addAnnotation (const std::string& description)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user