IConnectable Duplication to maintain backwards compatibility
| 295 | |
| 296 | // IConnectable Duplication to maintain backwards compatibility |
| 297 | SubgraphView::IConnectableLayerIterator SubgraphView::beginIConnectable() |
| 298 | { |
| 299 | return m_IConnectableLayers.begin(); |
| 300 | } |
| 301 | |
| 302 | SubgraphView::IConnectableLayerIterator SubgraphView::endIConnectable() |
| 303 | { |