mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2727 Legends : Move enum to RimLegendConfig
This commit is contained in:
@@ -51,14 +51,6 @@ public:
|
||||
TERNARY_SWAT_IDX
|
||||
};
|
||||
|
||||
enum RangeModeType
|
||||
{
|
||||
AUTOMATIC_ALLTIMESTEPS,
|
||||
AUTOMATIC_CURRENT_TIMESTEP,
|
||||
USER_DEFINED
|
||||
};
|
||||
typedef caf::AppEnum<RangeModeType> RangeModeEnum;
|
||||
|
||||
public:
|
||||
RimTernaryLegendConfig();
|
||||
virtual ~RimTernaryLegendConfig();
|
||||
|
||||
Reference in New Issue
Block a user