| 1214 | |
| 1215 | const Frame& ViewNode::getCalculatedViewport() const { |
| 1216 | return _calculatedViewport; |
| 1217 | } |
| 1218 | |
| 1219 | void ViewNode::setCalculatedViewport(const Valdi::Frame& calculatedViewport) { |
| 1220 | _calculatedViewport = calculatedViewport; |
| 1221 | } |
no outgoing calls