mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7289 Script : Add execute of last used script
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
class RimCalcScript;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
@@ -30,6 +32,8 @@ class RicExecuteScriptFeature : public caf::CmdFeature
|
||||
{
|
||||
CAF_CMD_HEADER_INIT;
|
||||
|
||||
static void executeScript( RimCalcScript* calcScript );
|
||||
|
||||
protected:
|
||||
// Overrides
|
||||
bool isCommandEnabled() override;
|
||||
|
||||
Reference in New Issue
Block a user