- Implemented due.countdown.
- Fixed formatting bug in description.truncated.
- Fixed bug in start.indicator.
This commit is contained in:
Paul Beckingham
2011-05-02 23:43:41 -04:00
parent f9ab8f2a1c
commit d0cbf43478
6 changed files with 69 additions and 13 deletions

View File

@@ -34,6 +34,10 @@ class ColumnDue : public ColumnDate
public:
ColumnDue ();
~ColumnDue ();
void setStyle (const std::string&);
void measure (Task&, int&, int&);
void render (std::vector <std::string>&, Task&, int, Color&);
};
#endif