diff layer/Colour3DPlotLayer.h @ 465:b77b79413cdb

* fix some warnings, remove debug
author Chris Cannam
date Fri, 16 Jan 2009 15:12:23 +0000
parents 272e58f0bf8b
children 76a47146f1f6
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Thu Jan 15 18:20:40 2009 +0000
+++ b/layer/Colour3DPlotLayer.h	Fri Jan 16 15:12:23 2009 +0000
@@ -99,6 +99,9 @@
     void setInvertVertical(bool i);
     bool getInvertVertical() const;
 
+    void setOpaque(bool i);
+    bool getOpaque() const;
+
     virtual bool getValueExtents(float &min, float &max,
                                  bool &logarithmic, QString &unit) const;
 
@@ -134,6 +137,7 @@
     bool        m_normalizeColumns;
     bool        m_normalizeVisibleArea;
     bool        m_invertVertical;
+    bool        m_opaque;
 
     int         m_miny;
     int         m_maxy;