Column: Added base ::modify method

This commit is contained in:
Paul Beckingham
2016-01-31 16:29:23 -05:00
parent 6ef490a093
commit 5d566ddcbd
2 changed files with 8 additions and 1 deletions

View File

@@ -266,6 +266,12 @@ bool Column::validate (std::string& input)
return input.length () ? true : false;
}
////////////////////////////////////////////////////////////////////////////////
void Column::modify (Task& task, const std::string& value)
{
task.set (_name, value);
}
////////////////////////////////////////////////////////////////////////////////
// All integer values are right-justified.
void Column::renderInteger (