| 461 | } // keyPressEvent |
| 462 | |
| 463 | void |
| 464 | NodeGraph::toggleAutoTurbo() |
| 465 | { |
| 466 | appPTR->getCurrentSettings()->setAutoTurboModeEnabled( !appPTR->getCurrentSettings()->isAutoTurboEnabled() ); |
| 467 | } |
| 468 | |
| 469 | void |
| 470 | NodeGraph::selectAllNodes(bool onlyInVisiblePortion) |
nothing calls this directly
no test coverage detected