| 167 | } |
| 168 | |
| 169 | void |
| 170 | CellView::reset_cell () |
| 171 | { |
| 172 | mp_cell = 0; |
| 173 | m_cell_index = cell_index_type (-1); |
| 174 | mp_ctx_cell = 0; |
| 175 | m_ctx_cell_index = 0; |
| 176 | m_unspecific_path.clear (); |
| 177 | m_specific_path.clear (); |
| 178 | } |
| 179 | |
| 180 | void |
| 181 | CellView::set (lay::LayoutHandle *handle) |
no test coverage detected