aboutsummaryrefslogtreecommitdiff
path: root/barchart.h
diff options
context:
space:
mode:
Diffstat (limited to 'barchart.h')
-rw-r--r--barchart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/barchart.h b/barchart.h
index 2d37419..e0edc0a 100644
--- a/barchart.h
+++ b/barchart.h
@@ -32,7 +32,10 @@ protected:
void mousePressEvent(QMouseEvent *event);
private:
+ QSGNode *newSceneGraph() const;
QSGNode *newBarNode() const;
+
+ void updateViewport(QSGNode *root) const;
void updateBarNodeGeom(QSGNode *barNode, float x, float width, float height);
void updateBarNodeColor(QSGNode *barNode, const QColor &color);
void updateBars(QSGNode *root);