#1092 - pre-proto - Renaming RicExportFractureWellCompletionFeature to RicExportSimWellFractureWellCompletionFeature

This commit is contained in:
astridkbjorke 2017-01-11 09:39:30 +01:00
parent 9f82319a86
commit 2817e0d34d
4 changed files with 9 additions and 9 deletions

View File

@ -46,7 +46,7 @@ ${CEE_CURRENT_LIST_DIR}RicFractureDefinitionsDeleteAllFeature.h
${CEE_CURRENT_LIST_DIR}RicFracturesDeleteAllFeature.h
${CEE_CURRENT_LIST_DIR}RicWellPathFracturesDeleteAllFeature.h
${CEE_CURRENT_LIST_DIR}RicSimWellFracturesDeleteAllFeature.h
${CEE_CURRENT_LIST_DIR}RicExportFractureWellCompletionFeature.h
${CEE_CURRENT_LIST_DIR}RicExportSimWellFractureWellCompletionFeature.h
${CEE_CURRENT_LIST_DIR}RicExportWellPathFractureWellCompletionFeature.h
@ -97,7 +97,7 @@ ${CEE_CURRENT_LIST_DIR}RicNewWellPathFractureAtPosFeature.cpp
${CEE_CURRENT_LIST_DIR}RicFractureDefinitionsDeleteAllFeature.cpp
${CEE_CURRENT_LIST_DIR}RicWellPathFracturesDeleteAllFeature.cpp
${CEE_CURRENT_LIST_DIR}RicSimWellFracturesDeleteAllFeature.cpp
${CEE_CURRENT_LIST_DIR}RicExportFractureWellCompletionFeature.cpp
${CEE_CURRENT_LIST_DIR}RicExportSimWellFractureWellCompletionFeature.cpp
${CEE_CURRENT_LIST_DIR}RicExportWellPathFractureWellCompletionFeature.cpp

View File

@ -16,7 +16,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include "RicExportFractureWellCompletionFeature.h"
#include "RicExportSimWellFractureWellCompletionFeature.h"
#include "RiaApplication.h"
@ -42,12 +42,12 @@
#include <QMessageBox>
#include <QString>
CAF_CMD_SOURCE_INIT(RicExportFractureWellCompletionFeature, "RicExportFractureWellCompletionFeature");
CAF_CMD_SOURCE_INIT(RicExportSimWellFractureWellCompletionFeature, "RicExportSimWellFractureWellCompletionFeature");
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RicExportFractureWellCompletionFeature::onActionTriggered(bool isChecked)
void RicExportSimWellFractureWellCompletionFeature::onActionTriggered(bool isChecked)
{
caf::PdmUiItem* pdmUiItem = caf::SelectionManager::instance()->selectedItem();
@ -91,7 +91,7 @@ void RicExportFractureWellCompletionFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RicExportFractureWellCompletionFeature::setupActionLook(QAction* actionToSetup)
void RicExportSimWellFractureWellCompletionFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setIcon(QIcon(":/FractureTemplate16x16.png"));
actionToSetup->setText("Export Fracture Well Completion Data");
@ -100,7 +100,7 @@ void RicExportFractureWellCompletionFeature::setupActionLook(QAction* actionToSe
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RicExportFractureWellCompletionFeature::isCommandEnabled()
bool RicExportSimWellFractureWellCompletionFeature::isCommandEnabled()
{
return true;
}

View File

@ -26,7 +26,7 @@
//==================================================================================================
///
//==================================================================================================
class RicExportFractureWellCompletionFeature : public caf::CmdFeature
class RicExportSimWellFractureWellCompletionFeature : public caf::CmdFeature
{
CAF_CMD_HEADER_INIT;
protected:

View File

@ -346,7 +346,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimEclipseWellCollection*>(uiItem))
{
commandIds << "RicExportFractureWellCompletionFeature";
commandIds << "RicExportSimWellFractureWellCompletionFeature";
}
else if(dynamic_cast<RimFormationNames*>(uiItem))
{