| 1782 | } |
| 1783 | |
| 1784 | void G4UIQt::UpdateProjectionStyle(G4int style) { |
| 1785 | if (style == 0.) { // ortho |
| 1786 | this->SetIconOrthoSelected(); |
| 1787 | } else { |
| 1788 | this->SetIconPerspectiveSelected(); |
| 1789 | } |
| 1790 | } |
| 1791 | |
| 1792 | void G4UIQt::UpdateTransparencySlider(G4double depth, G4int option) { |
| 1793 | fNewSceneTreeSlider->blockSignals(true); |
no test coverage detected