Ignore:
Timestamp:
Oct 30, 2008, 5:47:35 PM (16 years ago)
Author:
garnier
Message:

Update in code, try to mutualise everything between Stored and immediate Qt Viewers

File:
1 edited

Legend:

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

    r850 r873  
    5959  void initializeGL ();
    6060  void DrawView ();
    61   void FinishView ();
    6261  void resizeGL(int width,int height);
    6362  void paintGL();
     
    7372  void keyPressEvent (QKeyEvent * event);
    7473
    75 private :
    76   bool hasToRepaint;
    77   bool readyToPaint;
    78   bool zoomAction;
    79   int nbPaint;
    80   QPoint beginZoom;
    81   QPoint endZoom;
    8274  //  QImage glBufferImage;
    8375};
Note: See TracChangeset for help on using the changeset viewer.