90 mpCentralWidget->
clear();
95 mpCentralWidget->loadAll(
mpTask);
104 C_INT32 Answer = QMessageBox::No;
107 while (Answer == QMessageBox::No)
111 "untitled.txt",
"TEXT Files (*.txt)",
"Save to");
113 if (fileName.isEmpty())
return;
118 if (Answer == QMessageBox::Cancel)
return;
123 if (file.fail())
return;
virtual bool update(ListViews::ObjectType objectType, ListViews::Action action, const std::string &key)
CCopasiProblem * getProblem()
const bool & isUpdateModel() const
const CState * getState() const
C_INT32 checkSelection(const QString &file)
static CCopasiVector< CCopasiDataModel > * getDatamodelList()
const std::string & getKey() const
CQSteadyStateResult(QWidget *parent=0, const char *name=0)
bool compileIfNecessary(CProcessReport *pProcessReport)
const CSteadyStateProblem * mpProblem
static CLocaleString fromUtf8(const std::string &utf8)
void setUpdateModel(const bool &updateModel)
virtual bool enterProtected()
CModel * getModel() const
static QString getSaveFileName(QWidget *parent=0, const char *name=0, const QString &startWith=QString::null, const QString &filter=QString::null, const QString &caption=QString::null, QString *pSelectedFilter=NULL, QFileDialog::Options options=0)
CSteadyStateTask * mpTask