#2049 Curve calc. Add curve calc command to more objects and toolbar

This commit is contained in:
Bjørn Erik Jensen
2017-11-01 15:01:37 +01:00
parent 257a5c18d2
commit 62b96a5ae5
4 changed files with 7 additions and 22 deletions

View File

@@ -21,6 +21,8 @@
#include "cafCmdFeature.h"
class RimSummaryPlot;
class RimSummaryPlotCollection;
class RimSummaryCase;
//==================================================================================================
///
@@ -33,7 +35,4 @@ protected:
virtual bool isCommandEnabled() override;
virtual void onActionTriggered( bool isChecked ) override;
virtual void setupActionLook(QAction* actionToSetup) override;
private:
RimSummaryPlot* selectedSummaryPlot() const;
};