Changeset 673 for trunk/geant4/visualization/OpenGL/include
- Timestamp:
- Jan 9, 2008, 12:07:04 PM (18 years ago)
- Location:
- trunk/geant4/visualization/OpenGL/include
- Files:
-
- 2 edited
-
G4OpenGLQtViewer.hh (modified) (3 diffs)
-
G4OpenGLStoredQtViewer.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh
r656 r673 68 68 void ShowView (); 69 69 virtual void updateQWidget()=0; 70 void setupViewport(int, int); 70 71 71 72 protected: … … 74 75 void manageContextMenuEvent(QContextMenuEvent *e); 75 76 void G4MousePressEvent(QPoint); 77 void G4MouseReleaseEvent(QPoint p); 78 void G4MouseDoubleClickEvent(QPoint p); 76 79 #if QT_VERSION < 0x040000 77 80 void G4MouseMoveEvent(int, int, Qt::ButtonState); … … 119 122 void actionDrawingSurfaceRemoval(); 120 123 void actionDrawingLineSurfaceRemoval(); 121 void actionControlPanels();122 void actionExitG4();124 // void actionControlPanels(); 125 // void actionExitG4(); 123 126 void actionCreateEPS(); 124 127 -
trunk/geant4/visualization/OpenGL/include/G4OpenGLStoredQtViewer.hh
r600 r673 66 66 void mousePressEvent(QMouseEvent *event); 67 67 void mouseMoveEvent(QMouseEvent *event); 68 void mouseDoubleClickEvent(QMouseEvent *event); 69 void mouseReleaseEvent(QMouseEvent *event); 68 70 void contextMenuEvent(QContextMenuEvent *e); 69 71 … … 71 73 bool hasToRepaint; 72 74 bool readyToPaint; 75 bool zoomAction; 73 76 int nbPaint; 77 QPoint beginZoom; 78 QPoint endZoom; 79 QImage glBufferImage; 74 80 }; 75 81
Note:
See TracChangeset
for help on using the changeset viewer.
