tdesktop/Telegram/SourceFiles/statistics/linear_chart_view.h
2023-10-11 22:12:29 +04:00

27 lines
598 B
C++

/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
namespace Data {
struct StatisticalChart;
} // namespace Data
namespace Statistic {
struct Limits;
void PaintLinearChartView(
QPainter &p,
const Data::StatisticalChart &chartData,
const Limits &xPercentageLimitsWas,
const Limits &xPercentageLimitsNow,
const Limits &xPercentageLimitsNowY,
const QRect &rect);
} // namespace Statistic