Columns - mask, imask, parent

- Implemented column objects for the mask, imask and parent attributes.
  Why not.
This commit is contained in:
Paul Beckingham 2011-08-07 02:58:43 -04:00
parent cdda791c84
commit 6140f4af9d
9 changed files with 424 additions and 8 deletions

View file

@ -157,14 +157,6 @@ int CmdImport::execute (std::string& output)
task.setAnnotations (annos);
}
// These must be imported, but are not represented by Column
// objects.
else if (i->first == "mask" ||
i->first == "imask" ||
i->first == "parent")
{
task.set (i->first, unquoteText (i->second->dump ()));
}
else
throw std::string ("Unrecognized attribute '") + i->first + "'";
}