Added ternary saturation overlay item

This commit is contained in:
Magne Sjaastad
2014-04-07 13:18:39 +02:00
parent 7dda4d8437
commit 0e92bc5d3f
7 changed files with 307 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class QCDEStyle;
namespace cvf
{
class Part;
class OverlayItem;
}
//==================================================================================================
@@ -64,6 +65,10 @@ public:
void setHistogramPercentiles(double pmin, double pmax, double mean);
void showAnimationProgress(bool enable);
void addOverlayItem(cvf::OverlayItem* overlayItem);
void removeOverlayItem(cvf::OverlayItem* overlayItem);
public slots:
virtual void slotSetCurrentFrame(int frameIndex);