mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5874 Allow user defined color legends in result objects.
This commit is contained in:
committed by
Magne Sjaastad
parent
8da32eddc1
commit
5295dbe299
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user