mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5125 Use category legend for well measurements without values.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "cafPdmField.h"
|
||||
|
||||
#include "cvfColor3.h"
|
||||
|
||||
#include <QDate>
|
||||
#include <QString>
|
||||
|
||||
@@ -53,6 +55,9 @@ public:
|
||||
QString remark() const;
|
||||
void setRemark( const QString& remark );
|
||||
|
||||
static bool kindHasValue( const QString& measurementKind );
|
||||
static cvf::Color3f mapToColor( const QString& measurementKind );
|
||||
|
||||
private:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField,
|
||||
const QVariant& oldValue,
|
||||
|
||||
Reference in New Issue
Block a user