#5874 Allow user defined color legends in result objects.

This commit is contained in:
Kristian Bendiksen
2020-05-22 09:01:08 +02:00
committed by Magne Sjaastad
parent 8da32eddc1
commit 5295dbe299
8 changed files with 136 additions and 88 deletions

View File

@@ -22,6 +22,8 @@
#include "cafPdmField.h"
#include "cafPdmObject.h"
#include "cvfArray.h"
class RimColorLegendItem;
namespace caf
@@ -52,6 +54,8 @@ public:
std::vector<RimColorLegendItem*> colorLegendItems() const;
cvf::Color3ubArray colorArray() const;
public:
caf::PdmFieldHandle* userDescriptionField() override;