Changeset 566 for trunk/geant4/visualization/OpenGL
- Timestamp:
- Aug 16, 2007, 3:27:54 PM (18 years ago)
- Location:
- trunk/geant4/visualization/OpenGL
- Files:
-
- 2 edited
-
include/G4OpenGLQtViewer.hh (modified) (1 diff)
-
src/G4OpenGLQtViewer.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
