From a26811fc6001ed03e0eb3f671418d1247758aab2 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 7 Jan 2016 14:55:37 +0100 Subject: Scatterplot: simplified drawing code. --- scatterplot.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index 2887752..50af274 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -38,8 +38,9 @@ protected: void mouseReleaseEvent(QMouseEvent *event); private: - QSGNode *createSplatNode(); - QSGNode *createGlyphNodeTree(); + QSGNode *newSceneGraph(); + QSGNode *newSplatNode(); + QSGNode *newGlyphTree(); bool updateSelection(bool mergeSelection); void applyManipulation(); -- cgit v1.2.3