| 185 | } |
| 186 | |
| 187 | CellView |
| 188 | CellView::deep_copy (db::Manager *manager) const |
| 189 | { |
| 190 | CellView r; |
| 191 | r.set (new lay::LayoutHandle (new db::Layout (manager), "")); |
| 192 | r->layout () = (*this)->layout (); |
| 193 | r.set_unspecific_path (unspecific_path ()); |
| 194 | r.set_specific_path (specific_path ()); |
| 195 | return r; |
| 196 | } |
| 197 | |
| 198 | db::ICplxTrans |
| 199 | CellView::context_trans () const |
nothing calls this directly
no test coverage detected