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() {}
public:
typedef SVTK_ViewWindow TViewWindow;
- //! Define string representation of the viewer type
- static QString Type() { return "VTKViewer"; }
-
SVTK_Viewer();
virtual ~SVTK_Viewer();
//! 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;