![]() |
OGS
|
|
This is the complete list of members for ProcessModel, including all inherited members.
| _project | ProcessModel | private |
| _rootItem | TreeModel | protected |
| addBoundaryConditions(std::vector< std::unique_ptr< DataHolderLib::BoundaryCondition > > const &conditions) | ProcessModel | slot |
| addCondition(DataHolderLib::FemCondition *condition) | ProcessModel | slot |
| addConditionItem(DataHolderLib::FemCondition *cond, ProcessVarItem *parent) | ProcessModel | private |
| addProcessVar(QString const &name) | ProcessModel | slot |
| addSourceTerms(std::vector< std::unique_ptr< DataHolderLib::SourceTerm > > const &conditions) | ProcessModel | slot |
| clearModel() | ProcessModel | slot |
| columnCount(const QModelIndex &parent=QModelIndex()) const override | ProcessModel | |
| data(const QModelIndex &index, int role) const override | TreeModel | |
| flags(const QModelIndex &index) const override | TreeModel | |
| getItem(const QModelIndex &index) const | TreeModel | |
| getProcessVarItem(QString const &process_var_name) const | ProcessModel | private |
| headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override | TreeModel | |
| index(int row, int column, const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
| parent(const QModelIndex &index) const override | TreeModel | |
| ProcessModel(DataHolderLib::Project &project, QObject *parent=nullptr) | ProcessModel | explicit |
| removeCondition(QString const &process_var, QString const ¶m) | ProcessModel | slot |
| removeCondition(ProcessVarItem *process_var, QString const ¶m_name) | ProcessModel | private |
| removeProcessVariable(QString const &name) | ProcessModel | slot |
| removeRows(int position, int count, const QModelIndex &parent) override | TreeModel | |
| rootItem() const | TreeModel | |
| rowCount(const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
| setData(const QModelIndex &index, const QVariant &value, int role) override | TreeModel | |
| setupModelData(const QStringList &lines, TreeItem *parent) | TreeModel | private |
| TreeModel(QObject *parent=nullptr) | TreeModel | explicit |
| updateData() | TreeModel | slot |
| updateModel() | ProcessModel | slot |
| ~TreeModel() override | TreeModel |