diff layer/Colour3DPlotLayer.h @ 816:7b6c5fce5f84 tonioni

Merge from default branch
author Chris Cannam
date Wed, 02 Jul 2014 17:31:37 +0100
parents 6c52314b31b0
children 2d4af227fd32
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Wed Jun 18 13:42:25 2014 +0100
+++ b/layer/Colour3DPlotLayer.h	Wed Jul 02 17:31:37 2014 +0100
@@ -214,6 +214,13 @@
     
     DenseThreeDimensionalModel::Column getColumn(int col) const;
 
+    /**
+     * True if we have the opaque or smooth flag set, or if the cells
+     * are so small you can't see their borders. False for big,
+     * translucent cells.
+     */
+    bool shouldPaintDenseIn(const View *) const; 
+
     int getColourScaleWidth(QPainter &) const;
     void fillCache(int firstBin, int lastBin) const;
     void paintDense(View *v, QPainter &paint, QRect rect) const;