mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Extract chart configuration into separate class
This commit is contained in:
parent
40ea90c000
commit
e2bd076357
5 changed files with 55 additions and 11 deletions
|
@ -30,11 +30,12 @@
|
|||
#include <Composite.h>
|
||||
#include <Interval.h>
|
||||
#include <map>
|
||||
#include "ChartConfig.h"
|
||||
|
||||
class Chart
|
||||
{
|
||||
public:
|
||||
Chart(bool, bool, bool, bool);
|
||||
explicit Chart (ChartConfig configuration);
|
||||
|
||||
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, int, int, int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue