Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -49,7 +49,9 @@ public:
|
||||
const G4String& name = "");
|
||||
~G4OpenGLStoredQtViewer ();
|
||||
void Initialise ();
|
||||
#if QT_VERSION < 0x060000
|
||||
void initializeGL ();
|
||||
#endif
|
||||
void DrawView ();
|
||||
void resizeGL(int width,int height);
|
||||
void paintGL();
|
||||
@@ -78,7 +80,9 @@ protected:
|
||||
G4bool POSelected(size_t POListIndex);
|
||||
G4bool TOSelected(size_t TOListIndex);
|
||||
|
||||
#if QT_VERSION < 0x060000
|
||||
void showEvent(QShowEvent * event );
|
||||
#endif
|
||||
void wheelEvent(QWheelEvent *event);
|
||||
void mousePressEvent(QMouseEvent *event);
|
||||
void mouseMoveEvent(QMouseEvent *event);
|
||||
|
||||
Reference in New Issue
Block a user