mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Reduce interface of Chart to function 'render'
This commit is contained in:
parent
49f25ba7d7
commit
0523262115
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public:
|
|||
|
||||
std::string render (const Interval&, const std::vector <Interval>&, const std::vector <Range>&, const std::map <Datetime, std::string>&, const std::map <std::string, Color>&, const Color&, const Color&, const Color&, const Color&, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, int, int, int);
|
||||
|
||||
private:
|
||||
unsigned long getIndentSize (bool, bool, bool, bool);
|
||||
|
||||
std::pair <int, int> determineHourRange (const Interval&, const std::vector <Interval>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue