|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ToolsSGQtZB.hh>
Inheritance diagram for G4ToolsSGQtZB:Public Member Functions | |
| G4ToolsSGQtZB () | |
| virtual | ~G4ToolsSGQtZB () |
| G4VSceneHandler * | CreateSceneHandler (const G4String &name="") |
| G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") |
| 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 () |
| 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) |
Protected Member Functions | |
| G4ToolsSGQtZB (const G4ToolsSGQtZB &a_from) | |
| G4ToolsSGQtZB & | operator= (const G4ToolsSGQtZB &) |
| void | Initialise () |
Protected Attributes | |
| toolx::Qt::session * | fSGSession |
Protected Attributes inherited from G4VGraphicsSystem | |
| G4String | fName |
| std::vector< G4String > | fNicknames |
| G4String | fDescription |
| Functionality | fFunctionality |
Additional Inherited Members | |
Public Types inherited from G4VGraphicsSystem | |
| enum | Functionality { noFunctionality , nonEuclidian , twoD , twoDStore , threeD , threeDInteractive , virtualReality , fileWriter } |
Definition at line 35 of file G4ToolsSGQtZB.hh.
| G4ToolsSGQtZB::G4ToolsSGQtZB | ( | ) |
Definition at line 36 of file G4ToolsSGQtZB.cc.
Referenced by G4ToolsSGQtZB(), and operator=().
|
virtual |
Definition at line 46 of file G4ToolsSGQtZB.cc.
|
inlineprotected |
Definition at line 41 of file G4ToolsSGQtZB.hh.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 67 of file G4ToolsSGQtZB.cc.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 72 of file G4ToolsSGQtZB.cc.
|
protected |
Definition at line 50 of file G4ToolsSGQtZB.cc.
Referenced by CreateViewer().
|
virtual |
Reimplemented from G4VGraphicsSystem.
Definition at line 92 of file G4ToolsSGQtZB.cc.
|
inlineprotected |
Definition at line 42 of file G4ToolsSGQtZB.hh.
|
protected |
Definition at line 50 of file G4ToolsSGQtZB.hh.
Referenced by CreateViewer(), G4ToolsSGQtZB(), Initialise(), and ~G4ToolsSGQtZB().