Enhancement - color

- Color routines are now table driven and much smaller.
- Implemented Text::guessColor.
This commit is contained in:
Paul Beckingham 2009-06-13 14:18:49 -04:00
parent 0665caae55
commit eda17772c9
4 changed files with 120 additions and 282 deletions

View file

@ -43,7 +43,6 @@ bool validDescription (const std::string&);
bool validDuration (std::string&);
void validReportColumns (const std::vector <std::string>&);
void validSortColumns (const std::vector <std::string>&, const std::vector <std::string>&);
bool isModifiableAttribute (const std::string&);
bool validAttribute (std::string&, std::string&);
bool validId (const std::string&);
bool validTag (const std::string&);