}
}
myTmp->SetExpression( theExpr.toLatin1().constData() );
- myTmp->Update( myNotebook._retn() );
+ myTmp->Update( SALOME::Notebook::_duplicate( myNotebook ) );
return convert( myTmp );
}
i++;
}
- theObject->SetParameters( myNotebook._retn(), aParams );
+ theObject->SetParameters( SALOME::Notebook::_duplicate( myNotebook ), aParams );
+}
+
+QString SalomeApp_Notebook::getParameters( const QString& theComponent, const QString& theEntry )
+{
+ return QString( myNotebook->GetParameters( theComponent.toLatin1().constData(),
+ theEntry.toLatin1().constData() ) );
}
char* SalomeApp_Notebook::dump()
void setParameters( SALOME::ParameterizedObject_ptr theObject, QList<QAbstractSpinBox*> theSpinList );
void setParameters( SALOME::ParameterizedObject_ptr theObject, const QStringList& theParameters );
+ QString getParameters( const QString& theComponent, const QString& theEntry );
+
char* dump();
protected: