Rename analyzers and add turbine analyzer

This commit is contained in:
Jonas Kvinge
2024-07-09 04:32:51 +02:00
parent 79c28e7e1d
commit 625929133c
13 changed files with 201 additions and 59 deletions

View File

@@ -54,7 +54,7 @@ class BlockAnalyzer : public AnalyzerBase {
protected:
void transform(Scope&) override;
void analyze(QPainter &p, const Scope&, bool new_frame) override;
void analyze(QPainter &p, const Scope &s, const bool new_frame) override;
void resizeEvent(QResizeEvent*) override;
virtual void paletteChange(const QPalette&);
void framerateChanged() override;