Aligning prefix of class names with standard:

RICursors		RiuCursors
RIMainWindow	RiuMainWindow
RIPreferencesDialog	RiuPreferencesDialog
RIProcessMonitor	RiuProcessMonitor
RIResultInfoPanel	RiuResultInfoPanel
RIViewer		RiuViewer
p4#: 21071
This commit is contained in:
Jacob Støren
2013-03-22 17:17:56 +01:00
parent f0174a02fa
commit c8da0f4179
20 changed files with 168 additions and 168 deletions

View File

@@ -39,7 +39,7 @@
#include "RivReservoirViewPartMgr.h"
#include "RivReservoirPipesPartMgr.h"
class RIViewer;
class RiuViewer;
class RigGridBase;
class RigGridCellFaceVisibilityFilter;
class RivReservoirViewPartMgr;
@@ -130,7 +130,7 @@ public:
void endAnimation();
// 3D Viewer
RIViewer* viewer();
RiuViewer* viewer();
void updateViewerWidget();
void updateViewerWidgetWindowTitle();
void setDefaultView();
@@ -178,7 +178,7 @@ private:
private:
caf::PdmField<int> m_currentTimeStep;
QPointer<RIViewer> m_viewer;
QPointer<RiuViewer> m_viewer;
caf::PdmPointer<RimCase> m_reservoir;