![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/OpenGL/include/G4OpenGLQt.hh>
Inheritance diagram for G4OpenGLQt:
Collaboration diagram for G4OpenGLQt:Public Member Functions | |
| G4OpenGLQt (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) | |
| G4bool | IsUISessionCompatible () const |
Public Member Functions inherited from G4VGraphicsSystem | |
| G4VGraphicsSystem (const G4String &name, Functionality f) | |
| G4VGraphicsSystem (const G4String &name, const G4String &nickname, Functionality f) | |
| G4VGraphicsSystem (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) | |
| virtual | ~G4VGraphicsSystem () |
| virtual G4VSceneHandler * | CreateSceneHandler (const G4String &name)=0 |
| virtual G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name)=0 |
| const G4String & | GetName () const |
| const G4String & | GetNickname () const |
| const std::vector< G4String > & | GetNicknames () const |
| const G4String & | GetDescription () const |
| Functionality | GetFunctionality () const |
| void | AddNickname (const G4String &nickname) |
Additional Inherited Members | |
Public Types inherited from G4VGraphicsSystem | |
| enum | Functionality { noFunctionality, nonEuclidian, twoD, twoDStore, threeD, threeDInteractive, virtualReality, fileWriter } |
Protected Attributes inherited from G4VGraphicsSystem | |
| G4String | fName |
| std::vector< G4String > | fNicknames |
| G4String | fDescription |
| Functionality | fFunctionality |
Definition at line 36 of file G4OpenGLQt.hh.
View newest version in sPHENIX GitHub at line 36 of file G4OpenGLQt.hh
| G4OpenGLQt::G4OpenGLQt | ( | const G4String & | name, |
| const G4String & | nickname, | ||
| const G4String & | description, | ||
| Functionality | f | ||
| ) |
|
virtual |
Reimplemented from G4VGraphicsSystem.