(#266) Refactoring

Limit usage of RivGridBoxGenerator to only RiuViewer
Update colors of grid box based on background color
Use dark gray instead of pure black
This commit is contained in:
Magne Sjaastad
2015-11-16 14:08:17 +01:00
parent a7656e2367
commit 401cfe81a1
9 changed files with 108 additions and 77 deletions

View File

@@ -39,8 +39,9 @@ class QProgressBar;
namespace cvf
{
class Part;
class Model;
class OverlayItem;
class Part;
}
//==================================================================================================
@@ -71,7 +72,8 @@ public:
void setHistogram(double min, double max, const std::vector<size_t>& histogram);
void setHistogramPercentiles(double pmin, double pmax, double mean);
RivGridBoxGenerator* gridBoxGenerator() const;
void updateGridBoxData();
cvf::Model* gridBoxModel() const;
void showAnimationProgress(bool enable);
@@ -100,7 +102,6 @@ private:
void setupRenderingSequence();
static void copyCameraView(cvf::Camera* srcCamera, cvf::Camera* dstCamera);
private:
QLabel* m_InfoLabel;
QLabel* m_versionInfoLabel;