Ignore:
Timestamp:
Jan 29, 2008, 3:21:26 PM (17 years ago)
Author:
garnier
Message:

deplacement keys ok. Debut d a jout bouton perspective

File:
1 edited

Legend:

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

    r696 r702  
    111111  mouseActions fMouseAction; // 1: rotate 0:move
    112112  QPoint fLastPos;
    113   /* delta of scene translation. This delta is put in % of the scene view */
     113  /** delta of scene translation. This delta is put in % of the scene view */
    114114  float fDeltaSceneTranslation;
    115   /* delta of left right move. This delta is put in % of the scene view */
     115  /** delta of left right move. This delta is put in % of the scene view */
    116116  float fDeltaZoom;
    117 
     117  /** To ensure key event are keep one by one */
     118  bool holdKeyEvent;
    118119#if QT_VERSION < 0x040000
    119120  QPopupMenu *fMouseRotate;
     
    150151  void toggleMouseAction(mouseActions);
    151152  void toggleRepresentation(bool);
     153  void toggleProjection(bool);
    152154  void toggleBackground(bool);
    153155  void toggleTransparency(bool);
Note: See TracChangeset for help on using the changeset viewer.