Ignore:
Timestamp:
May 13, 2008, 6:30:22 PM (16 years ago)
Author:
garnier
Message:

r832@wl-72126: garnier | 2008-05-13 18:30:21 +0200
mise a jour du SPINNING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r754 r797  
    5858class QKeyEvent;
    5959class QProcess;
     60class QTime;
    6061
    6162class G4OpenGLSceneHandler;
     
    9293  void manageContextMenuEvent(QContextMenuEvent *e);
    9394#if QT_VERSION < 0x040000
    94   void G4MousePressEvent(QPoint, Qt::ButtonState);
    95 #else
    96   void G4MousePressEvent(QPoint, Qt::MouseButtons);
    97 #endif
     95  void G4MousePressEvent(QPoint);
     96#else
     97  void G4MousePressEvent(QPoint);
     98#endif
     99  void G4MouseReleaseEvent();
    98100  void G4MouseDoubleClickEvent(QPoint p);
    99101#if QT_VERSION < 0x040000
    100   void G4MouseMoveEvent(int, int, Qt::ButtonState,bool mAutoMove = false);
    101 #else
    102   void G4MouseMoveEvent(int, int, Qt::MouseButtons,bool mAutoMove = false);
     102  void G4MouseMoveEvent(int, int, Qt::ButtonState);
     103#else
     104  void G4MouseMoveEvent(int, int, Qt::MouseButtons);
    103105#endif
    104106  void G4keyPressEvent (QKeyEvent * event);
    105   void rotateScene(G4double, G4double,bool mAutoRotate=false);
    106   void moveScene(G4double, G4double, G4double,bool,bool mAutoMove=false);
     107  void rotateScene(int, int);
     108  void moveScene(int, int, int,bool);
    107109
    108110
     
    183185  RECORDING_STEP fRecordingStep;
    184186  QProcess *fProcess;
     187  QTime *fLastEventTime;
     188  int fSpinningDelay;
    185189
    186190private slots :
Note: See TracChangeset for help on using the changeset viewer.