From c539308264dddcd4e457e6c3b0e6af2424baec85 Mon Sep 17 00:00:00 2001 From: srn Date: Thu, 26 Jan 2006 09:34:06 +0000 Subject: [PATCH] added parameters --- src/SUIT/SUIT_ViewWindow.cxx | 13 +++++++++++++ src/SUIT/SUIT_ViewWindow.h | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/src/SUIT/SUIT_ViewWindow.cxx b/src/SUIT/SUIT_ViewWindow.cxx index bd4c32e69..68faecb85 100755 --- a/src/SUIT/SUIT_ViewWindow.cxx +++ b/src/SUIT/SUIT_ViewWindow.cxx @@ -158,3 +158,16 @@ void SUIT_ViewWindow::onAccelAction( int _action ) void SUIT_ViewWindow::action( const int ) { } + +/*! The method returns the visual parameters of this view as a formated string + */ +QString SUIT_ViewWindow::getVisualParameters() +{ + return " "; +} + +/* The method restors visual parameters of this view from a formated string + */ +void SUIT_ViewWindow::setVisualParameters( const QString& parameters ) +{ +} diff --git a/src/SUIT/SUIT_ViewWindow.h b/src/SUIT/SUIT_ViewWindow.h index 1ac79a504..0d99635eb 100755 --- a/src/SUIT/SUIT_ViewWindow.h +++ b/src/SUIT/SUIT_ViewWindow.h @@ -52,6 +52,10 @@ public: void onAccelAction( int ); + QString getVisualParameters(); + void setVisualParameters( const QString& parameters ); + + public slots: virtual void onDumpView(); -- 2.39.2