#1665 Fix header file layout for command file interface files

This commit is contained in:
Bjørnar Grip Fjær
2017-07-31 09:24:09 +02:00
parent 7e42efaa8f
commit c136e0a3d0
17 changed files with 102 additions and 0 deletions

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfCloseProject : public RicfCommandObject class RicfCloseProject : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -15,6 +15,7 @@
// for more details. // for more details.
// //
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfMessages.h" #include "RicfMessages.h"
@@ -23,6 +24,11 @@
#include <map> #include <map>
//==================================================================================================
//
//
//
//==================================================================================================
class RicfCommandFileExecutor class RicfCommandFileExecutor
{ {
public: public:

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfComputeCaseGroupStatistics : public RicfCommandObject class RicfComputeCaseGroupStatistics : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfExportMsw : public RicfCommandObject class RicfExportMsw : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfExportMultiCaseSnapshots : public RicfCommandObject class RicfExportMultiCaseSnapshots : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfExportProperty : public RicfCommandObject class RicfExportProperty : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,11 +17,17 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafAppEnum.h" #include "cafAppEnum.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfExportSnapshots : public RicfCommandObject class RicfExportSnapshots : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,6 +17,7 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "CompletionCommands/RicExportCompletionDataSettingsUi.h" #include "CompletionCommands/RicExportCompletionDataSettingsUi.h"
@@ -24,6 +25,11 @@
#include "cafAppEnum.h" #include "cafAppEnum.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfExportWellPathCompletions : public RicfCommandObject class RicfExportWellPathCompletions : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfLoadCase : public RicfCommandObject class RicfLoadCase : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfOpenProject : public RicfCommandObject class RicfOpenProject : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfReplaceCase : public RicfCommandObject class RicfReplaceCase : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfReplaceSourceCases : public RicfCommandObject class RicfReplaceSourceCases : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfRunOctaveScript : public RicfCommandObject class RicfRunOctaveScript : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,12 +17,18 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "RicfCommandFileExecutor.h" #include "RicfCommandFileExecutor.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfSetExportFolder : public RicfCommandObject class RicfSetExportFolder : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfSetMainWindowSize : public RicfCommandObject class RicfSetMainWindowSize : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfSetStartDir : public RicfCommandObject class RicfSetStartDir : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;

View File

@@ -17,10 +17,16 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
#pragma once #pragma once
#include "RicfCommandObject.h" #include "RicfCommandObject.h"
#include "cafPdmField.h" #include "cafPdmField.h"
//==================================================================================================
//
//
//
//==================================================================================================
class RicfSetTimeStep : public RicfCommandObject class RicfSetTimeStep : public RicfCommandObject
{ {
CAF_PDM_HEADER_INIT; CAF_PDM_HEADER_INIT;