Ignore:
Timestamp:
May 13, 2009, 12:15:37 PM (15 years ago)
Author:
garnier
Message:

avant modif pour CVS

Location:
trunk/source/visualization/OpenGL/include
Files:
2 edited

Legend:

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

    r941 r1040  
    120120protected:
    121121  QGLWidget* fWindow;
    122   QDialog* GLWindow;
     122  QDialog* fGLWindow;
    123123  bool hasPendingEvents();
    124124  void savePPMToTemp();
     
    131131  float fDeltaRotationAngleZ;
    132132
    133   bool hasToRepaint;
    134   bool readyToPaint;
    135   bool zoomAction;
    136   QPoint beginZoom;
    137   QPoint endZoom;
     133  bool fHasToRepaint;
     134  bool fReadyToPaint;
    138135
    139136private:
  • trunk/source/visualization/OpenGL/include/G4OpenGLViewer.hh

    r1039 r1040  
    7575 
    7676  unsigned int getWinWidth();
     77  unsigned int getWinHeight();
    7778  G4bool sizeHasChanged();
    7879  // return true if size has change since last redraw
    79   unsigned int getWinHeight();
    8080  GLdouble getSceneNearWidth();
    8181  GLdouble getSceneFarWidth();
Note: See TracChangeset for help on using the changeset viewer.