Ignore:
Timestamp:
Aug 14, 2007, 4:57:01 PM (17 years ago)
Author:
garnier
Message:

r569@mac-90108: laurentgarnier | 2007-08-14 15:07:23 +0200
commenatires et suppression de double rotation

File:
1 edited

Legend:

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

    r561 r564  
    6969  void G4MousePressEvent(QPoint);
    7070  void G4MouseMoveEvent(int, int, Qt::MouseButtons);
    71   void setXRotation(int angle);
    72   void setYRotation(int angle);
    73   void setZRotation(int angle);
    74   void normalizeAngle(int *angle);
    75   float getXRot();
    76   float getYRot();
    77   float getZRot();
    7871
    7972protected:
     
    8982  bool fMouseAction; // 1: rotate 0:move
    9083  QPoint lastPos;
    91   float xRot;
    92   float yRot;
    93   float zRot;
    9484  QAction *fDrawingWireframe;
    9585  QAction *fDrawingLineRemoval;
Note: See TracChangeset for help on using the changeset viewer.