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:
@@ -38,6 +38,15 @@ public:
|
||||
RimLegendConfig();
|
||||
virtual ~RimLegendConfig();
|
||||
|
||||
enum RangeModeType
|
||||
{
|
||||
AUTOMATIC_ALLTIMESTEPS,
|
||||
AUTOMATIC_CURRENT_TIMESTEP,
|
||||
USER_DEFINED
|
||||
};
|
||||
|
||||
typedef caf::AppEnum<RangeModeType> RangeModeEnum;
|
||||
|
||||
virtual const caf::TitledOverlayFrame* titledOverlayFrame() const = 0;
|
||||
virtual caf::TitledOverlayFrame* titledOverlayFrame() = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user