| 2198 | } |
| 2199 | |
| 2200 | void |
| 2201 | LayoutViewBase::save_as (unsigned int index, const std::string &filename, tl::OutputStream::OutputStreamMode om, const db::SaveLayoutOptions &options, bool update, int keep_backups) |
| 2202 | { |
| 2203 | tl_assert (index < cellviews ()); |
| 2204 | |
| 2205 | tl::SelfTimer timer (tl::verbosity () >= 11, tl::to_string (tr ("Saving"))); |
| 2206 | cellview (index)->save_as (filename, om, options, update, keep_backups); |
| 2207 | |
| 2208 | cellview_changed (index); |
| 2209 | } |
| 2210 | |
| 2211 | void |
| 2212 | LayoutViewBase::redo (db::Op *op) |