]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Delete method Type(). It's duplicate method from Plot2d.
authornds <nds@opencascade.com>
Mon, 6 Mar 2006 07:31:56 +0000 (07:31 +0000)
committernds <nds@opencascade.com>
Mon, 6 Mar 2006 07:31:56 +0000 (07:31 +0000)
src/SPlot2d/SPlot2d_ViewModel.h
src/SVTK/SVTK_ViewModel.h

index 09005da78ee20fa0e95bf802a9843b08d1f433e8..b448354eae69773ac0084f9fc3fcd0739c0d370c 100644 (file)
@@ -37,15 +37,11 @@ class SPLOT2D_EXPORT SPlot2d_Viewer : public Plot2d_Viewer, public SALOME_View
   Q_OBJECT
 
 public:
-  static QString Type() { return "Plot2d"; }
-
   /* Construction/destruction */
   SPlot2d_Viewer( bool theAutoDel = false );
   virtual ~SPlot2d_Viewer();
 
 public:
-  virtual QString          getType() const { return Type(); }
-
   /*  interactive object management */
   void highlight( const Handle(SALOME_InteractiveObject)& IObject, bool highlight, bool update = true ) {}
   void unHighlightAll() {}
index 5875d465e57aecb54e59b34d820ee5c37d246beb..0d6e3b9edf8bee08e5764221cd9a26461f079688 100644 (file)
@@ -38,9 +38,6 @@ class SVTK_EXPORT SVTK_Viewer : public SVTK_ViewModelBase, public SALOME_View
 public:
   typedef SVTK_ViewWindow TViewWindow;
   
-  //! Define string representation of the viewer type
-  static QString Type() { return "VTKViewer"; }
-
   SVTK_Viewer();
   virtual ~SVTK_Viewer();
 
@@ -53,9 +50,6 @@ public:
   //! See #SUIT_ViewModel::contextMenuPopup
   virtual void contextMenuPopup( QPopupMenu* );
 
-  //! See #SUIT_ViewModel::getType
-  virtual QString getType() const { return Type(); }
-
   //! Get background color of the viewer
   QColor backgroundColor() const;