Changeset 566 for trunk/geant4
- Timestamp:
- Aug 16, 2007, 3:27:54 PM (18 years ago)
- Location:
- trunk/geant4/visualization
- Files:
-
- 3 edited
-
G4History.macro (modified) (1 diff)
-
OpenGL/include/G4OpenGLQtViewer.hh (modified) (1 diff)
-
OpenGL/src/G4OpenGLQtViewer.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/G4History.macro
r565 r566 59 59 /gui/addButton viewer "Update scene" "/vis/scene/notifyHandlers" 60 60 /N03/event/printModulo 100 61 /run/beamOn 1 -
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh
r565 r566 60 60 void SetView (); 61 61 void ShowView (); 62 virtual void DrawView()=0;63 62 virtual void updateQWidget()=0; 64 63 -
trunk/geant4/visualization/OpenGL/src/G4OpenGLQtViewer.cc
r565 r566 278 278 QAction *createEPS = mActions->addAction("Create .eps file"); 279 279 QObject ::connect(controlPanels, 280 SIGNAL( changed()),280 SIGNAL(triggered()), 281 281 this, 282 282 SLOT(actionControlPanels())); 283 283 QObject ::connect(exitG4, 284 SIGNAL( changed()),284 SIGNAL(triggered()), 285 285 this, 286 286 SLOT(actionExitG4())); 287 287 QObject ::connect(createEPS, 288 SIGNAL( changed()),288 SIGNAL(triggered()), 289 289 this, 290 290 SLOT(actionCreateEPS()));
Note:
See TracChangeset
for help on using the changeset viewer.
