return convert( myNotebook->Parameters() );
}
-QStringList SalomeApp_Notebook::absentParameters() const
+QStringList SalomeApp_Notebook::absentParameters( const QString& theExpr ) const
{
- return convert( myNotebook->AbsentParameters() );
+ return convert( myNotebook->AbsentParameters( theExpr.toLatin1().constData() ) );
}
void SalomeApp_Notebook::setParameters( SALOME::ParameterizedObject_ptr theObject, int theCount, QAbstractSpinBox* theFirstSpin, ... )
void rename( const QString& theOldName, const QString& theNewName );
QStringList parameters() const;
- QStringList absentParameters() const;
+ QStringList absentParameters( const QString& theExpr ) const;
void setParameters( SALOME::ParameterizedObject_ptr theObject, int theCount, QAbstractSpinBox* theFirstSpin, ... );