Changeset 566 for trunk/geant4


Ignore:
Timestamp:
Aug 16, 2007, 3:27:54 PM (18 years ago)
Author:
garnier
Message:

r573@mac-90108: laurentgarnier | 2007-08-14 17:30:45 +0200
debut de l'EPS

Location:
trunk/geant4/visualization
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/G4History.macro

    r565 r566  
    5959/gui/addButton viewer "Update scene" "/vis/scene/notifyHandlers"
    6060/N03/event/printModulo 100
     61/run/beamOn 1
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r565 r566  
    6060  void SetView ();
    6161  void ShowView ();
    62   virtual void DrawView()=0;
    6362  virtual void updateQWidget()=0;
    6463
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtViewer.cc

    r565 r566  
    278278  QAction *createEPS = mActions->addAction("Create .eps file");
    279279  QObject ::connect(controlPanels,
    280                     SIGNAL(changed()),
     280                    SIGNAL(triggered()),
    281281                    this,
    282282                    SLOT(actionControlPanels()));
    283283  QObject ::connect(exitG4,
    284                     SIGNAL(changed()),
     284                    SIGNAL(triggered()),
    285285                    this,
    286286                    SLOT(actionExitG4()));
    287287  QObject ::connect(createEPS,
    288                     SIGNAL(changed()),
     288                    SIGNAL(triggered()),
    289289                    this,
    290290                    SLOT(actionCreateEPS()));
Note: See TracChangeset for help on using the changeset viewer.