QSS Solver GUI
4.5.3
|
#include <modeleditor.hpp>
Signals | |
void | clean (int) |
void | done (QString name, QString ext) |
Public Member Functions | |
ModelEditor (QWidget *parent=NULL, QString name=QString()) | |
~ModelEditor () | |
QString | absTolerance () |
QString | activeBaseFileName () |
bool | activeDirty () |
QString | activeFileName () |
int | activeFileIndex () |
QString | activeFullFileName () |
QString | baseFileName (int idx) |
bool | checkModel () |
bool | checkPackage () |
void | closeFiles () |
int | count () |
QString | derDelta () |
QString | description () |
void | editModel (QString name=QString()) |
QString | fileName (int idx) |
QStringList | fileNames () |
QString | fullFileName (int idx) |
QString | minStep () |
QString | modelName () |
QString | newFileName () |
QString | output () |
QString | outputType () |
QString | period () |
QString | scheduler () |
QString | solver () |
QString | startTime () |
QString | stopTime () |
QString | symDiff () |
QString | parallel () |
QString | partitionMethod () |
QString | DT () |
QString | tolerance () |
void | setAbsTolerance (QString str) |
void | setDerDelta (QString str) |
void | setDescription (QString str) |
void | setMinStep (QString str) |
void | setOutput (QString str) |
void | setOutputType (QString str) |
void | setPeriod (QString str) |
void | setScheduler (QString str) |
void | setSolver (QString str) |
void | setStartTime (QString str) |
void | setStopTime (QString str) |
void | setSymDiff (QString str) |
void | setTolerance (QString str) |
void | setZcHyst (QString str) |
void | setLPS (QString str) |
void | writeAnnotations () |
QString | zcHyst () |
QString | LPS () |
void | setParallel (QString str) |
bool | isParallel () |
void | setPartitionMethod (QString str) |
void | setJacobian (QString str) |
QString | jacobian () |
void | setDT (QString str) |
void | setDtSynch (QString str) |
QString | dtSynch () |
void | setDtPeriod (QString str) |
QString | dtPeriod () |
void | setDtStepLog (QString str) |
QString | dtStepLog () |
void | setPatohSettings (QString str) |
void | setScotchSettings (QString str) |
void | setMetisSettings (QString str) |
QString | patohSettings () |
QString | scotchSettings () |
QString | metisSettings () |
void | setSemiStaticPartitioning (bool st) |
bool | semiStaticPartitioning () |
void | setImbalance (QString str) |
QString | imbalance () |
void | setReorderPartition (QString str) |
QString | reorderPartition () |
void | setDebugGraph (QString str) |
QString | debugGraph () |
void | setGenerateArch (QString str) |
QString | generateArch () |
QString | BDFPart () |
void | setBDFPart (QString str) |
QString | BDFPartitionDepth () |
void | setBDFPartitionDepth (QString str) |
QString | BDFMaxStep () |
void | setBDFMaxStep (QString str) |
void | keyReleaseEvent (QKeyEvent *event) |
void | save (void) |
void | saveAll (void) |
void | saveAs (QString name=QString()) |
Protected Member Functions | |
void | reject () |
void | currentChanged (int index) |
void | tabCloseRequested (int index) |
void | textChanged () |
Private Member Functions | |
void | addLine (QString str) |
int | beginModel () |
int | endModel () |
int | controlEmptyLines (int position) |
bool | checkToken (QString str) |
bool | checkAnnotations () |
int | checkFunctions (int modelInit, int modelEnd) |
void | remove (int tab) |
void | deleteAnnotations () |
void | deletePackageFiles (int idx) |
QString | findValue (QString token, QString str) |
QString | getAnnotations (QString str) |
QString | getAnnotationValue (QString value, QString token) |
bool | lineEmpty () |
void | setAnnotations (QString str, QString value, bool separator) |
void | save (int tab) |
int | tokenPosition (QString token) |
void | searchFixedAnnot (QStringList annotations) |
void | addFixedAnnot () |
Private Attributes | |
QStringList | _annotations |
QMap< QString, QString > | _defaultValues |
QString | _startTime |
QString | _stopTime |
QString | _tolerance |
QString | _absTolerance |
QString | _solver |
QString | _output |
QString | _outputType |
QString | _period |
QString | _lps |
QString | _description |
QString | _minstep |
QString | _zchyst |
QString | _derdelta |
QString | _scheduler |
QString | _symdiff |
QString | _dtSynch |
QString | _dtPeriod |
QString | _dtStepLog |
QString | _dt |
QString | _parallel |
QString | _partitionMethod |
QString | _jacobian |
QString | _patohSettings |
QString | _scotchSettings |
QString | _metisSettings |
QString | _generateArch |
QString | _debugGraph |
QString | _reorderPartition |
QString | _imbalance |
QString | _BDFPart |
QString | _BDFPartitionDepth |
QString | _BDFMaxStep |
bool | _semiStaticPartitioning |
QMap< QString, QString > | _fixed_annotations |
QTabWidget * | _model_editor_tab |
QList< ModelInfo > * | _models |
Utils * | _utils |
MmoHighlighter * | _hl |
Definition at line 31 of file modeleditor.hpp.
ModelEditor::ModelEditor | ( | QWidget * | parent = NULL , |
QString | name = QString() |
||
) |
Definition at line 29 of file modeleditor.cpp.
References _defaultValues, _model_editor_tab, _models, _utils, currentChanged(), editModel(), and tabCloseRequested().
ModelEditor::~ModelEditor | ( | ) |
Definition at line 107 of file modeleditor.cpp.
References _model_editor_tab, _models, and _utils.
|
inline |
Definition at line 36 of file modeleditor.hpp.
References getAnnotations().
QString ModelEditor::activeBaseFileName | ( | ) |
Definition at line 184 of file modeleditor.cpp.
References _model_editor_tab, and baseFileName().
Referenced by MmomeGui::addVariables(), MmomeGui::cleanBuildDir(), MmomeGui::comp_finished(), MmomeGui::compile(), MmomeGui::log_finished(), MmomeGui::make_finished(), MmomeGui::on_actionGraphics_triggered(), MmomeGui::on_actionLog_triggered(), MmomeGui::plotScript(), MmomeGui::run_finished(), MmomeGui::runDlgClose(), and MmomeGui::selectVariables().
bool ModelEditor::activeDirty | ( | ) |
Definition at line 167 of file modeleditor.cpp.
References _model_editor_tab, and _models.
|
inline |
Definition at line 40 of file modeleditor.hpp.
References _model_editor_tab.
QString ModelEditor::activeFileName | ( | ) |
Definition at line 161 of file modeleditor.cpp.
References _model_editor_tab, and fileName().
QString ModelEditor::activeFullFileName | ( | ) |
Definition at line 198 of file modeleditor.cpp.
References _model_editor_tab, and fullFileName().
Referenced by MmomeGui::comp_finished(), and MmomeGui::compile().
|
private |
Definition at line 742 of file modeleditor.cpp.
References _fixed_annotations, and setAnnotations().
Referenced by writeAnnotations().
|
inlineprivate |
Definition at line 142 of file modeleditor.hpp.
References _annotations.
Referenced by setAnnotations(), and writeAnnotations().
QString ModelEditor::baseFileName | ( | int | idx | ) |
Definition at line 190 of file modeleditor.cpp.
References _models.
Referenced by activeBaseFileName(), MmomeGui::cleanBuildDir(), fileNames(), and remove().
|
inline |
Definition at line 122 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 118 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 120 of file modeleditor.hpp.
References getAnnotations().
|
inlineprivate |
Definition at line 143 of file modeleditor.hpp.
References tokenPosition().
Referenced by checkAnnotations().
|
private |
Definition at line 444 of file modeleditor.cpp.
References _model_editor_tab, beginModel(), checkFunctions(), endModel(), and modelName().
Referenced by deleteAnnotations().
|
private |
Definition at line 582 of file modeleditor.cpp.
References _model_editor_tab.
Referenced by checkAnnotations().
|
inline |
Definition at line 43 of file modeleditor.hpp.
References checkToken().
|
inline |
Definition at line 44 of file modeleditor.hpp.
References checkToken().
Referenced by save().
|
private |
Definition at line 434 of file modeleditor.cpp.
References _model_editor_tab.
Referenced by checkModel(), and checkPackage().
|
signal |
Referenced by MmomeGui::editModel(), and save().
void ModelEditor::closeFiles | ( | ) |
Definition at line 258 of file modeleditor.cpp.
References _models, and tabCloseRequested().
Referenced by MmomeGui::closeEvent().
|
private |
Definition at line 617 of file modeleditor.cpp.
References _model_editor_tab.
Referenced by deleteAnnotations(), and getAnnotations().
|
inline |
Definition at line 46 of file modeleditor.hpp.
References _model_editor_tab.
|
protected |
Definition at line 228 of file modeleditor.cpp.
References _model_editor_tab.
Referenced by ModelEditor().
|
inline |
Definition at line 115 of file modeleditor.hpp.
References getAnnotations().
|
private |
Definition at line 637 of file modeleditor.cpp.
References _model_editor_tab, checkAnnotations(), controlEmptyLines(), endModel(), and modelName().
Referenced by writeAnnotations().
|
private |
Definition at line 706 of file modeleditor.cpp.
References _models, ModelInfo::baseName(), and ModelInfo::path().
Referenced by save().
|
inline |
Definition at line 47 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 48 of file modeleditor.hpp.
References getAnnotations().
|
signal |
Referenced by MmomeGui::editModel(), and remove().
|
inline |
Definition at line 66 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 99 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 101 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 97 of file modeleditor.hpp.
References getAnnotations().
void ModelEditor::editModel | ( | QString | name = QString() | ) |
Definition at line 114 of file modeleditor.cpp.
References _hl, _model_editor_tab, _models, and textChanged().
Referenced by MmomeGui::editModel(), and ModelEditor().
|
inlineprivate |
Definition at line 144 of file modeleditor.hpp.
References modelName(), and tokenPosition().
Referenced by checkAnnotations(), deleteAnnotations(), and getAnnotations().
QString ModelEditor::fileName | ( | int | idx | ) |
Definition at line 176 of file modeleditor.cpp.
References _models.
Referenced by activeFileName(), and newFileName().
QStringList ModelEditor::fileNames | ( | ) |
Definition at line 400 of file modeleditor.cpp.
References _model_editor_tab, and baseFileName().
|
private |
Definition at line 572 of file modeleditor.cpp.
References _defaultValues.
Referenced by setDebugGraph(), setDerDelta(), setDT(), setDtPeriod(), setDtStepLog(), setDtSynch(), setGenerateArch(), setImbalance(), setJacobian(), setLPS(), setMinStep(), setOutputType(), setParallel(), setPartitionMethod(), setPeriod(), setReorderPartition(), setScheduler(), setSymDiff(), and setZcHyst().
QString ModelEditor::fullFileName | ( | int | idx | ) |
Definition at line 204 of file modeleditor.cpp.
References _models.
Referenced by activeFullFileName(), and remove().
|
inline |
Definition at line 117 of file modeleditor.hpp.
References getAnnotations().
|
private |
Definition at line 502 of file modeleditor.cpp.
References _defaultValues, _model_editor_tab, controlEmptyLines(), endModel(), getAnnotationValue(), and modelName().
Referenced by absTolerance(), BDFMaxStep(), BDFPart(), BDFPartitionDepth(), debugGraph(), derDelta(), description(), DT(), dtPeriod(), dtStepLog(), dtSynch(), generateArch(), imbalance(), LPS(), metisSettings(), minStep(), output(), outputType(), parallel(), partitionMethod(), patohSettings(), period(), reorderPartition(), scheduler(), scotchSettings(), searchFixedAnnot(), solver(), startTime(), stopTime(), symDiff(), tolerance(), and zcHyst().
|
private |
Definition at line 365 of file modeleditor.cpp.
Referenced by getAnnotations().
|
inline |
Definition at line 111 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 91 of file modeleditor.hpp.
References _parallel.
|
inline |
Definition at line 94 of file modeleditor.hpp.
References _jacobian.
void ModelEditor::keyReleaseEvent | ( | QKeyEvent * | event | ) |
Definition at line 149 of file modeleditor.cpp.
References _model_editor_tab.
|
private |
Definition at line 409 of file modeleditor.cpp.
References _model_editor_tab.
|
inline |
Definition at line 89 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 107 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 53 of file modeleditor.hpp.
References getAnnotations().
QString ModelEditor::modelName | ( | ) |
Definition at line 715 of file modeleditor.cpp.
References _model_editor_tab.
Referenced by checkAnnotations(), deleteAnnotations(), endModel(), getAnnotations(), and writeAnnotations().
QString ModelEditor::newFileName | ( | ) |
Definition at line 318 of file modeleditor.cpp.
References _utils, Utils::appDir(), fileName(), and MMOC_MODELS.
Referenced by save().
|
inline |
Definition at line 56 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 57 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 64 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 65 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 105 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 58 of file modeleditor.hpp.
References getAnnotations().
|
inlineprotected |
Definition at line 131 of file modeleditor.hpp.
|
private |
Definition at line 265 of file modeleditor.cpp.
References _model_editor_tab, _models, baseFileName(), done(), and fullFileName().
Referenced by tabCloseRequested().
|
inline |
Definition at line 113 of file modeleditor.hpp.
References getAnnotations().
|
private |
Definition at line 327 of file modeleditor.cpp.
References _model_editor_tab, _models, ModelInfo::fullname(), ModelInfo::name(), newFileName(), ModelInfo::setDirty(), and ModelInfo::setFullname().
void ModelEditor::save | ( | void | ) |
Definition at line 276 of file modeleditor.cpp.
References _model_editor_tab, checkPackage(), clean(), and deletePackageFiles().
Referenced by MmomeGui::editModel(), MmomeGui::runDlgClose(), saveAll(), saveAs(), and tabCloseRequested().
void ModelEditor::saveAll | ( | void | ) |
Definition at line 307 of file modeleditor.cpp.
References _models, ModelInfo::dirty(), and save().
Referenced by MmomeGui::editModel().
void ModelEditor::saveAs | ( | QString | name = QString() | ) |
Definition at line 287 of file modeleditor.cpp.
References _model_editor_tab, _models, ModelInfo::fullname(), ModelInfo::name(), save(), ModelInfo::setDirty(), and ModelInfo::setFullname().
Referenced by MmomeGui::on_action_Save_As_triggered().
|
inline |
Definition at line 59 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 106 of file modeleditor.hpp.
References getAnnotations().
|
private |
Add any annotation that's not required in the run form here. They will be added to the to the generated annotations without any modifications.
Definition at line 732 of file modeleditor.cpp.
References _fixed_annotations, and getAnnotations().
Referenced by writeAnnotations().
|
inline |
Definition at line 109 of file modeleditor.hpp.
References _semiStaticPartitioning.
|
inline |
Definition at line 68 of file modeleditor.hpp.
References _absTolerance.
Referenced by MmomeGui::runDlgClose().
|
private |
Definition at line 419 of file modeleditor.cpp.
References addLine().
Referenced by addFixedAnnot(), and writeAnnotations().
|
inline |
Definition at line 123 of file modeleditor.hpp.
References _BDFMaxStep.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 119 of file modeleditor.hpp.
References _BDFPart.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 121 of file modeleditor.hpp.
References _BDFPartitionDepth.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 114 of file modeleditor.hpp.
References _debugGraph, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 69 of file modeleditor.hpp.
References _derdelta, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 70 of file modeleditor.hpp.
References _description.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 95 of file modeleditor.hpp.
References _dt, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 98 of file modeleditor.hpp.
References _dtPeriod, and findValue().
|
inline |
Definition at line 100 of file modeleditor.hpp.
References _dtStepLog, and findValue().
|
inline |
Definition at line 96 of file modeleditor.hpp.
References _dtSynch, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 116 of file modeleditor.hpp.
References _generateArch, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 110 of file modeleditor.hpp.
References _imbalance, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 93 of file modeleditor.hpp.
References _jacobian, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 86 of file modeleditor.hpp.
References _lps, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 104 of file modeleditor.hpp.
References _metisSettings.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 75 of file modeleditor.hpp.
References _minstep, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 76 of file modeleditor.hpp.
References _output.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 77 of file modeleditor.hpp.
References _outputType, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 90 of file modeleditor.hpp.
References _parallel, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 92 of file modeleditor.hpp.
References _partitionMethod, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 102 of file modeleditor.hpp.
References _patohSettings.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 78 of file modeleditor.hpp.
References _period, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 112 of file modeleditor.hpp.
References _reorderPartition, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 79 of file modeleditor.hpp.
References _scheduler, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 103 of file modeleditor.hpp.
References _scotchSettings.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 108 of file modeleditor.hpp.
References _semiStaticPartitioning.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 80 of file modeleditor.hpp.
References _solver.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 81 of file modeleditor.hpp.
References _startTime.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 82 of file modeleditor.hpp.
References _stopTime.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 83 of file modeleditor.hpp.
References _symdiff, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 84 of file modeleditor.hpp.
References _tolerance.
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 85 of file modeleditor.hpp.
References _zchyst, and findValue().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 60 of file modeleditor.hpp.
References getAnnotations().
|
inline |
Definition at line 61 of file modeleditor.hpp.
References getAnnotations().
Referenced by MmomeGui::run().
|
inline |
Definition at line 62 of file modeleditor.hpp.
References getAnnotations().
Referenced by MmomeGui::run().
|
inline |
Definition at line 63 of file modeleditor.hpp.
References getAnnotations().
|
protected |
Definition at line 236 of file modeleditor.cpp.
References _models, ModelInfo::dirty(), ModelInfo::isLogFile(), ModelInfo::name(), remove(), and save().
Referenced by closeFiles(), and ModelEditor().
|
protected |
Definition at line 210 of file modeleditor.cpp.
References _model_editor_tab, _models, ModelInfo::init(), ModelInfo::setDirty(), and ModelInfo::setInit().
Referenced by editModel().
|
private |
Definition at line 387 of file modeleditor.cpp.
References _model_editor_tab.
Referenced by beginModel(), and endModel().
|
inline |
Definition at line 67 of file modeleditor.hpp.
References getAnnotations().
void ModelEditor::writeAnnotations | ( | ) |
Definition at line 749 of file modeleditor.cpp.
References _absTolerance, _annotations, _BDFMaxStep, _BDFPart, _BDFPartitionDepth, _debugGraph, _derdelta, _description, _dt, _dtPeriod, _dtStepLog, _dtSynch, _fixed_annotations, _generateArch, _imbalance, _jacobian, _lps, _metisSettings, _minstep, _model_editor_tab, _output, _outputType, _parallel, _partitionMethod, _patohSettings, _period, _reorderPartition, _scheduler, _scotchSettings, _solver, _startTime, _stopTime, _symdiff, _tolerance, _zchyst, addFixedAnnot(), addLine(), deleteAnnotations(), modelName(), searchFixedAnnot(), and setAnnotations().
Referenced by MmomeGui::runDlgClose().
|
inline |
Definition at line 88 of file modeleditor.hpp.
References getAnnotations().
|
private |
Definition at line 169 of file modeleditor.hpp.
Referenced by setAbsTolerance(), and writeAnnotations().
|
private |
Definition at line 164 of file modeleditor.hpp.
Referenced by addLine(), and writeAnnotations().
|
private |
Definition at line 197 of file modeleditor.hpp.
Referenced by setBDFMaxStep(), and writeAnnotations().
|
private |
Definition at line 195 of file modeleditor.hpp.
Referenced by setBDFPart(), and writeAnnotations().
|
private |
Definition at line 196 of file modeleditor.hpp.
Referenced by setBDFPartitionDepth(), and writeAnnotations().
|
private |
Definition at line 192 of file modeleditor.hpp.
Referenced by setDebugGraph(), and writeAnnotations().
|
private |
Definition at line 165 of file modeleditor.hpp.
Referenced by findValue(), getAnnotations(), and ModelEditor().
|
private |
Definition at line 178 of file modeleditor.hpp.
Referenced by setDerDelta(), and writeAnnotations().
|
private |
Definition at line 175 of file modeleditor.hpp.
Referenced by setDescription(), and writeAnnotations().
|
private |
Definition at line 184 of file modeleditor.hpp.
Referenced by setDT(), and writeAnnotations().
|
private |
Definition at line 182 of file modeleditor.hpp.
Referenced by setDtPeriod(), and writeAnnotations().
|
private |
Definition at line 183 of file modeleditor.hpp.
Referenced by setDtStepLog(), and writeAnnotations().
|
private |
Definition at line 181 of file modeleditor.hpp.
Referenced by setDtSynch(), and writeAnnotations().
|
private |
Definition at line 199 of file modeleditor.hpp.
Referenced by addFixedAnnot(), searchFixedAnnot(), and writeAnnotations().
|
private |
Definition at line 191 of file modeleditor.hpp.
Referenced by setGenerateArch(), and writeAnnotations().
|
private |
Definition at line 203 of file modeleditor.hpp.
Referenced by editModel().
|
private |
Definition at line 194 of file modeleditor.hpp.
Referenced by setImbalance(), and writeAnnotations().
|
private |
Definition at line 187 of file modeleditor.hpp.
Referenced by jacobian(), setJacobian(), and writeAnnotations().
|
private |
Definition at line 174 of file modeleditor.hpp.
Referenced by setLPS(), and writeAnnotations().
|
private |
Definition at line 190 of file modeleditor.hpp.
Referenced by setMetisSettings(), and writeAnnotations().
|
private |
Definition at line 176 of file modeleditor.hpp.
Referenced by setMinStep(), and writeAnnotations().
|
private |
Definition at line 200 of file modeleditor.hpp.
Referenced by activeBaseFileName(), activeDirty(), activeFileIndex(), activeFileName(), activeFullFileName(), checkAnnotations(), checkFunctions(), checkToken(), controlEmptyLines(), count(), currentChanged(), deleteAnnotations(), editModel(), fileNames(), getAnnotations(), keyReleaseEvent(), lineEmpty(), ModelEditor(), modelName(), remove(), save(), saveAs(), textChanged(), tokenPosition(), writeAnnotations(), and ~ModelEditor().
|
private |
Definition at line 201 of file modeleditor.hpp.
Referenced by activeDirty(), baseFileName(), closeFiles(), deletePackageFiles(), editModel(), fileName(), fullFileName(), ModelEditor(), remove(), save(), saveAll(), saveAs(), tabCloseRequested(), textChanged(), and ~ModelEditor().
|
private |
Definition at line 171 of file modeleditor.hpp.
Referenced by setOutput(), and writeAnnotations().
|
private |
Definition at line 172 of file modeleditor.hpp.
Referenced by setOutputType(), and writeAnnotations().
|
private |
Definition at line 185 of file modeleditor.hpp.
Referenced by isParallel(), setParallel(), and writeAnnotations().
|
private |
Definition at line 186 of file modeleditor.hpp.
Referenced by setPartitionMethod(), and writeAnnotations().
|
private |
Definition at line 188 of file modeleditor.hpp.
Referenced by setPatohSettings(), and writeAnnotations().
|
private |
Definition at line 173 of file modeleditor.hpp.
Referenced by setPeriod(), and writeAnnotations().
|
private |
Definition at line 193 of file modeleditor.hpp.
Referenced by setReorderPartition(), and writeAnnotations().
|
private |
Definition at line 179 of file modeleditor.hpp.
Referenced by setScheduler(), and writeAnnotations().
|
private |
Definition at line 189 of file modeleditor.hpp.
Referenced by setScotchSettings(), and writeAnnotations().
|
private |
Definition at line 198 of file modeleditor.hpp.
Referenced by semiStaticPartitioning(), and setSemiStaticPartitioning().
|
private |
Definition at line 170 of file modeleditor.hpp.
Referenced by setSolver(), and writeAnnotations().
|
private |
Definition at line 166 of file modeleditor.hpp.
Referenced by setStartTime(), and writeAnnotations().
|
private |
Definition at line 167 of file modeleditor.hpp.
Referenced by setStopTime(), and writeAnnotations().
|
private |
Definition at line 180 of file modeleditor.hpp.
Referenced by setSymDiff(), and writeAnnotations().
|
private |
Definition at line 168 of file modeleditor.hpp.
Referenced by setTolerance(), and writeAnnotations().
|
private |
Definition at line 202 of file modeleditor.hpp.
Referenced by ModelEditor(), newFileName(), and ~ModelEditor().
|
private |
Definition at line 177 of file modeleditor.hpp.
Referenced by setZcHyst(), and writeAnnotations().