#2727 Legends : Move enum to RimLegendConfig

This commit is contained in:
Magne Sjaastad
2018-04-19 08:37:37 +02:00
parent cdbfed9f36
commit dcde9ccf72
7 changed files with 20 additions and 39 deletions

View File

@@ -62,15 +62,6 @@ public:
caf::PdmField<QString> resultVariableName; // Used internally to describe the variable this legend setup is used for
enum RangeModeType
{
AUTOMATIC_ALLTIMESTEPS,
AUTOMATIC_CURRENT_TIMESTEP,
USER_DEFINED
};
typedef caf::AppEnum<RangeModeType> RangeModeEnum;
enum ColorRangesType
{
NORMAL,