mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 01:27:20 +02:00
View
- Implemented column sizing algorithm.
This commit is contained in:
parent
29649bdf07
commit
9f672d0b06
7 changed files with 94 additions and 16 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
virtual void measure (Task&, int&, int&) = 0;
|
||||
virtual void renderHeader (std::vector <std::string>&, int);
|
||||
virtual void render (std::vector <std::string>&, Task*, int) = 0;
|
||||
virtual void render (std::vector <std::string>&, Task&, int) = 0;
|
||||
|
||||
protected:
|
||||
std::string _type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue