Ignore:
Timestamp:
Jan 9, 2008, 12:07:04 PM (17 years ago)
Author:
garnier
Message:

debut de correction du ticket #105

File:
1 edited

Legend:

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

    r656 r673  
    6868  void ShowView ();
    6969  virtual void updateQWidget()=0;
     70  void setupViewport(int, int);
    7071
    7172protected:
     
    7475  void manageContextMenuEvent(QContextMenuEvent *e);
    7576  void G4MousePressEvent(QPoint);
     77  void G4MouseReleaseEvent(QPoint p);
     78  void G4MouseDoubleClickEvent(QPoint p);
    7679#if QT_VERSION < 0x040000
    7780  void G4MouseMoveEvent(int, int, Qt::ButtonState);
     
    119122  void actionDrawingSurfaceRemoval();
    120123  void actionDrawingLineSurfaceRemoval();
    121   void actionControlPanels();
    122   void actionExitG4();
     124//   void actionControlPanels();
     125//   void actionExitG4();
    123126  void actionCreateEPS();
    124127
Note: See TracChangeset for help on using the changeset viewer.