| 246 | } |
| 247 | |
| 248 | int |
| 249 | CellViewRef::index () const |
| 250 | { |
| 251 | if (!is_valid ()) { |
| 252 | return -1; |
| 253 | } else { |
| 254 | return mp_view->index_of_cellview (mp_cv.get ()); |
| 255 | } |
| 256 | } |
| 257 | |
| 258 | lay::LayoutViewBase * |
| 259 | CellViewRef::view () |
no test coverage detected