Implemented basic preview!

This commit is contained in:
2020-04-27 23:39:49 +02:00
parent e9c905eb67
commit 686f42265e
6 changed files with 70 additions and 18 deletions

View File

@ -10,5 +10,5 @@ class QPalette;
namespace GraphRenderer
{
QPixmap render(const QSize &size, const frame_t *frameBegin, const frame_t *frameEnd, const QPalette &palette);
void render(const QSize &size, const frame_t *frameBegin, const frame_t *frameEnd, QPainter &painter, const QPalette &palette);
void render(const QRect &rect, const frame_t *frameBegin, const frame_t *frameEnd, QPainter &painter, const QPalette &palette);
}