Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Qt3DViewer.hh>
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *) |
void | KernelVisitDecision () |
G4bool | CompareForKernelVisit (G4ViewParameters &) |
void | keyPressEvent (QKeyEvent *) |
void | keyReleaseEvent (QKeyEvent *) |
void | mouseDoubleClickEvent (QMouseEvent *) |
void | mouseMoveEvent (QMouseEvent *) |
void | mousePressEvent (QMouseEvent *) |
void | mouseReleaseEvent (QMouseEvent *) |
void | wheelEvent (QWheelEvent *) |
![]() | |
void | SetTouchable (const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &fullPath) |
void | TouchableSetVisibility (const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &fullPath, G4bool visibility) |
void | TouchableSetColour (const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &fullPath, const G4Colour &) |
Protected Attributes | |
G4ViewParameters | fLastVP |
G4Qt3DSceneHandler & | fQt3DSceneHandler |
QWidget * | fUIWidget |
G4bool | fKeyPressed |
int | fKey |
G4bool | fMousePressed |
G4double | fMousePressedX |
G4double | fMousePressedY |
![]() | |
G4VSceneHandler & | fSceneHandler |
G4int | fViewId |
G4String | fName |
G4String | fShortName |
G4ViewParameters | fVP |
G4ViewParameters | fDefaultVP |
G4double | fKernelVisitElapsedTimeSeconds = 999. |
G4SceneTreeItem | fSceneTree |
G4bool | fNeedKernelVisit |
Additional Inherited Members | |
![]() | |
const G4int | fMaxNTouchables = 10000 |
G4bool | fCurtailDescent = false |
Definition at line 37 of file G4Qt3DViewer.hh.
G4Qt3DViewer::G4Qt3DViewer | ( | G4Qt3DSceneHandler & | sceneHandler, |
const G4String & | name ) |
Definition at line 40 of file G4Qt3DViewer.cc.
|
virtual |
Definition at line 71 of file G4Qt3DViewer.cc.
|
virtual |
|
protected |
Definition at line 291 of file G4Qt3DViewer.cc.
Referenced by KernelVisitDecision().
|
virtual |
Implements G4VViewer.
Definition at line 134 of file G4Qt3DViewer.cc.
Referenced by mouseMoveEvent(), and wheelEvent().
|
virtual |
Reimplemented from G4VViewer.
Definition at line 172 of file G4Qt3DViewer.cc.
Referenced by DrawView().
|
virtual |
Reimplemented from G4VViewer.
Definition at line 50 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 281 of file G4Qt3DViewer.cc.
Referenced by DrawView().
|
protected |
Definition at line 368 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 374 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 379 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 381 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 436 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 448 of file G4Qt3DViewer.cc.
|
virtual |
Reimplemented from G4VViewer.
Definition at line 256 of file G4Qt3DViewer.cc.
|
virtual |
Reimplemented from G4VViewer.
Definition at line 206 of file G4Qt3DViewer.cc.
|
protectedvirtual |
Definition at line 76 of file G4Qt3DViewer.cc.
|
virtual |
Implements G4VViewer.
Definition at line 80 of file G4Qt3DViewer.cc.
Referenced by mouseMoveEvent(), resizeEvent(), and wheelEvent().
|
virtual |
Reimplemented from G4VViewer.
Definition at line 160 of file G4Qt3DViewer.cc.
|
virtual |
Reimplemented from G4VViewer.
Definition at line 275 of file G4Qt3DViewer.cc.
|
virtual |
Reimplemented from G4VViewer.
Definition at line 236 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 453 of file G4Qt3DViewer.cc.
|
protected |
Definition at line 75 of file G4Qt3DViewer.hh.
Referenced by keyPressEvent(), and mouseMoveEvent().
|
protected |
Definition at line 74 of file G4Qt3DViewer.hh.
Referenced by G4Qt3DViewer(), keyPressEvent(), keyReleaseEvent(), and mouseMoveEvent().
|
protected |
Definition at line 69 of file G4Qt3DViewer.hh.
Referenced by DrawView(), and KernelVisitDecision().
|
protected |
Definition at line 76 of file G4Qt3DViewer.hh.
Referenced by G4Qt3DViewer(), mouseMoveEvent(), mousePressEvent(), and mouseReleaseEvent().
|
protected |
Definition at line 77 of file G4Qt3DViewer.hh.
Referenced by G4Qt3DViewer(), mouseMoveEvent(), and mousePressEvent().
|
protected |
Definition at line 77 of file G4Qt3DViewer.hh.
Referenced by G4Qt3DViewer(), mouseMoveEvent(), and mousePressEvent().
|
protected |
Definition at line 70 of file G4Qt3DViewer.hh.
Referenced by G4Qt3DViewer(), Initialise(), mouseMoveEvent(), MovingToMasterThread(), and MovingToVisSubThread().
|
protected |
Definition at line 72 of file G4Qt3DViewer.hh.
Referenced by Initialise(), and SetView().