]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
added parameters
authorsrn <srn@opencascade.com>
Thu, 26 Jan 2006 09:34:06 +0000 (09:34 +0000)
committersrn <srn@opencascade.com>
Thu, 26 Jan 2006 09:34:06 +0000 (09:34 +0000)
src/SUIT/SUIT_ViewWindow.cxx
src/SUIT/SUIT_ViewWindow.h

index bd4c32e69b7c278483c1b5d2caea1588637e1dfd..68faecb856bb4b5e68bfb7a644f6d35429215b46 100755 (executable)
@@ -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 )
+{
+}
index 1ac79a504d8472736c7a33d68088b6ff34d23db4..0d99635eb559d52c8c4db10c7b374552b0051fda 100755 (executable)
@@ -52,6 +52,10 @@ public:
 
   void              onAccelAction( int );
 
+  QString           getVisualParameters();
+  void              setVisualParameters( const QString& parameters );
+  
+
 public slots:
   virtual void      onDumpView();