Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/medical/dna/chem3/gui.mac

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 #
  2 #  This file permits to customize, with commands,
  3 # the menu bar of the G4UIXm, G4UIQt, G4UIWin32 sessions.
  4 # It has no effect with G4UIterminal.
  5 #
  6 
  7 # File :
  8 /gui/addMenu g4file G4File
  9 /gui/addButton g4file Exit "exit"
 10 #
 11 
 12 #icons
 13 /gui/addIcon "Open MAC file" open /control/execute
 14 #
 15 
 16 # Run menu :
 17 /gui/addMenu run Run
 18 /gui/addButton run run "/control/execute beam.in"
 19 /gui/addButton run beamOn "/run/beamOn 1"
 20 #
 21 
 22 # Gun menu :
 23 /gui/addMenu gun Gun
 24 /gui/addButton gun "10 keV"  "/gun/energy 10 keV"
 25 /gui/addButton gun "100 keV"  "/gun/energy 100 keV"
 26 /gui/addButton gun "1 MeV"   "/gun/energy 1 MeV"
 27 /gui/addButton gun "10 MeV"  "/gun/energy 5 MeV"
 28 /gui/addButton gun "e-"      "/gun/particle e-"
 29 /gui/addButton gun "proton"  "/gun/particle proton"
 30 #
 31 
 32 # Viewer menu :
 33 /gui/addMenu viewer Viewer
 34 /gui/addButton viewer "Set style surface" "/vis/viewer/set/style surface"
 35 /gui/addButton viewer "Set style wireframe" "/vis/viewer/set/style wire"
 36 /gui/addButton viewer "Refresh viewer" "/vis/viewer/refresh"
 37 /gui/addButton viewer "Update viewer (interaction or end-of-file)" "/vis/viewer/update"
 38 /gui/addButton viewer "Flush viewer (= refresh + update)" "/vis/viewer/flush"
 39 /gui/addButton viewer "Update scene" "/vis/scene/notifyHandlers"
 40 #