| 89 | } |
| 90 | |
| 91 | void RecordContext::setLayoutState( ImageViewId view |
| 92 | , LayoutState const & layoutState ) |
| 93 | { |
| 94 | m_images.setLayoutState( view, layoutState ); |
| 95 | } |
| 96 | |
| 97 | LayoutState RecordContext::getLayoutState( ImageViewId view )const |
| 98 | { |
no outgoing calls
no test coverage detected