MCPcopy Create free account
hub / github.com/Geant4/geant4 / UpdateProjectionStyle

Method UpdateProjectionStyle

source/interfaces/implementation/src/G4UIQt.cc:1784–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

SetIconOrthoSelectedMethod · 0.95

Tested by

no test coverage detected