remove parameters already explained by edges and the "type" parameter
| 128 | |
| 129 | //remove parameters already explained by edges and the "type" parameter |
| 130 | foreach(const String &name, hidden_entries_) |
| 131 | { |
| 132 | param_->remove(name); |
| 133 | } |
| 134 | |
| 135 | //load data into editor |
| 136 | editor_->load(*param_); |