X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_AbstractDisplayer.h;h=7fe585820d23545f652ee993c645867a871b2a33;hb=a53349567d67f4df0ef737798a25c24d9dc8f08e;hp=ec3f9ed4039579538c929f75fc5a1d050089df80;hpb=8c3bb27be497dd3fea078b26d8b801ed77579a47;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_AbstractDisplayer.h b/src/HYDROGUI/HYDROGUI_AbstractDisplayer.h index ec3f9ed4..7fe58582 100644 --- a/src/HYDROGUI/HYDROGUI_AbstractDisplayer.h +++ b/src/HYDROGUI/HYDROGUI_AbstractDisplayer.h @@ -1,12 +1,8 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -26,6 +22,7 @@ #include class HYDROGUI_Module; +class SUIT_ViewManager; /** * \class HYDROGUI_DataModel @@ -46,6 +43,20 @@ public: virtual ~HYDROGUI_AbstractDisplayer(); public: + /** + * \brief Check if this displayer is applicable to the given view manager. + * The view manager method getType is used. + * \param theViewerId viewer identifier + */ + virtual bool IsApplicable( const int theViewerId ) const; + + /** + * \brief Check if this displayer is applicable to the given view manager. + * The view manager method getType is used. + * \param theViewMgr the view manager to check + */ + virtual bool IsApplicable( const SUIT_ViewManager* theViewMgr ) const; + /** * \brief Update all objects in the viewer. * \param theViewerId viewer identifier @@ -65,6 +76,11 @@ public: virtual void SetToUpdate( const HYDROData_SequenceOfObjects& theObjs, const int theViewerId ) = 0; + /** + * \brief Get the applicable viewer type. + */ + virtual QString GetType() const = 0; + protected: /** * \brief Update and display all objects in the viewer. @@ -113,6 +129,7 @@ protected: const bool theIsForced, const bool theDoFitAll ) = 0; +protected: /** * \brief Purge all invalid objects in the viewer. * \param theViewerId viewer identifier