Reduce interface of Chart to function 'render'

This commit is contained in:
Thomas Lauf 2019-01-29 08:05:12 +01:00
parent 49f25ba7d7
commit 0523262115

View file

@ -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>&);